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 protected StringSubFilter. 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 StringITSContent. 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 interfaceIMultilingualinterfaceITextUnitInterface 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 classBaseNameableImplements a nameable resource.classBaseReferenceableImplements a nameable resource that can be a referent.classDocumentPartResource associated with the filter events DOCUMENT_PART,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.classTextUnitBasic 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 classStorageListprovides 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 GenericSkeletonPartGenericSkeleton. 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.voidGenericSkeleton. attachParent(INameable parent)Attaches a parent resource to a skeleton part.voidGenericSkeleton. changeSelfReferents(INameable newReferent)Updates all the self-references to use the given referent.protected StringGenericSkeletonWriter. getPropertyValue(INameable resource, String name, LocaleId locToUse, EncoderContext context)protected StringGenericSkeletonWriter. 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 StringXLIFFSkeletonWriter. 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 StringXMLSkeletonWriter. 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 booleanExtractionVerificationUtil. compareINameables(INameable n1, INameable n2)Compare two INameables (Assuming isTranslatable() and preserveWhitespaces() do not return null)
-