public interface SearchAnnotation
extends de.ims.icarus.util.annotation.Annotation
Modifier and Type | Method and Description |
---|---|
ResultAnnotator |
getAnnotator() |
int |
getGroupId(int index) |
int |
getGroupId(int index,
java.lang.String token) |
long |
getHighlight(int index) |
boolean |
isEdgeHighlighted(int index) |
boolean |
isHighlighted(int index) |
boolean |
isNodeHighlighted(int index) |
boolean |
isTokenHighlighted(int index,
java.lang.String token) |
boolean |
isTransitiveHighlighted(int index) |
boolean isHighlighted(int index)
int getGroupId(int index)
int getGroupId(int index, java.lang.String token)
boolean isNodeHighlighted(int index)
boolean isEdgeHighlighted(int index)
boolean isTransitiveHighlighted(int index)
long getHighlight(int index)
boolean isTokenHighlighted(int index, java.lang.String token)
ResultAnnotator getAnnotator()