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

Packages that use OWLDataPropertyExpression
org.coode.owl.functionalparser   
org.coode.owl.owlxmlparser   
org.coode.owl.rdfxml.parser   
org.semanticweb.owl.inference   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.dlsyntax.parser   
uk.ac.manchester.cs.owl.inference.dig11   
 

Uses of OWLDataPropertyExpression in org.coode.owl.functionalparser
 

Methods in org.coode.owl.functionalparser that return OWLDataPropertyExpression
 OWLDataPropertyExpression OWLFunctionalSyntaxParser.DataPropertyExpression()
           
 

Methods in org.coode.owl.functionalparser that return types with arguments of type OWLDataPropertyExpression
 java.util.Set<OWLDataPropertyExpression> OWLFunctionalSyntaxParser.DataPropertySet()
           
 

Uses of OWLDataPropertyExpression in org.coode.owl.owlxmlparser
 

Methods in org.coode.owl.owlxmlparser that return OWLDataPropertyExpression
 OWLDataPropertyExpression OWLDataPropertyElementHandler.getOWLObject()
           
 

Uses of OWLDataPropertyExpression in org.coode.owl.rdfxml.parser
 

Methods in org.coode.owl.rdfxml.parser that return OWLDataPropertyExpression
 OWLDataPropertyExpression DataPropertyListItemTranslator.translate(OWLConstant firstObject)
           
 OWLDataPropertyExpression DataPropertyListItemTranslator.translate(java.net.URI firstObject)
           
 OWLDataPropertyExpression OWLRDFConsumer.translateDataPropertyExpression(java.net.URI uri)
           
 

Methods in org.coode.owl.rdfxml.parser that return types with arguments of type OWLDataPropertyExpression
 java.util.List<OWLDataPropertyExpression> OWLRDFConsumer.translateToDataPropertyList(java.net.URI mainNode)
           
 

Uses of OWLDataPropertyExpression in org.semanticweb.owl.inference
 

Methods in org.semanticweb.owl.inference with parameters of type OWLDataPropertyExpression
 java.util.Set<OWLConstant> OWLIndividualReasoner.getRelatedValues(OWLIndividual subject, OWLDataPropertyExpression property)
           
 java.util.Set<OWLConstant> NullReasoner.getRelatedValues(OWLIndividual subject, OWLDataPropertyExpression property)
           
 boolean OWLIndividualReasoner.hasDataPropertyRelationship(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)
           
 boolean NullReasoner.hasDataPropertyRelationship(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)
           
 

Uses of OWLDataPropertyExpression in org.semanticweb.owl.model
 

Subinterfaces of OWLDataPropertyExpression in org.semanticweb.owl.model
 interface OWLDataProperty
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLDataPropertyExpression
 java.util.Map<OWLDataPropertyExpression,java.util.Set<OWLConstant>> OWLIndividual.getDataPropertyValues(OWLOntology ontology)
          Gets the data property values for this individual
 java.util.Map<OWLDataPropertyExpression,java.util.Set<OWLConstant>> OWLIndividual.getNegativeDataPropertyValues(OWLOntology ontology)
          Gets the data property values that are explicitly asserted NOT to hold for this individual
 

Methods in org.semanticweb.owl.model with parameters of type OWLDataPropertyExpression
 java.util.Set<OWLDataSubPropertyAxiom> OWLOntology.getDataSubPropertyAxiomsForRHS(OWLDataPropertyExpression property)
           
 OWLFunctionalDataPropertyAxiom OWLOntology.getFunctionalDataPropertyAxiom(OWLDataPropertyExpression property)
           
 OWLDataAllRestriction OWLDataFactory.getOWLDataAllRestriction(OWLDataPropertyExpression property, OWLDataRange dataRange)
           
 OWLDataExactCardinalityRestriction OWLDataFactory.getOWLDataExactCardinalityRestriction(OWLDataPropertyExpression property, int cardinality)
           
 OWLDataExactCardinalityRestriction OWLDataFactory.getOWLDataExactCardinalityRestriction(OWLDataPropertyExpression property, int cardinality, OWLDataRange dataRange)
           
 OWLDataMaxCardinalityRestriction OWLDataFactory.getOWLDataMaxCardinalityRestriction(OWLDataPropertyExpression property, int cardinality)
           
 OWLDataMaxCardinalityRestriction OWLDataFactory.getOWLDataMaxCardinalityRestriction(OWLDataPropertyExpression property, int cardinality, OWLDataRange dataRange)
           
 OWLDataMinCardinalityRestriction OWLDataFactory.getOWLDataMinCardinalityRestriction(OWLDataPropertyExpression property, int cardinality)
           
 OWLDataMinCardinalityRestriction OWLDataFactory.getOWLDataMinCardinalityRestriction(OWLDataPropertyExpression property, int cardinality, OWLDataRange dataRange)
           
 OWLDataPropertyAssertionAxiom OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, boolean value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, double value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, float value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, int value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)
           
 OWLDataPropertyAssertionAxiom OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, java.lang.String value)
           
 OWLDataPropertyDomainAxiom OWLDataFactory.getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property, OWLDescription domain)
           
 OWLDataPropertyRangeAxiom OWLDataFactory.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression propery, OWLDataRange owlDataRange)
           
 OWLDataSomeRestriction OWLDataFactory.getOWLDataSomeRestriction(OWLDataPropertyExpression property, OWLDataRange dataRange)
           
 OWLDataValueRestriction OWLDataFactory.getOWLDataValueRestriction(OWLDataPropertyExpression property, OWLConstant value)
           
 OWLDisjointDataPropertiesAxiom OWLDataFactory.getOWLDisjointDataPropertiesAxiom(OWLDataPropertyExpression... properties)
           
 OWLEquivalentDataPropertiesAxiom OWLDataFactory.getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression... properties)
           
 OWLFunctionalDataPropertyAxiom OWLDataFactory.getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression property)
           
 OWLNegativeDataPropertyAssertionAxiom OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)
           
 OWLDataSubPropertyAxiom OWLDataFactory.getOWLSubDataPropertyAxiom(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty)
           
 SWRLDataValuedPropertyAtom SWRLDataFactory.getSWRLDataValuedPropertyAtom(OWLDataPropertyExpression property, SWRLAtomIObject arg0, SWRLAtomDObject arg1)
          Gets a SWRL data property atom, i.e.
 

