Uses of Class
jcolibri.datatypes.ConceptType

Packages that use ConceptType
jcolibri.test.test5 shows how to map an attribute to an ontology and compute an ontology-based similarity function in the KNN. 
 

Uses of ConceptType in jcolibri.test.test5
 

Methods in jcolibri.test.test5 that return ConceptType
 ConceptType TravelDescription.getSeason()
           
 

Methods in jcolibri.test.test5 with parameters of type ConceptType
 void TravelDescription.setSeason(ConceptType season)