Uses of Interface
net.sf.okapi.common.resource.IMultilingual
-
Packages that use IMultilingual 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.common.skeleton Interfaces and classes for the skeleton objects.net.sf.okapi.steps.common Classes implementing often-used steps. -
-
Uses of IMultilingual in net.sf.okapi.common.resource
Subinterfaces of IMultilingual in net.sf.okapi.common.resource Modifier and Type Interface Description interfaceITextUnitInterface for the basic unit of extraction from a filter and also the resource associated with the filter event TEXT_UNIT.Classes in net.sf.okapi.common.resource that implement IMultilingual Modifier and Type Class Description classDocumentPartResource associated with the filter events DOCUMENT_PART,classStartDocumentResource associated with the filter event START_DOCUMENT.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 IMultilingual in net.sf.okapi.common.skeleton
Classes in net.sf.okapi.common.skeleton that implement IMultilingual Modifier and Type Class Description classStorageListprovides a way to store a list of resources and implements the different interfaces of the resources. -
Uses of IMultilingual in net.sf.okapi.steps.common
Methods in net.sf.okapi.steps.common with parameters of type IMultilingual Modifier and Type Method Description booleanExtractionVerificationUtil. compareIMultilingual(IMultilingual n1, IMultilingual n2)
-