Uses of Class
net.sf.okapi.common.resource.InlineAnnotation
-
Packages that use InlineAnnotation Package Description net.sf.okapi.common.annotation Classes to implement and manage annotations.net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter.net.sf.okapi.lib.verification -
-
Uses of InlineAnnotation in net.sf.okapi.common.annotation
Subclasses of InlineAnnotation in net.sf.okapi.common.annotation Modifier and Type Class Description classGenericAnnotationGeneric annotation allowing access with field names and multiple instance on the same object.classGenericAnnotationsProvides access to a list ofGenericAnnotation.classIssueAnnotationclassITSLQIAnnotationsAnnotation for ITS Language Quality Issue meta-data.classITSProvenanceAnnotationsAnnotation for ITS Provenance meta-data. -
Uses of InlineAnnotation in net.sf.okapi.common.resource
Fields in net.sf.okapi.common.resource declared as InlineAnnotation Modifier and Type Field Description InlineAnnotationAnnotatedSpan. annotationThe annotation itself (can be null).Fields in net.sf.okapi.common.resource with type parameters of type InlineAnnotation Modifier and Type Field Description protected LinkedHashMap<String,InlineAnnotation>Code. inlineAnnotationsInlineAnnotations for this code.Methods in net.sf.okapi.common.resource that return InlineAnnotation Modifier and Type Method Description InlineAnnotationInlineAnnotation. clone()Clones this annotation.static InlineAnnotationInlineAnnotation. createFromString(String storage)Creates a new InlineAnnotation object from a storage string.InlineAnnotationCode. getAnnotation(String type)Gets the annotation of a given type.Methods in net.sf.okapi.common.resource with parameters of type InlineAnnotation Modifier and Type Method Description intTextFragment. annotate(int start, int end, String type, InlineAnnotation annotation)Annotates a section of this text.CodeTextFragment. append(TextFragment.TagType tagType, String type, InlineAnnotation annotation)Appends an annotation-type code to this text.voidCode. setAnnotation(String type, InlineAnnotation annotation)Sets the annotation for this code.Constructors in net.sf.okapi.common.resource with parameters of type InlineAnnotation Constructor Description AnnotatedSpan(String type, InlineAnnotation annotation, TextFragment span, int start, int end)Creates a new AnnotatedSpan object with a give type of annotation, its annotation and its fragment of text. -
Uses of InlineAnnotation in net.sf.okapi.lib.verification
Subclasses of InlineAnnotation in net.sf.okapi.lib.verification Modifier and Type Class Description classIssue
-