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

Packages that use OWLClassAxiom
org.coode.manchesterowlsyntax   
org.coode.owl.functionalparser   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
 

Uses of OWLClassAxiom in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax that return OWLClassAxiom
 OWLClassAxiom ManchesterOWLSyntaxEditorParser.parseClassAxiom()
           
 

Uses of OWLClassAxiom in org.coode.owl.functionalparser
 

Methods in org.coode.owl.functionalparser that return OWLClassAxiom
 OWLClassAxiom OWLFunctionalSyntaxParser.ClassAxiom()
           
 OWLClassAxiom OWLFunctionalSyntaxParser.DisjointClasses()
           
 OWLClassAxiom OWLFunctionalSyntaxParser.DisjointUnion()
           
 OWLClassAxiom OWLFunctionalSyntaxParser.EquivalentClasses()
           
 OWLClassAxiom OWLFunctionalSyntaxParser.SubClassOf()
           
 

Uses of OWLClassAxiom in org.semanticweb.owl.model
 

Subinterfaces of OWLClassAxiom in org.semanticweb.owl.model
 interface OWLDeprecatedClassAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Nov-2006

 interface OWLDisjointClassesAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLDisjointUnionAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLEquivalentClassesAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLNaryClassAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLSubClassAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLClassAxiom
 java.util.Set<OWLClassAxiom> OWLOntology.getAxioms(OWLClass cls)
          Gets the axioms that form the definition/description of a class.
 java.util.Set<OWLClassAxiom> OWLOntology.getClassAxioms()
          Gets all of the class axioms in this ontology.
 java.util.Set<OWLClassAxiom> OWLOntology.getGeneralClassAxioms()
          Gets the set of general axioms in this ontology.
 

Uses of OWLClassAxiom in org.semanticweb.owl.util
 

Classes in org.semanticweb.owl.util with type parameters of type OWLClassAxiom
 class InferredClassAxiomGenerator<A extends OWLClassAxiom>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

 

Uses of OWLClassAxiom in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement OWLClassAxiom
 class OWLClassAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 05-Dec-2006

 class OWLDisjointClassesAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLDisjointUnionAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLEquivalentClassesAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLNaryClassAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLSubClassAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLClassAxiom
 java.util.Set<OWLClassAxiom> OWLOntologyImpl.getAxioms(OWLClass cls)
           
 java.util.Set<OWLClassAxiom> OWLOntologyImpl.getClassAxioms()
           
 java.util.Set<OWLClassAxiom> OWLOntologyImpl.getGeneralClassAxioms()