Uses of Class
org.semanticweb.owl.impl.model.OWLObjectImpl

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

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

Subclasses of OWLObjectImpl in org.semanticweb.owl.impl.model
 class OWLAndImpl
          A conjunction of expressions.
 class OWLAnnotationInstanceImpl
          OWLAnnotationInstanceImpl.java Created: Fri May 09 09:33:05 2003
 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 OWLConcreteDataImpl
          A place holder for concrete data.
 class OWLConcreteDataTypeImpl
          A place holder for concrete data types.
 class OWLDataAllRestrictionImpl
          A universally quantified restriction over a datatype propperty.
 class OWLDataCardinalityRestrictionImpl
          A CardinalityRestriction that applies to an OWLDataProperty.
 class OWLDataEnumerationImpl
          An OWLDataEnumeration is a collection of OWLDataValues, e.g. a data oneOf.
 class OWLDataPropertyImpl
          An OWLProperty whose range is some concrete data type.
 class OWLDataQuantifiedRestrictionImpl
          A Restriction over an OWLDataProperty that is quantified.
 class OWLDataRestrictionImpl
          A Restriction that particularly applies to an OWLDataProperty.
 class OWLDataSomeRestrictionImpl
          An existentially quantified restriction over a datatype property.
 class OWLDataValueRestrictionImpl
          A restriction over a datatype property with a given value.
 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 OWLEnumerationImpl
          An OWLEnumeration is a collection of OWLIndividuals.
 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 OWLFrameImpl
          A frame packages up a top-level description of a class, and consists of a number of superclasses and a number of restrictions.
 class OWLIndividualAxiomImpl
           
 class OWLIndividualImpl
          An individual object.
 class OWLNamedObjectImpl
          A superclass for all named things (anything that has a URI associated with it).
 class OWLNaryBooleanDescriptionImpl
          A super class encompassing And and Or expressions.
 class OWLNotImpl
          The complement of a description.
 class OWLObjectAllRestrictionImpl
          A universally quantified restriction over a datatype property.
 class OWLObjectCardinalityRestrictionImpl
          A CardinalityRestriction that applies to an OWLObjectProperty.
 class OWLObjectPropertyImpl
          An OWLProperty whose range is a class (a collection of domain objects).
 class OWLObjectQuantifiedRestrictionImpl
          A Restriction over an OWLObjectProperty that is quantified.
 class OWLObjectRestrictionImpl
          A Restriction that particularly applies to an OWLObjectProperty.
 class OWLObjectSomeRestrictionImpl
          An existentially quantified restriction over a datatype property.
 class OWLObjectValueRestrictionImpl
          A restriction over an individual property with a given value.
 class OWLOntologyImpl
          Represents an OWL ontology.
 class OWLOrImpl
          A disjunction of expressions.
 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.
 



WonderWeb