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

Packages that use OWLProperty
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.io.owl_rdf   
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 OWLProperty in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLProperty
 class OWLAnnotationPropertyImpl
          An OWLProperty whose range is a class (a collection of domain objects).
 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.
 

Methods in org.semanticweb.owl.impl.model that return OWLProperty
 OWLProperty OWLSubPropertyAxiomImpl.getSuperProperty()
           
 OWLProperty OWLSubPropertyAxiomImpl.getSubProperty()
           
 OWLProperty OWLObjectRestrictionImpl.getProperty()
           
 OWLProperty OWLDataRestrictionImpl.getProperty()
           
 

Methods in org.semanticweb.owl.impl.model with parameters of type OWLProperty
 OWLSubPropertyAxiom OWLDataFactoryImpl.getOWLSubPropertyAxiom(OWLProperty subProperty, OWLProperty superProperty)
           
 OWLSubPropertyAxiom OWLDataFactoryImpl.getOWLSubPropertyAxiom(OWLProperty subProperty, OWLProperty superProperty)
           
 

Constructors in org.semanticweb.owl.impl.model with parameters of type OWLProperty
OWLSubPropertyAxiomImpl(OWLDataFactoryImpl factory, OWLProperty subProperty, OWLProperty superProperty)
           
OWLSubPropertyAxiomImpl(OWLDataFactoryImpl factory, OWLProperty subProperty, OWLProperty superProperty)
           
 

Uses of OWLProperty in org.semanticweb.owl.io.owl_rdf
 

Methods in org.semanticweb.owl.io.owl_rdf that return OWLProperty
protected  OWLProperty OWLConsumer.getProperty(URI uri)
          Returns a property with the given uri if it is created in the ontology null otherwise
 

Uses of OWLProperty in org.semanticweb.owl.model
 

Subinterfaces of OWLProperty in org.semanticweb.owl.model
 interface OWLDataProperty
          An OWLProperty whose range is some concrete data type.
 interface OWLObjectProperty
          An OWLProperty whose range is a class (a collection of domain objects).
 

Methods in org.semanticweb.owl.model that return OWLProperty
 OWLProperty OWLSubPropertyAxiom.getSuperProperty()
           
 OWLProperty OWLSubPropertyAxiom.getSubProperty()
           
 OWLProperty OWLRestriction.getProperty()
          Returns the property involved in the restriction
 

Methods in org.semanticweb.owl.model with parameters of type OWLProperty
 OWLSubPropertyAxiom OWLDataFactory.getOWLSubPropertyAxiom(OWLProperty subProperty, OWLProperty superProperty)
           
 OWLSubPropertyAxiom OWLDataFactory.getOWLSubPropertyAxiom(OWLProperty subProperty, OWLProperty superProperty)
           
 

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

Methods in org.semanticweb.owl.model.change that return OWLProperty
 OWLProperty SetFunctional.getProperty()
          The entity that should be added.
 OWLProperty AddSuperProperty.getProperty()
          The property that's being acted on.
 OWLProperty AddSuperProperty.getSuperProperty()
           
 OWLProperty AddDomain.getProperty()
          The entity that should be added.
 

Constructors in org.semanticweb.owl.model.change with parameters of type OWLProperty
SetFunctional(OWLOntology ontology, OWLProperty property, boolean functional, OntologyChange cause)
           
AddSuperProperty(OWLOntology ontology, OWLProperty property, OWLProperty superProperty, OntologyChange cause)
           
AddSuperProperty(OWLOntology ontology, OWLProperty property, OWLProperty superProperty, OntologyChange cause)
           
AddDomain(OWLOntology ontology, OWLProperty property, OWLDescription domain, OntologyChange cause)
           
 

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

Methods in org.semanticweb.owl.model.helper with parameters of type OWLProperty
 void OWLBuilder.addSuperProperty(OWLProperty property, OWLProperty superProperty)
          Adds to the current ontology the fact that property has superProperty as super property.
 void OWLBuilder.addSuperProperty(OWLProperty property, OWLProperty superProperty)
          Adds to the current ontology the fact that property has superProperty as super property.
 void OWLBuilder.addPropertyDomain(OWLProperty property, OWLDescription domain)
          Adds domain to property.
static Set OntologyHelper.allSuperProperties(OWLProperty prop, Set ontologies)
           
 



WonderWeb