Package net.ontopia.topicmaps.classify
Class WebChew.WebClassification
- java.lang.Object
-
- net.ontopia.topicmaps.classify.WebChew.WebClassification
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<TopicMapAnalyzer.AssociationType>
getAssociationTypes()
Collection<TopicIF>
getCandidateTypes()
Collection<WebChew.ExistingAssociation>
getExistingAssociations()
List<WebChew.WebTerm>
getTerms()
-
-
-
Method Detail
-
getTerms
public List<WebChew.WebTerm> getTerms()
-
getCandidateTypes
public Collection<TopicIF> getCandidateTypes()
-
getAssociationTypes
public Collection<TopicMapAnalyzer.AssociationType> getAssociationTypes()
-
getExistingAssociations
public Collection<WebChew.ExistingAssociation> getExistingAssociations()
-
-