- read(File) - Method in class net.junaraki.annobase.io.AbstractReader
-
Reads the given file, and returns an annotation base instance.
- read(List<File>) - Method in class net.junaraki.annobase.io.AbstractReader
-
Reads a list of the given files, and returns a list of annotation base instances.
- read(File) - Method in interface net.junaraki.annobase.io.Reader
-
Reads the given file, and returns an annotation base instance.
- read(List<File>) - Method in interface net.junaraki.annobase.io.Reader
-
Reads a list of the given files, and returns a list of annotation base instances.
- Reader - Interface in net.junaraki.annobase.io
-
- RelationAnnotation - Class in net.junaraki.annobase.type.relation
-
This class represents a general N-ary relation between annotations.
- RelationAnnotation(AnnotationBase) - Constructor for class net.junaraki.annobase.type.relation.RelationAnnotation
-
Public constructor.
- removeAnnotation(T) - Method in class net.junaraki.annobase.AnnotationBase
-
- removeAnnotations(Class<T>) - Method in class net.junaraki.annobase.AnnotationBase
-
- removeEventArgument(EventArgument) - Method in class net.junaraki.annobase.type.element.EventMention
-
Removes the given event argument from this event mention.
- removeEventMention(EventMention) - Method in class net.junaraki.annobase.type.concept.Event
-
- removeFromBase() - Method in class net.junaraki.annobase.type.AbstractAnnotation
-
- removeFromBase() - Method in interface net.junaraki.annobase.type.Annotation
-
Removes this annotation from an associated annotation base.
- removeFromBase() - Method in class net.junaraki.annobase.type.graph.DependencyGraph
-
- run(List<File>, List<File>) - Method in class net.junaraki.annobase.pipeline.AbstractPipeline
-
Runs this pipeline against the given files.