public class Variant extends Token
Modifier and Type | Field and Description |
---|---|
protected Term |
term |
type, TYPE_DELIMITER, TYPE_VARIANT, value
Modifier and Type | Method and Description |
---|---|
int |
getOccurrences()
PUBLIC: Returns the number of times this particular variant
occurred in the classified content.
|
Term |
getTerm()
PUBLIC: Returns the term of which this is a variant.
|
protected void |
replaceTerm(Term term) |
protected void |
setTerm(Term term) |
String |
toString() |
protected Term term
public Term getTerm()
public int getOccurrences()
protected void setTerm(Term term)
protected void replaceTerm(Term term)