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

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

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

Subclasses of OWLEntityImpl in org.semanticweb.owl.impl.model
 class OWLAnnotationPropertyImpl
          An OWLProperty whose range is a class (a collection of domain objects).
 class OWLClassImpl
          An OWL Class represents a named class within an ontology.
 class OWLDataPropertyImpl
          An OWLProperty whose range is some concrete data type.
 class OWLIndividualImpl
          An individual object.
 class OWLObjectPropertyImpl
          An OWLProperty whose range is a class (a collection of domain objects).
 class OWLPropertyImpl
          A Property in an OWL ontology.
 



WonderWeb