Uses of Interface
org.semanticweb.kaon2.api.owl.elements.OWLClass

Packages that use OWLClass
org.semanticweb.kaon2.api   
org.semanticweb.kaon2.api.reasoner   
 

Uses of OWLClass in org.semanticweb.kaon2.api
 

Methods in org.semanticweb.kaon2.api that return OWLClass
 OWLClass KAON2Factory.nothing()
           
 OWLClass KAON2Factory.owlClass(java.lang.String uri)
           
 OWLClass KAON2Factory.thing()
           
 

Methods in org.semanticweb.kaon2.api with parameters of type OWLClass
 java.lang.Object KAON2Visitor.visit(OWLClass object)
           
 

Uses of OWLClass in org.semanticweb.kaon2.api.reasoner
 

Methods in org.semanticweb.kaon2.api.reasoner that return types with arguments of type OWLClass
 java.util.Set<OWLClass> SubsumptionHierarchy.Node.getOWLClasses()
          Returns the set of mutually equivalent classes in this hierarchy node.
 

Methods in org.semanticweb.kaon2.api.reasoner with parameters of type OWLClass
 SubsumptionHierarchy.Node SubsumptionHierarchy.getNodeFor(OWLClass owlClass)
          Returns the hierarchy node containing the given class.