Method parameters in org.semanticweb.owl.model with type arguments of type OWLDataPropertyExpression
 OWLDisjointDataPropertiesAxiom OWLDataFactory.getOWLDisjointDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties)
           
 OWLEquivalentDataPropertiesAxiom OWLDataFactory.getOWLEquivalentDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties)
           
 

Uses of OWLDataPropertyExpression in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util that return types with arguments of type OWLDataPropertyExpression
 java.util.Map<OWLDataPropertyExpression,java.util.List<java.lang.String>> PropertyAssertionValueShortFormProvider.getPreferredLanguageMap()
           
 

Methods in org.semanticweb.owl.util with parameters of type OWLDataPropertyExpression
 boolean OWLReasonerMediator.checkDefined(OWLDataPropertyExpression prop)
           
 java.util.Set<OWLConstant> OWLReasonerMediator.getRelatedValues(OWLIndividual subject, OWLDataPropertyExpression property)
           
 boolean OWLReasonerMediator.hasDataPropertyRelationship(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)
           
 

Constructor parameters in org.semanticweb.owl.util with type arguments of type OWLDataPropertyExpression
PropertyAssertionValueShortFormProvider(java.util.List<OWLPropertyExpression> properties, java.util.Map<OWLDataPropertyExpression,java.util.List<java.lang.String>> preferredLanguageMap, OWLOntologySetProvider ontologySetProvider)
          Constructs a property value short form provider.
PropertyAssertionValueShortFormProvider(java.util.List<OWLPropertyExpression> properties, java.util.Map<OWLDataPropertyExpression,java.util.List<java.lang.String>> preferredLanguageMap, OWLOntologySetProvider ontologySetProvider, ShortFormProvider alternateShortFormProvider)
          Constructs a property value short form provider.
 

