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

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

Uses of OWLIndividualAxiom in org.coode.owl.functionalparser
 

Methods in org.coode.owl.functionalparser that return OWLIndividualAxiom
 OWLIndividualAxiom OWLFunctionalSyntaxParser.ClassAssertion()
           
 OWLIndividualAxiom OWLFunctionalSyntaxParser.DataPropertyAssertion()
           
 OWLIndividualAxiom OWLFunctionalSyntaxParser.DifferentIndividuals()
           
 OWLIndividualAxiom OWLFunctionalSyntaxParser.IndividualAxiom()
           
 OWLIndividualAxiom OWLFunctionalSyntaxParser.NegativeDataPropertyAssertion()
           
 OWLIndividualAxiom OWLFunctionalSyntaxParser.NegativeObjectPropertyAssertion()
           
 OWLIndividualAxiom OWLFunctionalSyntaxParser.ObjectPropertyAssertion()
           
 OWLIndividualAxiom OWLFunctionalSyntaxParser.SameIndividuals()
           
 

Uses of OWLIndividualAxiom in org.semanticweb.owl.model
 

Subinterfaces of OWLIndividualAxiom in org.semanticweb.owl.model
 interface OWLClassAssertionAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLDataPropertyAssertionAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 Represents an assertion about a relationship between and individual and a data value.
 interface OWLDifferentIndividualsAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLNaryIndividualAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLNegativeDataPropertyAssertionAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLNegativeObjectPropertyAssertionAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLObjectPropertyAssertionAxiom
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLPropertyAssertionAxiom<P extends OWLPropertyExpression,O extends OWLObject>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 An individual relationship axiom describes a relationship of the form Property(Subject, Object) i.e.
 interface OWLSameIndividualsAxiom
          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 OWLIndividualAxiom
 java.util.Set<OWLIndividualAxiom> OWLOntology.getAxioms(OWLIndividual individual)
          Gets the axioms that form the definition/description of an individual
 java.util.Set<OWLIndividualAxiom> OWLOntology.getIndividualAxioms()
          Gets all of the individual axioms in this ontology.
 

Uses of OWLIndividualAxiom in org.semanticweb.owl.util
 

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

 

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

Classes in uk.ac.manchester.cs.owl that implement OWLIndividualAxiom
 class OWLClassAssertionAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

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

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

 class OWLIndividualAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 05-Dec-2006

 class OWLIndividualRelationshipAxiomImpl<P extends OWLPropertyExpression,O extends OWLObject>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

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

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

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

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

 class OWLSameIndividualsAxiomImpl
          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 OWLIndividualAxiom
 java.util.Set<OWLIndividualAxiom> OWLOntologyImpl.getAxioms(OWLIndividual individual)
           
 java.util.Set<OWLIndividualAxiom> OWLOntologyImpl.getIndividualAxioms()