Uses of Interface
net.sf.okapi.common.resource.IReferenceable
-
Packages that use IReferenceable 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 IReferenceable in net.sf.okapi.common.resource
Subinterfaces of IReferenceable in net.sf.okapi.common.resource Modifier and Type Interface Description interface
ITextUnit
Interface 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 IReferenceable 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
StartGroup
Resource associated with the filter event START_GROUP.class
StartSubfilter
class
TextUnit
Basic unit of extraction from a filter and also the resource associated with the filter event TEXT_UNIT. -
Uses of IReferenceable in net.sf.okapi.common.skeleton
Classes in net.sf.okapi.common.skeleton that implement IReferenceable Modifier and Type Class Description class
StorageList
provides a way to store a list of resources and implements the different interfaces of the resources.Methods in net.sf.okapi.common.skeleton that return IReferenceable Modifier and Type Method Description protected IReferenceable
GenericSkeletonWriter. getReference(String id)
protected IReferenceable
GenericSkeletonWriter. peekReference(String id)
Methods in net.sf.okapi.common.skeleton with parameters of type IReferenceable Modifier and Type Method Description void
GenericSkeleton. addReference(IReferenceable referent)
Adds to this skeleton a reference to an existing resource send before the one to which this skeleton is attached to.Constructors in net.sf.okapi.common.skeleton with parameters of type IReferenceable Constructor Description Referent(IReferenceable value, int copies)
-
Uses of IReferenceable in net.sf.okapi.steps.common
Methods in net.sf.okapi.steps.common with parameters of type IReferenceable Modifier and Type Method Description boolean
ExtractionVerificationUtil. compareIReferenceables(IReferenceable r1, IReferenceable r2)
Compare two IReferenceables (Assuming isReferent() and referenceCount() do not return null)
-