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

Packages that use OWLEntity
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.change Change API for OWL Ontologies.  
 

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

Classes in org.semanticweb.owl.impl.model that implement OWLEntity
 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 OWLEntityImpl
           
 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.
 

Uses of OWLEntity in org.semanticweb.owl.model
 

Subinterfaces of OWLEntity 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 OWLDataProperty
          An OWLProperty whose range is some concrete data type.
 interface OWLIndividual
          An individual object.
 interface OWLObjectProperty
          An OWLProperty whose range is a class (a collection of domain objects).
 interface OWLProperty
          A Property in an OWL ontology.
 

Uses of OWLEntity in org.semanticweb.owl.model.change
 

Methods in org.semanticweb.owl.model.change that return OWLEntity
 OWLEntity RemoveEntity.getEntity()
          The entity that should be removed.
 OWLEntity AddEntity.getEntity()
          The entity that should be added.
 

Constructors in org.semanticweb.owl.model.change with parameters of type OWLEntity
RemoveEntity(OWLOntology ontology, OWLEntity entity, OntologyChange cause)
           
AddEntity(OWLOntology ontology, OWLEntity entity, OntologyChange cause)
           
 



WonderWeb