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

Packages that use OWLOntologyObject
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.model An API for OWL.  
 

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

Classes in org.semanticweb.owl.impl.model that implement OWLOntologyObject
 class OWLAnnotationPropertyImpl
          An OWLProperty whose range is a class (a collection of domain objects).
 class OWLClassAxiomImpl
           
 class OWLClassImpl
          An OWL Class represents a named class within an ontology.
 class OWLDataPropertyImpl
          An OWLProperty whose range is some concrete data type.
 class OWLDifferentIndividualsAxiomImpl
          An axiom asserting that a number of individuals are different.
 class OWLDisjointClassesAxiomImpl
          An axiom asserting the disjointness of a number of classes.
 class OWLEntityImpl
           
 class OWLEquivalentClassesAxiomImpl
          An axiom asserting the equivalence of a number of classes.
 class OWLEquivalentPropertiesAxiomImpl
          An axiom asserting the equivalence of a number of properties.
 class OWLIndividualAxiomImpl
           
 class OWLIndividualImpl
          An individual object.
 class OWLObjectPropertyImpl
          An OWLProperty whose range is a class (a collection of domain objects).
 class OWLPropertyAxiomImpl
           
 class OWLPropertyImpl
          A Property in an OWL ontology.
 class OWLSameIndividualsAxiomImpl
          An axiom asserting that a number of individuals are the same.
 class OWLSubClassAxiomImpl
          An axiom asserting a subclass relationship between a pair of Descriptions.
 class OWLSubPropertyAxiomImpl
          An axiom asserting a subclass relationship between a pair of Properties.
 

Uses of OWLOntologyObject in org.semanticweb.owl.model
 

Subinterfaces of OWLOntologyObject in org.semanticweb.owl.model
 interface OWLAnnotationProperty
          OWLAnnotationProperty.java Created: Thu May 08 16:47:28 2003
 interface OWLClass
          An OWL Class represents a named class within an ontology.
 interface OWLClassAxiom
          A super interface for various axiom types, such as subclass, equivalence or disjointness.
 interface OWLDataProperty
          An OWLProperty whose range is some concrete data type.
 interface OWLDataPropertyInstance
          Represents an association between a particular individuals and a data value.
 interface OWLDifferentIndividualsAxiom
          An axiom asserting that a number of individuals are different.
 interface OWLDisjointClassesAxiom
          An axiom asserting the disjointness of a number of classes.
 interface OWLEntity
          A top level interface for entities -- the primitive kinds of things that are found in Ontologies.
 interface OWLEquivalentClassesAxiom
          An axiom asserting the equivalence of a number of classes.
 interface OWLEquivalentPropertiesAxiom
          An axiom asserting the equivalence of a number of properties.
 interface OWLIndividual
          An individual object.
 interface OWLIndividualAxiom
          An abstract interface encompassing axioms about individuals.
 interface OWLObjectProperty
          An OWLProperty whose range is a class (a collection of domain objects).
 interface OWLObjectPropertyInstance
          Represents an association between two particular individuals using an ObjectProperty.
 interface OWLProperty
          A Property in an OWL ontology.
 interface OWLPropertyAxiom
          A super interface for various property axiom types, such as subproperty or equivalence.
 interface OWLPropertyInstance
          Super interface for instances of property filling.
 interface OWLSameIndividualsAxiom
          An axiom asserting that a number of individuals are the same.
 interface OWLSubClassAxiom
          An axiom asserting a subclass relationship between a pair of Descriptions.
 interface OWLSubPropertyAxiom
          An axiom asserting a subclass relationship between a pair of Properties.
 



WonderWeb