Uses of Class
net.sf.okapi.common.resource.BaseNameable
-
Packages that use BaseNameable 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. -
-
Uses of BaseNameable in net.sf.okapi.common
Methods in net.sf.okapi.common with parameters of type BaseNameable Modifier and Type Method Description static void
ResourceUtil. copyProperties(BaseNameable srcResource, BaseNameable trgResource)
-
Uses of BaseNameable in net.sf.okapi.common.resource
Subclasses of BaseNameable in net.sf.okapi.common.resource Modifier and Type Class Description class
BaseReferenceable
Implements a nameable resource that can be a referent.class
DocumentPart
Resource associated with the filter events DOCUMENT_PART,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
TextUnit
Basic unit of extraction from a filter and also the resource associated with the filter event TEXT_UNIT.
-