Uses of Interface
net.sf.okapi.common.resource.IWithSkeleton
-
Packages that use IWithSkeleton 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. -
-
Uses of IWithSkeleton in net.sf.okapi.common
Subinterfaces of IWithSkeleton in net.sf.okapi.common Modifier and Type Interface Description interfaceIResourceCommon set of features all the types of resources associated with events have. -
Uses of IWithSkeleton in net.sf.okapi.common.resource
Subinterfaces of IWithSkeleton in net.sf.okapi.common.resource Modifier and Type Interface Description interfaceIMultilingualinterfaceINameableProvides the methods common to all resources that can be named.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 IWithSkeleton Modifier and Type Class Description classBaseNameableImplements a nameable resource.classBaseReferenceableImplements a nameable resource that can be a referent.classCustomclassDocumentPartResource associated with the filter events DOCUMENT_PART,classEndingResource associated with the filter events END_DOCUMENT, END_SUBDOCUMENT, and END_GROUP.classEndSubfilterEndingIResourceforStartSubfilterclassMultiEventSpecial resource that holds one or more events.classPipelineParametersSpecial resource used to carry runtime parameters.classRawDocumentResource that carries all the information needed for a filter to open a given document, and also the resource associated with the event RAW_DOCUMENT.classSegmentImplement a special content part that is a segment.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.classTextPartImplements the base object for the parts that make up a content.classTextUnitBasic unit of extraction from a filter and also the resource associated with the filter event TEXT_UNIT. -
Uses of IWithSkeleton in net.sf.okapi.common.skeleton
Classes in net.sf.okapi.common.skeleton that implement IWithSkeleton Modifier and Type Class Description classStorageListprovides a way to store a list of resources and implements the different interfaces of the resources.
-