| Package | Description |
|---|---|
| net.sf.okapi.common |
Classes commonly used across the whole Okapi Framework.
|
| net.sf.okapi.common.filters |
Interfaces and base classes to implement filters
|
| 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.icml | |
| net.sf.okapi.filters.openxml | |
| net.sf.okapi.filters.xliff2 | |
| net.sf.okapi.steps.common |
Classes implementing often-used steps.
|
| net.sf.okapi.steps.scopingreport | |
| net.sf.okapi.steps.wordcount.categorized |
| Modifier and Type | Method and Description |
|---|---|
IResource |
ISkeleton.getParent()
Gets the parent resource of this skeleton.
|
IResource |
Event.getResource()
Gets the resource associated to this event.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IResource.copy(IResource from,
IResource to)
Copy all
IWithProperties and IWithAnnotations
Unless destination already has the property or annotation.
Properties are cloned before copying. |
void |
ISkeleton.setParent(IResource parent)
Sets a parent of this skeleton object.
|
void |
Event.setResource(IResource resource)
Sets the resource associated to this event.
|
| Constructor and Description |
|---|
Event(EventType filterEventType,
IResource resource)
Creates a new event with an associated resource.
|
Event(EventType filterEventType,
IResource resource,
ISkeleton skeleton)
Creates a new event with an associated resource and a skeleton object.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
SubFilter.createRefEvent(IResource resource) |
protected boolean |
AbstractLineFilter.sendEvent(EventType eventType,
IResource res) |
protected boolean |
AbstractLineFilter.sendEvent(int index,
EventType eventType,
IResource res) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
SubFilter.buildResourceId(String resId,
Class<? extends IResource> resClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMultilingual |
interface |
INameable
Provides the methods common to all resources that can be named.
|
interface |
ITextUnit
Interface for the basic unit of extraction from a filter and also the resource
associated with the filter event TEXT_UNIT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseNameable
Implements a nameable resource.
|
class |
BaseReferenceable
Implements a nameable resource that can be a referent.
|
class |
Custom |
class |
DocumentPart
Resource associated with the filter events DOCUMENT_PART,
|
class |
Ending
Resource associated with the filter events END_DOCUMENT,
END_SUBDOCUMENT, and END_GROUP.
|
class |
EndSubfilter
Ending
IResource for StartSubfilter |
class |
MultiEvent
Special resource that holds one or more events.
|
class |
PipelineParameters
Special resource used to carry runtime parameters.
|
class |
RawDocument
Resource that carries all the information needed for a filter to open a given document, and also the resource
associated with the event RAW_DOCUMENT.
|
class |
Segment
Implement a special content part that is a segment.
|
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 |
TextPart
Implements the base object for the parts that make up a content.
|
class |
TextUnit
Basic unit of extraction from a filter and also the resource associated with
the filter event TEXT_UNIT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StorageList
provides a way to store a list of resources and implements the different
interfaces of the resources.
|
| Modifier and Type | Method and Description |
|---|---|
IResource |
GenericSkeletonPart.getParent() |
IResource |
GenericSkeleton.getParent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SkeletonUtil.changeParent(ISkeleton skel,
IResource curParent,
IResource newParent) |
static boolean |
SkeletonUtil.isExtPropValuePlaceholder(GenericSkeletonPart part,
IResource resource) |
static boolean |
SkeletonUtil.isExtSegmentPlaceholder(GenericSkeletonPart part,
IResource resource) |
static boolean |
SkeletonUtil.isExtSourcePlaceholder(GenericSkeletonPart part,
IResource resource) |
static boolean |
SkeletonUtil.isExtTargetPlaceholder(GenericSkeletonPart part,
IResource resource) |
static boolean |
SkeletonUtil.isPropValuePlaceholder(GenericSkeletonPart part,
IResource resource) |
static boolean |
SkeletonUtil.isSegmentPlaceholder(GenericSkeletonPart part,
IResource resource) |
static boolean |
SkeletonUtil.isSourcePlaceholder(GenericSkeletonPart part,
IResource resource) |
static boolean |
SkeletonUtil.isTargetPlaceholder(GenericSkeletonPart part,
IResource resource) |
void |
GenericSkeletonPart.setParent(IResource newParent) |
void |
GenericSkeleton.setParent(IResource parent) |
| Constructor and Description |
|---|
GenericSkeletonPart(char data,
IResource parent,
LocaleId locId) |
GenericSkeletonPart(String data,
IResource parent,
LocaleId locId) |
| Modifier and Type | Method and Description |
|---|---|
IResource |
ICMLSkeleton.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
ICMLSkeleton.setParent(IResource parent) |
| Modifier and Type | Method and Description |
|---|---|
IResource |
BlockSkeleton.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockSkeleton.setParent(IResource parent) |
| Modifier and Type | Method and Description |
|---|---|
IResource |
Xliff2Skeleton.getParent() |
IResource |
MetadataSkeleton.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Xliff2Skeleton.setParent(IResource parent) |
void |
MetadataSkeleton.setParent(IResource parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtractionVerificationUtil.compareIResources(IResource r1,
IResource r2)
Compare two IResources (Assuming isTranslatable() and preserveWhitespaces() do not return null)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScopingReportStep.setProjectFields(IReportGenerator gen,
IResource res) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryResolver.resolve(IResource res,
EventType eventType) |
Copyright © 2022. All rights reserved.