Uses of Class
de.unima.alcomox.ontology.IConcept

Packages that use IConcept
de.unima.alcomox.ontology   
 

Uses of IConcept in de.unima.alcomox.ontology
 

Methods in de.unima.alcomox.ontology that return types with arguments of type IConcept
 java.util.Set<IConcept> IConcept.getChildren()
           
 

Methods in de.unima.alcomox.ontology with parameters of type IConcept
 void IConcept.addChild(IConcept concept)
           
 void IConcept.addParent(IConcept concept)
           
 boolean IConcept.hasCommonSubClassWith(IConcept that)
           
 boolean IConcept.hasCommonSubDisjointClassWith(IConcept that)
           
 boolean IConcept.isDisjointWith(IConcept ic2)
           
 boolean IConcept.isSubClassOf(IConcept that)