Package net.sf.okapi.common.annotation
Interface IAnnotation
-
- All Superinterfaces:
Cloneable
- All Known Subinterfaces:
IPersistentAnnotation
- All Known Implementing Classes:
AltTranslationsAnnotation,DeepenSegmentationAnnotaton,DiffMatchAnnotation,FilterWriterAnnotation,GenericAnnotation,GenericAnnotations,GlossaryAnnotation,InlineAnnotation,Issue,IssueAnnotation,ITSLQIAnnotations,ITSProvenanceAnnotations,Manifest,MarkdownLinePrefixAnnotation,MergingInfo,MetricsAnnotation,NoteAnnotation,RepetitiveSegmentAnnotation,ScopingReportAnnotation,SkipCheckAnnotation,TargetPropertiesAnnotation,TermsAnnotation,TokensAnnotation,TXMLSegAnnotation,XLIFF2NotesAnnotation,XLIFFContextGroup,XLIFFPhaseAnnotation,XLIFFToolAnnotation
public interface IAnnotation extends Cloneable
Common handle for all annotations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoString()Gets a human readable representation of this annotation.
-