Uses of Interface
org.semanticweb.owl.model.OWLClassAxiom

Packages that use OWLClassAxiom
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.io.owl_rdf   
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.change Change API for OWL Ontologies.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
uk.ac.man.cs.img.owl.io.html   
 

Uses of OWLClassAxiom in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLClassAxiom
 class OWLDisjointClassesAxiomImpl
          An axiom asserting the disjointness of a number of classes.
 class OWLEquivalentClassesAxiomImpl
          An axiom asserting the equivalence of a number of classes.
 class OWLSubClassAxiomImpl
          An axiom asserting a subclass relationship between a pair of Descriptions.
 

Uses of OWLClassAxiom in org.semanticweb.owl.io.owl_rdf
 

Methods in org.semanticweb.owl.io.owl_rdf with parameters of type OWLClassAxiom
protected  void Renderer.renderClassAxiom(OWLClassAxiom axiom)
           
 

Uses of OWLClassAxiom in org.semanticweb.owl.model
 

Subinterfaces of OWLClassAxiom in org.semanticweb.owl.model
 interface OWLDisjointClassesAxiom
          An axiom asserting the disjointness of a number of classes.
 interface OWLEquivalentClassesAxiom
          An axiom asserting the equivalence of a number of classes.
 interface OWLSubClassAxiom
          An axiom asserting a subclass relationship between a pair of Descriptions.
 

Uses of OWLClassAxiom in org.semanticweb.owl.model.change
 

Methods in org.semanticweb.owl.model.change that return OWLClassAxiom
 OWLClassAxiom RemoveClassAxiom.getAxiom()
          The axiom to be removed.
 OWLClassAxiom AddClassAxiom.getAxiom()
          The entity that should be added.
 

Constructors in org.semanticweb.owl.model.change with parameters of type OWLClassAxiom
RemoveClassAxiom(OWLOntology ontology, OWLClassAxiom axiom, OntologyChange cause)
           
AddClassAxiom(OWLOntology ontology, OWLClassAxiom axiom, OntologyChange cause)
           
 

Uses of OWLClassAxiom in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLClassAxiom
 void OWLObjectVisitorAdapter.visit(OWLClassAxiom node)
           
 void OWLBuilder.addClassAxiom(OWLClassAxiom axiom)
          Adds axiom to the ontology.
 void ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLClassAxiom node)
           
 

Uses of OWLClassAxiom in uk.ac.man.cs.img.owl.io.html
 

Methods in uk.ac.man.cs.img.owl.io.html with parameters of type OWLClassAxiom
 void OntologyRenderer.renderClassAxiom(OWLClassAxiom axiom, PrintWriter pw, Linker linker)
           
 



WonderWeb