Skip navigation links
A C D E F G H I L N O P R S T V W 

A

AbstractAnnotation - Class in net.junaraki.annobase.type
This class provides a skeletal implementation of the Annotation interface.
AbstractAnnotation(AnnotationBase) - Constructor for class net.junaraki.annobase.type.AbstractAnnotation
Public constructor.
AbstractGraph<V,E> - Class in net.junaraki.annobase.util.graph
 
AbstractGraph() - Constructor for class net.junaraki.annobase.util.graph.AbstractGraph
Public constructor.
AbstractPipeline - Class in net.junaraki.annobase.pipeline
 
AbstractPipeline() - Constructor for class net.junaraki.annobase.pipeline.AbstractPipeline
Public constructor.
AbstractPipeline(Reader, Writer) - Constructor for class net.junaraki.annobase.pipeline.AbstractPipeline
Public constructor.
AbstractPipeline(List<Processor>) - Constructor for class net.junaraki.annobase.pipeline.AbstractPipeline
Public constructor.
AbstractPipeline(Reader, Writer, List<Processor>) - Constructor for class net.junaraki.annobase.pipeline.AbstractPipeline
Public constructor.
AbstractProcessor - Class in net.junaraki.annobase.process
 
AbstractProcessor() - Constructor for class net.junaraki.annobase.process.AbstractProcessor
 
AbstractReader - Class in net.junaraki.annobase.io
 
AbstractReader() - Constructor for class net.junaraki.annobase.io.AbstractReader
 
AbstractSemanticRoleNode - Class in net.junaraki.annobase.type.element
 
AbstractSemanticRoleNode(AnnotationBase, int, int) - Constructor for class net.junaraki.annobase.type.element.AbstractSemanticRoleNode
Public constructor.
AbstractWriter - Class in net.junaraki.annobase.io
 
AbstractWriter() - Constructor for class net.junaraki.annobase.io.AbstractWriter
 
addAnnotation(T) - Method in class net.junaraki.annobase.AnnotationBase
Adds the given annotation to this annotation base.
addAnnotations(List<T>) - Method in class net.junaraki.annobase.AnnotationBase
Adds the given annotations to this annotation base.
addArgument(SemanticRoleArgument) - Method in class net.junaraki.annobase.type.element.AbstractSemanticRoleNode
 
addArgument(Annotation) - Method in class net.junaraki.annobase.type.relation.concept.ConceptBinaryRelation
 
addArgument(Annotation) - Method in class net.junaraki.annobase.type.relation.concept.ConceptRelationAnnotation
 
addArgument(ElementAnnotation) - Method in class net.junaraki.annobase.type.relation.element.ElementBinaryRelation
 
addArgument(ElementAnnotation) - Method in class net.junaraki.annobase.type.relation.element.ElementRelationAnnotation
 
addChildRelation(DependencyRelation) - Method in class net.junaraki.annobase.type.element.DependencyNode
 
addEdge(E, V, V) - Method in class net.junaraki.annobase.util.graph.AbstractGraph
Adds the given edge that connects vertex 1 to vertex 2.
addEdge(E, V, V) - Method in interface net.junaraki.annobase.util.graph.Graph
Adds the given edge that connects vertex 1 to vertex 2.
addEntityMention(EntityMention) - Method in class net.junaraki.annobase.type.concept.Entity
 
addEventArgument(EventArgument) - Method in class net.junaraki.annobase.type.element.EntityMention
Adds the given event mention argument to this event mention.
addEventArgument(String, EventMention) - Method in class net.junaraki.annobase.type.element.EntityMention
Adds an event mention argument with the given role and elemental annotation to this event mention.
addEventArgument(EventArgument) - Method in class net.junaraki.annobase.type.element.EventMention
Adds the given event argument to this event mention.
addEventArgument(String, ElementAnnotation) - Method in class net.junaraki.annobase.type.element.EventMention
Adds an event mention argument with the given role and elemental annotation to this event mention.
addEventMention(EventMention) - Method in class net.junaraki.annobase.type.concept.Event
 
addEventMentions(List<EventMention>) - Method in class net.junaraki.annobase.type.concept.Event
 
addFromEventMentionRelation(EventMentionRelation) - Method in class net.junaraki.annobase.type.element.EventMention
 
addFromEventMentionRelations(List<EventMentionRelation>) - Method in class net.junaraki.annobase.type.element.EventMention
 
addFromEventRelation(EventRelation) - Method in class net.junaraki.annobase.type.concept.Event
 
addHeadRelation(DependencyRelation) - Method in class net.junaraki.annobase.type.element.DependencyNode
 
addProcessor(Processor) - Method in class net.junaraki.annobase.pipeline.AbstractPipeline
Adds the given processor to this pipeline.
addProcessor(Processor) - Method in interface net.junaraki.annobase.pipeline.Pipeline
Adds the given processor to this pipeline.
addSentence(Sentence) - Method in class net.junaraki.annobase.type.element.SentenceBasedTextSpan
Adds the given sent to this span.
addSentences(List<Sentence>) - Method in class net.junaraki.annobase.type.element.SentenceBasedTextSpan
Adds the given sents to this span.
addSpan(int, int) - Method in class net.junaraki.annobase.type.element.ElementAnnotation
Adds a span with the given offsets to this annotation.
addToBase() - Method in class net.junaraki.annobase.type.AbstractAnnotation
Adds this annotation to an associated annotation base.
addToBase() - Method in interface net.junaraki.annobase.type.Annotation
Adds this annotation to an associated annotation base.
addToBase() - Method in class net.junaraki.annobase.type.graph.DependencyGraph
 
addToEventMentionRelation(EventMentionRelation) - Method in class net.junaraki.annobase.type.element.EventMention
 
addToEventMentionRelations(List<EventMentionRelation>) - Method in class net.junaraki.annobase.type.element.EventMention
 
addToEventRelation(EventRelation) - Method in class net.junaraki.annobase.type.concept.Event
 
addToken(Token) - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
Adds the given token to this span.
addTokens(List<Token>) - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
Adds the given tokens to this span.
addVertex(V) - Method in class net.junaraki.annobase.util.graph.AbstractGraph
Adds the given vertex to this graph.
addVertex(V) - Method in interface net.junaraki.annobase.util.graph.Graph
Adds the given vertex to this graph.
Annotation - Interface in net.junaraki.annobase.type
An interface for annotation.
AnnotationBase - Class in net.junaraki.annobase
An annotation base is more like an annotation manager.
AnnotationBase(String) - Constructor for class net.junaraki.annobase.AnnotationBase
Public constructor.
AnnotationBase(String, String) - Constructor for class net.junaraki.annobase.AnnotationBase
Public constructor.
A C D E F G H I L N O P R S T V W 
Skip navigation links