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 voidResourceUtil. 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 classBaseReferenceableImplements a nameable resource that can be a referent.classDocumentPartResource associated with the filter events DOCUMENT_PART,classStartDocumentResource associated with the filter event START_DOCUMENT.classStartGroupResource associated with the filter event START_GROUP.classStartSubDocumentResource associated with the filter event START_SUBDOCUMENT.classStartSubfilterclassTextContainerProvides methods for storing the content of a paragraph-type unit, to handle its properties, annotations and segmentation.classTextUnitBasic unit of extraction from a filter and also the resource associated with the filter event TEXT_UNIT.
-