Package net.sf.okapi.common.resource
Class EndSubfilter
- java.lang.Object
-
- net.sf.okapi.common.resource.Ending
-
- net.sf.okapi.common.resource.EndSubfilter
-
- All Implemented Interfaces:
Cloneable
,IResource
,IWithAnnotations
,IWithProperties
,IWithSkeleton
public class EndSubfilter extends Ending
EndingIResource
forStartSubfilter
- Author:
- Jim Hargrave
-
-
Field Summary
-
Fields inherited from interface net.sf.okapi.common.IResource
COPY_ALL, COPY_CONTENT, COPY_PROPERTIES, COPY_SEGMENTATION, COPY_SEGMENTED_CONTENT, CREATE_EMPTY
-
-
Constructor Summary
Constructors Constructor Description EndSubfilter()
EndSubfilter(String id)
-
Method Summary
-
Methods inherited from class net.sf.okapi.common.resource.Ending
getAnnotations, getId, getProperties, getSkeleton, setId, setSkeleton, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sf.okapi.common.resource.IWithAnnotations
annotationIterator, clear, getAnnotation, getAnnotationsTypesAsSet, hasAnnotation, hasAnnotations, remove, setAnnotation
-
Methods inherited from interface net.sf.okapi.common.resource.IWithProperties
getProperty, getPropertyNames, hasProperty, propertyIterator, removeProperty, setProperty
-
-
-
-
Constructor Detail
-
EndSubfilter
public EndSubfilter()
-
EndSubfilter
public EndSubfilter(String id)
-
-