|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.classify.Token net.ontopia.topicmaps.classify.Variant
public class Variant
PUBLIC: Represents a form of a term as it occurred in classified content.
Field Summary | |
---|---|
protected Term |
term
|
Fields inherited from class net.ontopia.topicmaps.classify.Token |
---|
type, TYPE_DELIMITER, TYPE_VARIANT, value |
Method Summary | |
---|---|
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. |
java.lang.String |
toString()
|
Methods inherited from class net.ontopia.topicmaps.classify.Token |
---|
getType, getValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Term term
Method Detail |
---|
public Term getTerm()
public int getOccurrences()
public java.lang.String toString()
toString
in class Token
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |