- hasAnnotation(Class<T>) - Method in class net.junaraki.annobase.AnnotationBase
-
Returns true if this annotation base has any annotations of the given type.
- hasAnnotationWithSameSpanAs(Class<T>, ElementAnnotation) - Method in class net.junaraki.annobase.AnnotationBase
-
Returns true if this annotation base has annotation of the given type which has the same span
as the given annotation.
- hasAnnotationWithSameSpanAs(Class<T>, int, int) - Method in class net.junaraki.annobase.AnnotationBase
-
Returns true if this annotation base has annotation of the given type which has the same span
as the given annotation.
- hasArgument(String) - Method in class net.junaraki.annobase.type.element.AbstractSemanticRoleNode
-
- hasChildRelation() - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns true if this dependency node has a child dependency relation.
- hasChildRelation(String) - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns true if this dependency node has the given child dependency relation.
- hasChildRelation(DependencyNode, String) - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns true if this dependency node has the given child dependency relation with the given
dependency node.
- hasEventMention(EventMention) - Method in class net.junaraki.annobase.type.concept.Event
-
- hashCode() - Method in class net.junaraki.annobase.AnnotationBase
-
- hashCode() - Method in class net.junaraki.annobase.type.AbstractAnnotation
-
- hashCode() - Method in class net.junaraki.annobase.type.concept.Event
-
- hashCode() - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
- hashCode() - Method in class net.junaraki.annobase.type.element.EntityMention
-
- hashCode() - Method in class net.junaraki.annobase.type.element.EventMention
-
- hashCode() - Method in class net.junaraki.annobase.type.element.SentenceBasedTextSpan
-
- hashCode() - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
-
- hashCode() - Method in class net.junaraki.annobase.type.relation.RelationAnnotation
-
- hashCode() - Method in class net.junaraki.annobase.util.SourceDocument
-
- hashCode() - Method in class net.junaraki.annobase.util.Span
-
- hasHeadRelation() - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns true if this dependency node has a head dependency relation.
- hasHeadRelation(String) - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns true if this dependency node has the given head dependency relation.
- hasHeadRelation(DependencyNode, String) - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns true if this dependency node has the given head dependency relation with the given
dependency node.
- hasMultipleSpans() - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
Returns true if this annotation has multiple spans.
- hasSameSpan(ElementAnnotation) - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
Returns true if this annotation has the same span as the given element annotation.
- hasSameSpanAsOneOf(Collection<T>) - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
Returns true if this annotation has the same span as any of the given element annotations.