Uses of Class
net.sf.okapi.common.resource.BaseReferenceable
-
Packages that use BaseReferenceable Package Description net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter.net.sf.okapi.steps.common Classes implementing often-used steps. -
-
Uses of BaseReferenceable in net.sf.okapi.common.resource
Subclasses of BaseReferenceable in net.sf.okapi.common.resource Modifier and Type Class Description classDocumentPartResource associated with the filter events DOCUMENT_PART,classStartGroupResource associated with the filter event START_GROUP.classStartSubfilterclassTextUnitBasic unit of extraction from a filter and also the resource associated with the filter event TEXT_UNIT. -
Uses of BaseReferenceable in net.sf.okapi.steps.common
Methods in net.sf.okapi.steps.common with parameters of type BaseReferenceable Modifier and Type Method Description booleanExtractionVerificationUtil. compareBaseReferenceable(BaseReferenceable br1, BaseReferenceable br2)Compare two BaseReferenceables
-