Uses of OWLDataPropertyExpression in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement OWLDataPropertyExpression
 class OWLDataPropertyImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLDataPropertyExpression
 OWLDataPropertyExpression OWLDataPropertyCharacteristicAxiomImpl.getProperty()
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLDataPropertyExpression
 java.util.Map<OWLDataPropertyExpression,java.util.Set<OWLConstant>> OWLIndividualImpl.getDataPropertyValues(OWLOntology ontology)
           
 java.util.Map<OWLDataPropertyExpression,java.util.Set<OWLConstant>> OWLIndividualImpl.getNegativeDataPropertyValues(OWLOntology ontology)
           
 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLDataPropertyExpression
 java.util.Set<OWLDataSubPropertyAxiom> OWLOntologyImpl.getDataSubPropertyAxiomsForRHS(OWLDataPropertyExpression property)
           
 OWLFunctionalDataPropertyAxiom OWLOntologyImpl.getFunctionalDataPropertyAxiom(OWLDataPropertyExpression property)
           
 OWLDataAllRestriction OWLDataFactoryImpl.getOWLDataAllRestriction(OWLDataPropertyExpression property, OWLDataRange dataRange)
           
 OWLDataExactCardinalityRestriction OWLDataFactoryImpl.getOWLDataExactCardinalityRestriction(OWLDataPropertyExpression property, int cardinality)
           
 OWLDataExactCardinalityRestriction OWLDataFactoryImpl.getOWLDataExactCardinalityRestriction(OWLDataPropertyExpression property, int cardinality, OWLDataRange dataRange)
           
 OWLDataMaxCardinalityRestriction OWLDataFactoryImpl.getOWLDataMaxCardinalityRestriction(OWLDataPropertyExpression property, int cardinality)
           
 OWLDataMaxCardinalityRestriction OWLDataFactoryImpl.getOWLDataMaxCardinalityRestriction(OWLDataPropertyExpression property, int cardinality, OWLDataRange dataRange)
           
 OWLDataMinCardinalityRestriction OWLDataFactoryImpl.getOWLDataMinCardinalityRestriction(OWLDataPropertyExpression property, int cardinality)
           
 OWLDataMinCardinalityRestriction OWLDataFactoryImpl.getOWLDataMinCardinalityRestriction(OWLDataPropertyExpression property, int cardinality, OWLDataRange dataRange)
           
 OWLDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, boolean value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, double value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, float value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, int value)
           
 OWLDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)
           
 OWLDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, java.lang.String value)
           
 OWLDataPropertyDomainAxiom OWLDataFactoryImpl.getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property, OWLDescription domain)
           
 OWLDataPropertyRangeAxiom OWLDataFactoryImpl.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression propery, OWLDataRange owlDataRange)
           
 OWLDataSomeRestriction OWLDataFactoryImpl.getOWLDataSomeRestriction(OWLDataPropertyExpression property, OWLDataRange dataRange)
           
 OWLDataValueRestriction OWLDataFactoryImpl.getOWLDataValueRestriction(OWLDataPropertyExpression property, OWLConstant value)
           
 OWLDisjointDataPropertiesAxiom OWLDataFactoryImpl.getOWLDisjointDataPropertiesAxiom(OWLDataPropertyExpression... properties)
           
 OWLEquivalentDataPropertiesAxiom OWLDataFactoryImpl.getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression... properties)
           
 OWLFunctionalDataPropertyAxiom OWLDataFactoryImpl.getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression property)
           
 OWLNegativeDataPropertyAssertionAxiom OWLDataFactoryImpl.getOWLNegativeDataPropertyAssertionAxiom(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)
           
 OWLDataSubPropertyAxiom OWLDataFactoryImpl.getOWLSubDataPropertyAxiom(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty)
           
 SWRLDataValuedPropertyAtom OWLDataFactoryImpl.getSWRLDataValuedPropertyAtom(OWLDataPropertyExpression property, SWRLAtomIObject arg0, SWRLAtomDObject arg1)
          Gets a SWRL data property atom, i.e.
 

Method parameters in uk.ac.manchester.cs.owl with type arguments of type OWLDataPropertyExpression
 OWLDisjointDataPropertiesAxiom OWLDataFactoryImpl.getOWLDisjointDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties)
           
 OWLEquivalentDataPropertiesAxiom OWLDataFactoryImpl.getOWLEquivalentDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties)
           
 

Constructors in uk.ac.manchester.cs.owl with parameters of type OWLDataPropertyExpression
OWLDataAllRestrictionImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, OWLDataRange filler)
           
OWLDataExactCardinalityRestrictionImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, int cardinality, OWLDataRange filler)
           
OWLDataMaxCardinalityRestrictionImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, int cardinality, OWLDataRange filler)
           
OWLDataMinCardinalityRestrictionImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, int cardinality, OWLDataRange filler)
           
OWLDataPropertyAssertionAxiomImpl(OWLDataFactory dataFactory, OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant value)
           
OWLDataPropertyCharacteristicAxiomImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property)
           
OWLDataPropertyDomainAxiomImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, OWLDescription domain)
           
OWLDataPropertyRangeAxiomImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, OWLDataRange range)
           
OWLDataSomeRestrictionImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, OWLDataRange filler)
           
OWLDataSubPropertyAxiomImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty)
           
OWLDataValueRestrictionImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, OWLConstant value)
           
OWLFunctionalDataPropertyAxiomImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property)
           
OWLNegativeDataPropertyAssertionAxiomImpl(OWLDataFactory dataFactory, OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)
           
SWRLDataValuedPropertyAtomImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression predicate, SWRLAtomIObject arg0, SWRLAtomDObject arg1)
           
 

Constructor parameters in uk.ac.manchester.cs.owl with type arguments of type OWLDataPropertyExpression
OWLDisjointDataPropertiesAxiomImpl(OWLDataFactory dataFactory, java.util.Set<? extends OWLDataPropertyExpression> properties)
           
OWLEquivalentDataPropertiesAxiomImpl(OWLDataFactory dataFactory, java.util.Set<? extends OWLDataPropertyExpression> properties)
           
 

Uses of OWLDataPropertyExpression in uk.ac.manchester.cs.owl.dlsyntax.parser
 

Methods in uk.ac.manchester.cs.owl.dlsyntax.parser that return OWLDataPropertyExpression
 OWLDataPropertyExpression DLSyntaxParser.parseDataPropertyId()
           
 

Uses of OWLDataPropertyExpression in uk.ac.manchester.cs.owl.inference.dig11
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLDataPropertyExpression
 java.util.Set<OWLConstant> DIGReasoner.getRelatedValues(OWLIndividual subject, OWLDataPropertyExpression property)
           
 boolean DIGReasoner.hasDataPropertyRelationship(OWLIndividual subject, OWLDataPropertyExpression property, OWLConstant object)