@Immutable public final class FastLookupToken extends Object
Constructor and Description |
---|
FastLookupToken(org.apache.uima.jcas.tcas.Annotation jcasAnnotation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object value)
Two lookup tokens are equal iff the spans are equal.
|
int |
getEnd() |
int |
getLength() |
int |
getStart() |
String |
getText() |
TextSpan |
getTextSpan() |
String |
getVariant() |
int |
hashCode() |
public FastLookupToken(org.apache.uima.jcas.tcas.Annotation jcasAnnotation)
public TextSpan getTextSpan()
public int getStart()
public int getEnd()
public int getLength()
public String getText()
public String getVariant()
public boolean equals(Object value)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.