Package net.ontopia.topicmaps.classify
Class TopicMapAnalyzer.AssociationType
- java.lang.Object
-
- net.ontopia.topicmaps.classify.TopicMapAnalyzer.AssociationType
-
- Enclosing class:
- TopicMapAnalyzer
public static class TopicMapAnalyzer.AssociationType extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCandidateType(TopicIF ctype)
String
getAssociationTypeId()
String
getContentRoleTypeId()
String
getKey()
String
getName()
double
getScoreThreshold(boolean hasCandidates)
String
getTopicRoleTypeId()
-
-
-
Field Detail
-
atype
public TopicIF atype
-
prtype
public TopicIF prtype
-
crtype
public TopicIF crtype
-
ascore
public double ascore
-
uscore
public double uscore
-
ctypes
public Collection<TopicIF> ctypes
-
-
Method Detail
-
addCandidateType
public void addCandidateType(TopicIF ctype)
-
getKey
public String getKey()
-
getAssociationTypeId
public String getAssociationTypeId()
-
getContentRoleTypeId
public String getContentRoleTypeId()
-
getTopicRoleTypeId
public String getTopicRoleTypeId()
-
getName
public String getName()
-
getScoreThreshold
public double getScoreThreshold(boolean hasCandidates)
-
-