public static class TopicMapAnalyzer.AssociationType extends Object
Modifier and Type | Field and Description |
---|---|
double |
ascore |
TopicIF |
atype |
TopicIF |
crtype |
Collection<TopicIF> |
ctypes |
TopicIF |
prtype |
double |
uscore |
Modifier and Type | Method and Description |
---|---|
void |
addCandidateType(TopicIF ctype) |
String |
getAssociationTypeId() |
String |
getContentRoleTypeId() |
String |
getKey() |
String |
getName() |
double |
getScoreThreshold(boolean hasCandidates) |
String |
getTopicRoleTypeId() |
public TopicIF atype
public TopicIF prtype
public TopicIF crtype
public double ascore
public double uscore
public Collection<TopicIF> ctypes
public void addCandidateType(TopicIF ctype)
public String getKey()
public String getAssociationTypeId()
public String getContentRoleTypeId()
public String getTopicRoleTypeId()
public String getName()
public double getScoreThreshold(boolean hasCandidates)