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

Packages that use OWLDeprecatableObject
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.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
 

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

Classes in org.semanticweb.owl.impl.model that implement OWLDeprecatableObject
 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 OWLConcreteDataTypeImpl
          A place holder for concrete data types.
 class OWLDataPropertyImpl
          An OWLProperty whose range is some concrete data type.
 class OWLObjectPropertyImpl
          An OWLProperty whose range is a class (a collection of domain objects).
 class OWLPropertyImpl
          A Property in an OWL ontology.
 

Uses of OWLDeprecatableObject in org.semanticweb.owl.model
 

Subinterfaces of OWLDeprecatableObject in org.semanticweb.owl.model
 interface OWLClass
          An OWL Class represents a named class within an ontology.
 interface OWLDataProperty
          An OWLProperty whose range is some concrete data type.
 interface OWLDataType
          A place holder for concrete data types.
 interface OWLObjectProperty
          An OWLProperty whose range is a class (a collection of domain objects).
 interface OWLProperty
          A Property in an OWL ontology.
 

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

Methods in org.semanticweb.owl.model.change that return OWLDeprecatableObject
 OWLDeprecatableObject SetDeprecated.getObject()
          The entity.
 

Constructors in org.semanticweb.owl.model.change with parameters of type OWLDeprecatableObject
SetDeprecated(OWLOntology ontology, OWLDeprecatableObject object, boolean deprecated, OntologyChange cause)
           
 

Uses of OWLDeprecatableObject in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLDeprecatableObject
 void OWLBuilder.setDeprecatedObject(OWLDeprecatableObject deprecatable)
          Deprecates deprecatable.
 



WonderWeb