Uses of Interface
net.sf.okapi.common.resource.INameable
-
Packages that use INameable Package Description net.sf.okapi.common.filters Interfaces and base classes to implement filtersnet.sf.okapi.common.filterwriter Interfaces and classes to allow the output of a document in its original format.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.filters.xliff net.sf.okapi.filters.xml net.sf.okapi.steps.common Classes implementing often-used steps. -
-
Uses of INameable in net.sf.okapi.common.filters
Method parameters in net.sf.okapi.common.filters with type arguments of type INameable Modifier and Type Method Description default String
ISubFilter. buildResourceName(String resName, boolean autoGenerated, Class<? extends INameable> resClass)
-
Uses of INameable in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter with parameters of type INameable Modifier and Type Method Description static String
ITSContent. getAnnotatorRef(String dataCategory, INameable nameable)
Gets the ITS annotator reference for a given data category on a given object. -
Uses of INameable in net.sf.okapi.common.resource
Subinterfaces of INameable in net.sf.okapi.common.resource Modifier and Type Interface Description interface
IMultilingual
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 INameable Modifier and Type Class Description class
BaseNameable
Implements a nameable resource.class
BaseReferenceable
Implements a nameable resource that can be a referent.class
DocumentPart
Resource associated with the filter events DOCUMENT_PART,class
StartDocument
Resource associated with the filter event START_DOCUMENT.class
StartGroup
Resource associated with the filter event START_GROUP.class
StartSubDocument
Resource associated with the filter event START_SUBDOCUMENT.class
StartSubfilter
class
TextContainer
Provides methods for storing the content of a paragraph-type unit, to handle its properties, annotations and segmentation.class
TextUnit
Basic unit of extraction from a filter and also the resource associated with the filter event TEXT_UNIT. -
Uses of INameable in net.sf.okapi.common.skeleton
Classes in net.sf.okapi.common.skeleton that implement INameable 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 with parameters of type INameable Modifier and Type Method Description GenericSkeletonPart
GenericSkeleton. addValuePlaceholder(INameable referent, String propName, LocaleId locId)
Adds to this skeleton a place-holder for the value of a property (in a given locale) of the resource to which this skeleton is attached.void
GenericSkeleton. attachParent(INameable parent)
Attaches a parent resource to a skeleton part.void
GenericSkeleton. changeSelfReferents(INameable newReferent)
Updates all the self-references to use the given referent.protected String
GenericSkeletonWriter. getPropertyValue(INameable resource, String name, LocaleId locToUse, EncoderContext context)
protected String
GenericSkeletonWriter. getString(INameable ref, String propName, LocaleId locToUse, EncoderContext context)
-
Uses of INameable in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff with parameters of type INameable Modifier and Type Method Description protected String
XLIFFSkeletonWriter. getPropertyValue(INameable resource, String name, LocaleId locToUse, EncoderContext context)
-
Uses of INameable in net.sf.okapi.filters.xml
Methods in net.sf.okapi.filters.xml with parameters of type INameable Modifier and Type Method Description protected String
XMLSkeletonWriter. getPropertyValue(INameable resource, String name, LocaleId locToUse, EncoderContext context)
Overrides the default behaviour to force "UTF-16" as declared XML encoding (not "UTF-16LE" or "UTF-16BE"). -
Uses of INameable in net.sf.okapi.steps.common
Methods in net.sf.okapi.steps.common with parameters of type INameable Modifier and Type Method Description boolean
ExtractionVerificationUtil. compareINameables(INameable n1, INameable n2)
Compare two INameables (Assuming isTranslatable() and preserveWhitespaces() do not return null)
-