| Package | Description |
|---|---|
| net.sf.okapi.common |
Classes commonly used across the whole Okapi Framework.
|
| net.sf.okapi.common.resource |
Interfaces and classes that represent the parsed resources attached to the
events sent by a filter.
|
| net.sf.okapi.common.skeleton |
Interfaces and classes for the skeleton objects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IResource
Common set of features all the types of resources associated with events have.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMultilingual |
interface |
INameable
Provides the methods common to all resources that can be named.
|
interface |
ITextUnit
Interface for the basic unit of extraction from a filter and also the resource
associated with the filter event TEXT_UNIT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseNameable
Implements a nameable resource.
|
class |
BaseReferenceable
Implements a nameable resource that can be a referent.
|
class |
Custom |
class |
DocumentPart
Resource associated with the filter events DOCUMENT_PART,
|
class |
Ending
Resource associated with the filter events END_DOCUMENT,
END_SUBDOCUMENT, and END_GROUP.
|
class |
EndSubfilter
Ending
IResource for StartSubfilter |
class |
MultiEvent
Special resource that holds one or more events.
|
class |
PipelineParameters
Special resource used to carry runtime parameters.
|
class |
RawDocument
Resource that carries all the information needed for a filter to open a given document, and also the resource
associated with the event RAW_DOCUMENT.
|
class |
Segment
Implement a special content part that is a segment.
|
class |
StartDocument
Resource associated with the filter event START_DOCUMENT.
|
class |
StartGroup
Resource associated with the filter event START_GROUP.
|
class |
StartSubDocument
Resource associated with the filter event START_SUBDOCUMENT.
|
class |
StartSubfilter |
class |
TextContainer
Provides methods for storing the content of a paragraph-type unit, to handle
its properties, annotations and segmentation.
|
class |
TextPart
Implements the base object for the parts that make up a content.
|
class |
TextUnit
Basic unit of extraction from a filter and also the resource associated with
the filter event TEXT_UNIT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StorageList
provides a way to store a list of resources and implements the different
interfaces of the resources.
|
Copyright © 2022. All rights reserved.