Package net.ontopia.topicmaps.classify
Class WebChew.WebTerm
- java.lang.Object
-
- net.ontopia.topicmaps.classify.WebChew.WebTerm
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAssociationTypeField()
String
getCandidateTopicField()
Collection<TopicIF>
getCandidateTopics()
TopicMapAnalyzer.AssociationType
getDefaultAssociationType()
boolean
getHasCandidateTopics()
String
getId()
String
getNameField()
String
getNameTitle()
String
getNameValue()
int
getOccurrences()
double
getScore()
double
getScorePercent()
boolean
getSelected()
int
getSequenceId()
-
-
-
Method Detail
-
getId
public String getId()
-
getSequenceId
public int getSequenceId()
-
getSelected
public boolean getSelected()
-
getNameField
public String getNameField()
-
getNameValue
public String getNameValue()
-
getNameTitle
public String getNameTitle()
-
getScore
public double getScore()
-
getScorePercent
public double getScorePercent()
-
getOccurrences
public int getOccurrences()
-
getCandidateTopicField
public String getCandidateTopicField()
-
getHasCandidateTopics
public boolean getHasCandidateTopics()
-
getCandidateTopics
public Collection<TopicIF> getCandidateTopics()
-
getAssociationTypeField
public String getAssociationTypeField()
-
getDefaultAssociationType
public TopicMapAnalyzer.AssociationType getDefaultAssociationType()
-
-