Uses of Interface
org.semanticweb.owlapi.model.OWLDataPropertyExpression
Packages that use OWLDataPropertyExpression
Package
Description
Binding package.
DL syntax parser.
Functional syntax parser and renderer.
Main API classes.
Axiom provider classes.
Provider interfaces.
RDF/XML syntax parser and renderer.
OWLReasoner package.
Structural reasoner implementation package.
Search utilities package.
Utilities package.
Builders package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLDataPropertyExpression in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding with parameters of type OWLDataPropertyExpressionModifier and TypeMethodDescriptionstatic OWLDataAllValuesFrom
OWLFunctionalSyntaxFactory.DataAllValuesFrom
(OWLDataPropertyExpression pe, OWLDataRange dr) static OWLDataExactCardinality
OWLFunctionalSyntaxFactory.DataExactCardinality
(int cardinality, OWLDataPropertyExpression pe, OWLDataRange dr) static OWLDataHasValue
OWLFunctionalSyntaxFactory.DataHasValue
(OWLDataPropertyExpression pe, OWLLiteral literal) static OWLDataMaxCardinality
OWLFunctionalSyntaxFactory.DataMaxCardinality
(int cardinality, OWLDataPropertyExpression pe, OWLDataRange dr) static OWLDataMinCardinality
OWLFunctionalSyntaxFactory.DataMinCardinality
(int cardinality, OWLDataPropertyExpression pe, OWLDataRange dr) OWLFunctionalSyntaxFactory.DataPropertyAssertion
(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target) OWLFunctionalSyntaxFactory.DataPropertyAssertion
(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target, Collection<OWLAnnotation> a) static OWLDataPropertyDomainAxiom
OWLFunctionalSyntaxFactory.DataPropertyDomain
(OWLDataPropertyExpression property, OWLClassExpression domain) static OWLDataPropertyDomainAxiom
OWLFunctionalSyntaxFactory.DataPropertyDomain
(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> a) static OWLDataPropertyRangeAxiom
OWLFunctionalSyntaxFactory.DataPropertyRange
(OWLDataPropertyExpression property, OWLDataRange range) static OWLDataPropertyRangeAxiom
OWLFunctionalSyntaxFactory.DataPropertyRange
(OWLDataPropertyExpression property, OWLDataRange range, Collection<OWLAnnotation> a) static OWLDataSomeValuesFrom
OWLFunctionalSyntaxFactory.DataSomeValuesFrom
(OWLDataPropertyExpression pe, OWLDataRange dr) OWLFunctionalSyntaxFactory.DisjointDataProperties
(Collection<OWLAnnotation> a, OWLDataPropertyExpression... properties) OWLFunctionalSyntaxFactory.DisjointDataProperties
(OWLDataPropertyExpression... properties) OWLFunctionalSyntaxFactory.EquivalentDataProperties
(Collection<OWLAnnotation> a, OWLDataPropertyExpression... properties) OWLFunctionalSyntaxFactory.EquivalentDataProperties
(OWLDataPropertyExpression... properties) OWLFunctionalSyntaxFactory.FunctionalDataProperty
(OWLDataPropertyExpression property) OWLFunctionalSyntaxFactory.FunctionalDataProperty
(OWLDataPropertyExpression property, Collection<OWLAnnotation> a) OWLFunctionalSyntaxFactory.NegativeDataPropertyAssertion
(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target) OWLFunctionalSyntaxFactory.NegativeDataPropertyAssertion
(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target, Collection<OWLAnnotation> a) static OWLSubDataPropertyOfAxiom
OWLFunctionalSyntaxFactory.SubDataPropertyOf
(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty) static OWLSubDataPropertyOfAxiom
OWLFunctionalSyntaxFactory.SubDataPropertyOf
(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty, Collection<OWLAnnotation> a) -
Uses of OWLDataPropertyExpression in org.semanticweb.owlapi.dlsyntax.parser
Methods in org.semanticweb.owlapi.dlsyntax.parser that return OWLDataPropertyExpression -
Uses of OWLDataPropertyExpression in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLDataPropertyExpressionMethods in org.semanticweb.owlapi.functional.parser that return types with arguments of type OWLDataPropertyExpressionModifier and TypeMethodDescriptionfinal Set
<OWLDataPropertyExpression> OWLFunctionalSyntaxParser.DataPropertySet()
-
Uses of OWLDataPropertyExpression in org.semanticweb.owlapi.model
Subinterfaces of OWLDataPropertyExpression in org.semanticweb.owlapi.modelModifier and TypeInterfaceDescriptioninterface
Represents a Data Property in the OWL 2 Specification.Methods in org.semanticweb.owlapi.model that return OWLDataPropertyExpressionModifier and TypeMethodDescriptiondefault OWLDataPropertyExpression
OWLPropertyExpression.asDataPropertyExpression()
SWRLDataPropertyAtom.getPredicate()
OWLDataRestriction.getProperty()
Gets the property/properties that the restriction acts along depending on R being a scalar or collection type.Methods in org.semanticweb.owlapi.model that return types with arguments of type OWLDataPropertyExpressionModifier and TypeMethodDescriptiondefault Stream
<OWLDataPropertyExpression> OWLHasKeyAxiom.dataPropertyExpressions()
Gets the stream of data property expressions that make up the key.default Set
<OWLDataPropertyExpression> OWLHasKeyAxiom.getDataPropertyExpressions()
Gets the set of data property expressions that make up the key.Methods in org.semanticweb.owlapi.model with parameters of type OWLDataPropertyExpressionModifier and TypeMethodDescriptiondefault Stream
<OWLSubDataPropertyOfAxiom> OWLAxiomIndex.dataSubPropertyAxiomsForSuperProperty
(OWLDataPropertyExpression superProperty) Gets theOWLSubDataPropertyOfAxiom
objects where the super-property is equal to the specified property.default Stream
<OWLFunctionalDataPropertyAxiom> OWLAxiomIndex.functionalDataPropertyAxioms
(OWLDataPropertyExpression property) Gets theOWLFunctionalDataPropertyAxiom
objects contained in this ontology that make the specified data property functional.default Set
<OWLSubDataPropertyOfAxiom> OWLAxiomIndex.getDataSubPropertyAxiomsForSuperProperty
(OWLDataPropertyExpression superProperty) Gets theOWLSubDataPropertyOfAxiom
objects where the super-property is equal to the specified property.default Set
<OWLFunctionalDataPropertyAxiom> OWLAxiomIndex.getFunctionalDataPropertyAxioms
(OWLDataPropertyExpression property) Gets theOWLFunctionalDataPropertyAxiom
objects contained in this ontology that make the specified data property functional. -
Uses of OWLDataPropertyExpression in org.semanticweb.owlapi.model.axiomproviders
Methods in org.semanticweb.owlapi.model.axiomproviders with parameters of type OWLDataPropertyExpressionModifier and TypeMethodDescriptiondefault OWLDataPropertyDomainAxiom
DomainAxiomProvider.getOWLDataPropertyDomainAxiom
(OWLDataPropertyExpression property, OWLClassExpression domain) DomainAxiomProvider.getOWLDataPropertyDomainAxiom
(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) default OWLDataPropertyRangeAxiom
RangeAxiomProvider.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWLDataRange owlDataRange) RangeAxiomProvider.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWLDataRange owlDataRange, Collection<OWLAnnotation> annotations) default OWLDataPropertyRangeAxiom
RangeAxiomProvider.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWL2Datatype owlDataRange) RangeAxiomProvider.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWL2Datatype owlDataRange, Collection<OWLAnnotation> annotations) default OWLDisjointDataPropertiesAxiom
DisjointAxiomProvider.getOWLDisjointDataPropertiesAxiom
(OWLDataPropertyExpression... dataProperties) default OWLDisjointDataPropertiesAxiom
DisjointAxiomProvider.getOWLDisjointDataPropertiesAxiom
(OWLDataPropertyExpression p, OWLDataPropertyExpression q, Collection<OWLAnnotation> annotations) default OWLEquivalentDataPropertiesAxiom
EquivalentAxiomProvider.getOWLEquivalentDataPropertiesAxiom
(OWLDataPropertyExpression... properties) default OWLEquivalentDataPropertiesAxiom
EquivalentAxiomProvider.getOWLEquivalentDataPropertiesAxiom
(OWLDataPropertyExpression propertyA, OWLDataPropertyExpression propertyB) default OWLEquivalentDataPropertiesAxiom
EquivalentAxiomProvider.getOWLEquivalentDataPropertiesAxiom
(OWLDataPropertyExpression propertyA, OWLDataPropertyExpression propertyB, Collection<OWLAnnotation> annotations) default OWLFunctionalDataPropertyAxiom
PropertyCharacteristicAxiomProvider.getOWLFunctionalDataPropertyAxiom
(OWLDataPropertyExpression property) PropertyCharacteristicAxiomProvider.getOWLFunctionalDataPropertyAxiom
(OWLDataPropertyExpression property, Collection<OWLAnnotation> annotations) default OWLSubDataPropertyOfAxiom
SubAxiomProvider.getOWLSubDataPropertyOfAxiom
(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty) SubAxiomProvider.getOWLSubDataPropertyOfAxiom
(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty, Collection<OWLAnnotation> annotations) Method parameters in org.semanticweb.owlapi.model.axiomproviders with type arguments of type OWLDataPropertyExpressionModifier and TypeMethodDescriptiondefault OWLDisjointDataPropertiesAxiom
DisjointAxiomProvider.getOWLDisjointDataPropertiesAxiom
(Collection<? extends OWLDataPropertyExpression> properties) DisjointAxiomProvider.getOWLDisjointDataPropertiesAxiom
(Collection<? extends OWLDataPropertyExpression> properties, Collection<OWLAnnotation> annotations) default OWLEquivalentDataPropertiesAxiom
EquivalentAxiomProvider.getOWLEquivalentDataPropertiesAxiom
(Collection<? extends OWLDataPropertyExpression> properties) EquivalentAxiomProvider.getOWLEquivalentDataPropertiesAxiom
(Collection<? extends OWLDataPropertyExpression> properties, Collection<OWLAnnotation> annotations) -
Uses of OWLDataPropertyExpression in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers with parameters of type OWLDataPropertyExpressionModifier and TypeMethodDescriptionUniversalProvider.getOWLDataAllValuesFrom
(OWLDataPropertyExpression property, OWLDataRange dataRange) UniversalProvider.getOWLDataAllValuesFrom
(OWLDataPropertyExpression property, OWL2Datatype dataRange) CardinalityRestrictionProvider.getOWLDataExactCardinality
(int cardinality, OWLDataPropertyExpression property) CardinalityRestrictionProvider.getOWLDataExactCardinality
(int cardinality, OWLDataPropertyExpression property, OWLDataRange dataRange) CardinalityRestrictionProvider.getOWLDataExactCardinality
(int cardinality, OWLDataPropertyExpression property, OWL2Datatype dataRange) HasValueProvider.getOWLDataHasValue
(OWLDataPropertyExpression property, OWLLiteral value) CardinalityRestrictionProvider.getOWLDataMaxCardinality
(int cardinality, OWLDataPropertyExpression property) CardinalityRestrictionProvider.getOWLDataMaxCardinality
(int cardinality, OWLDataPropertyExpression property, OWLDataRange dataRange) CardinalityRestrictionProvider.getOWLDataMaxCardinality
(int cardinality, OWLDataPropertyExpression property, OWL2Datatype dataRange) CardinalityRestrictionProvider.getOWLDataMinCardinality
(int cardinality, OWLDataPropertyExpression property) CardinalityRestrictionProvider.getOWLDataMinCardinality
(int cardinality, OWLDataPropertyExpression property, OWLDataRange dataRange) CardinalityRestrictionProvider.getOWLDataMinCardinality
(int cardinality, OWLDataPropertyExpression property, OWL2Datatype dataRange) default OWLDataPropertyAssertionAxiom
DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, boolean value) default OWLDataPropertyAssertionAxiom
DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, double value) default OWLDataPropertyAssertionAxiom
DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, float value) default OWLDataPropertyAssertionAxiom
DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, int value) default OWLDataPropertyAssertionAxiom
DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, String value) default OWLDataPropertyAssertionAxiom
DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object) DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object, Collection<OWLAnnotation> annotations) ExistentialProvider.getOWLDataSomeValuesFrom
(OWLDataPropertyExpression property, OWLDataRange dataRange) Gets an OWLDataSomeValuesFrom restrictionExistentialProvider.getOWLDataSomeValuesFrom
(OWLDataPropertyExpression property, OWL2Datatype dataRange) Gets an OWLDataSomeValuesFrom restrictionDataAssertionProvider.getOWLNegativeDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object) DataAssertionProvider.getOWLNegativeDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object, Collection<OWLAnnotation> annotations) SWRLProvider.getSWRLDataPropertyAtom
(OWLDataPropertyExpression property, SWRLIArgument arg0, SWRLDArgument arg1) Gets a SWRL data property atom, i.e. -
Uses of OWLDataPropertyExpression in org.semanticweb.owlapi.rdf.rdfxml.parser
Methods in org.semanticweb.owlapi.rdf.rdfxml.parser that return OWLDataPropertyExpressionModifier and TypeMethodDescriptionOWLRDFConsumer.translateDataPropertyExpression
(IRI iri) Translate data property expression. -
Uses of OWLDataPropertyExpression in org.semanticweb.owlapi.reasoner
Methods in org.semanticweb.owlapi.reasoner with parameters of type OWLDataPropertyExpressionModifier and TypeMethodDescriptionOWLReasoner.getDisjointDataProperties
(OWLDataPropertyExpression pe) Gets the data properties that are disjoint with the specified data property expressionpe
. -
Uses of OWLDataPropertyExpression in org.semanticweb.owlapi.reasoner.structural
Methods in org.semanticweb.owlapi.reasoner.structural with parameters of type OWLDataPropertyExpressionModifier and TypeMethodDescriptionStructuralReasoner.getDisjointDataProperties
(OWLDataPropertyExpression pe) -
Uses of OWLDataPropertyExpression in org.semanticweb.owlapi.search
Methods in org.semanticweb.owlapi.search that return types with arguments of type OWLDataPropertyExpressionModifier and TypeMethodDescriptionstatic com.google.common.collect.Multimap
<OWLDataPropertyExpression, OWLLiteral> EntitySearcher.getDataPropertyValues
(OWLIndividual i, Stream<OWLOntology> ontologies) static com.google.common.collect.Multimap
<OWLDataPropertyExpression, OWLLiteral> EntitySearcher.getDataPropertyValues
(OWLIndividual i, OWLOntology ontology) static Stream
<OWLDataPropertyExpression> EntitySearcher.getEquivalentProperties
(OWLDataProperty e, Stream<OWLOntology> ontologies) Gets the data properties which have been asserted to be equivalent with e by axioms in the specified ontologies.static Stream
<OWLDataPropertyExpression> EntitySearcher.getEquivalentProperties
(OWLDataProperty e, OWLOntology ontology) Gets the data properties which have been asserted to be equivalent with e by axioms in the specified ontology.static com.google.common.collect.Multimap
<OWLDataPropertyExpression, OWLLiteral> EntitySearcher.getNegativeDataPropertyValues
(OWLIndividual i, Stream<OWLOntology> ontologies) static com.google.common.collect.Multimap
<OWLDataPropertyExpression, OWLLiteral> EntitySearcher.getNegativeDataPropertyValues
(OWLIndividual i, OWLOntology ontology) Methods in org.semanticweb.owlapi.search with parameters of type OWLDataPropertyExpressionModifier and TypeMethodDescriptionstatic Stream
<OWLLiteral> EntitySearcher.getDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, Stream<OWLOntology> ontologies) static Stream
<OWLLiteral> EntitySearcher.getDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, OWLOntology ontology) static Stream
<OWLLiteral> EntitySearcher.getNegativeDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, Stream<OWLOntology> ontologies) static Stream
<OWLLiteral> EntitySearcher.getNegativeDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, OWLOntology ontology) static boolean
EntitySearcher.hasDataPropertyValue
(OWLIndividual i, OWLDataPropertyExpression p, OWLLiteral lit, Stream<OWLOntology> ontologies) static boolean
EntitySearcher.hasDataPropertyValue
(OWLIndividual i, OWLDataPropertyExpression p, OWLLiteral lit, OWLOntology ontology) static boolean
EntitySearcher.hasDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, Stream<OWLOntology> ontologies) static boolean
EntitySearcher.hasDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, OWLOntology ontology) static boolean
EntitySearcher.hasNegativeDataPropertyValue
(OWLIndividual i, OWLDataPropertyExpression p, OWLLiteral lit, Stream<OWLOntology> ontologies) static boolean
EntitySearcher.hasNegativeDataPropertyValue
(OWLIndividual i, OWLDataPropertyExpression p, OWLLiteral lit, OWLOntology ontology) static boolean
EntitySearcher.hasNegativeDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, Stream<OWLOntology> ontologies) static boolean
EntitySearcher.hasNegativeDataPropertyValues
(OWLIndividual i, OWLDataPropertyExpression p, OWLOntology ontology) static Stream
<OWLLiteral> Searcher.negValues
(Stream<OWLNegativeDataPropertyAssertionAxiom> axioms, OWLDataPropertyExpression p) Retrieve literals from a collection of negative assertions.static Stream
<OWLLiteral> Searcher.values
(Stream<OWLDataPropertyAssertionAxiom> axioms, OWLDataPropertyExpression p) Retrieve literals from a collection of assertions. -
Uses of OWLDataPropertyExpression in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return types with arguments of type OWLDataPropertyExpressionModifier and TypeMethodDescriptionPropertyAssertionValueShortFormProvider.getPreferredLanguageMap()
Constructor parameters in org.semanticweb.owlapi.util with type arguments of type OWLDataPropertyExpressionModifierConstructorDescriptionPropertyAssertionValueShortFormProvider
(List<OWLPropertyExpression> properties, Map<OWLDataPropertyExpression, List<String>> preferredLanguageMap, OWLOntologySetProvider ontologySetProvider) Constructs a property value short form provider.PropertyAssertionValueShortFormProvider
(List<OWLPropertyExpression> properties, Map<OWLDataPropertyExpression, List<String>> preferredLanguageMap, OWLOntologySetProvider ontologySetProvider, ShortFormProvider alternateShortFormProvider) Constructs a property value short form provider. -
Uses of OWLDataPropertyExpression in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLDataPropertyExpressionMethods in org.semanticweb.owlapitools.builders with parameters of type OWLDataPropertyExpressionModifier and TypeMethodDescriptionBaseDataPropertyBuilder.withProperty
(OWLDataPropertyExpression arg) -
Uses of OWLDataPropertyExpression in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLDataPropertyExpressionMethods in uk.ac.manchester.cs.owl.owlapi that return OWLDataPropertyExpressionModifier and TypeMethodDescriptionSWRLDataPropertyAtomImpl.getPredicate()
OWLDataCardinalityRestrictionImpl.getProperty()
OWLDataHasValueImpl.getProperty()
OWLDataPropertyCharacteristicAxiomImpl.getProperty()
OWLQuantifiedDataRestrictionImpl.getProperty()
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLDataPropertyExpressionModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLDataAllValuesFrom
(OWLDataPropertyExpression property, OWLDataRange dataRange) OWLDataFactoryImpl.getOWLDataAllValuesFrom
(OWLDataPropertyExpression property, OWL2Datatype dataRange) OWLDataFactoryImpl.getOWLDataExactCardinality
(int cardinality, OWLDataPropertyExpression property) OWLDataFactoryImpl.getOWLDataExactCardinality
(int cardinality, OWLDataPropertyExpression property, OWLDataRange dataRange) OWLDataFactoryImpl.getOWLDataExactCardinality
(int cardinality, OWLDataPropertyExpression property, OWL2Datatype dataRange) OWLDataFactoryImpl.getOWLDataHasValue
(OWLDataPropertyExpression property, OWLLiteral value) OWLDataFactoryImpl.getOWLDataMaxCardinality
(int cardinality, OWLDataPropertyExpression property) OWLDataFactoryImpl.getOWLDataMaxCardinality
(int cardinality, OWLDataPropertyExpression property, OWLDataRange dataRange) OWLDataFactoryImpl.getOWLDataMaxCardinality
(int cardinality, OWLDataPropertyExpression property, OWL2Datatype dataRange) OWLDataFactoryImpl.getOWLDataMinCardinality
(int cardinality, OWLDataPropertyExpression property) OWLDataFactoryImpl.getOWLDataMinCardinality
(int cardinality, OWLDataPropertyExpression property, OWLDataRange dataRange) OWLDataFactoryImpl.getOWLDataMinCardinality
(int cardinality, OWLDataPropertyExpression property, OWL2Datatype dataRange) OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDataPropertyDomainAxiom
(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWLDataRange owlDataRange, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWL2Datatype owlDataRange, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDataSomeValuesFrom
(OWLDataPropertyExpression property, OWLDataRange dataRange) OWLDataFactoryImpl.getOWLDataSomeValuesFrom
(OWLDataPropertyExpression property, OWL2Datatype dataRange) OWLDataFactoryImpl.getOWLFunctionalDataPropertyAxiom
(OWLDataPropertyExpression property, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLNegativeDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLSubDataPropertyOfAxiom
(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getSWRLDataPropertyAtom
(OWLDataPropertyExpression property, SWRLIArgument arg0, SWRLDArgument arg1) Method parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLDataPropertyExpressionModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLDisjointDataPropertiesAxiom
(Collection<? extends OWLDataPropertyExpression> properties, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLEquivalentDataPropertiesAxiom
(Collection<? extends OWLDataPropertyExpression> properties, Collection<OWLAnnotation> annotations) Constructors in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLDataPropertyExpressionModifierConstructorDescriptionOWLDataAllValuesFromImpl
(OWLDataPropertyExpression property, OWLDataRange filler) OWLDataExactCardinalityImpl
(OWLDataPropertyExpression property, int cardinality, OWLDataRange filler) OWLDataHasValueImpl
(OWLDataPropertyExpression property, OWLLiteral value) OWLDataMaxCardinalityImpl
(OWLDataPropertyExpression property, int cardinality, OWLDataRange filler) OWLDataMinCardinalityImpl
(OWLDataPropertyExpression property, int cardinality, OWLDataRange filler) OWLDataPropertyAssertionAxiomImpl
(OWLIndividual subject, OWLDataPropertyExpression property, OWLLiteral value, Collection<OWLAnnotation> annotations) OWLDataPropertyCharacteristicAxiomImpl
(OWLDataPropertyExpression property, Collection<OWLAnnotation> annotations) OWLDataPropertyDomainAxiomImpl
(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) OWLDataPropertyRangeAxiomImpl
(OWLDataPropertyExpression property, OWLDataRange range, Collection<OWLAnnotation> annotations) OWLDataSomeValuesFromImpl
(OWLDataPropertyExpression property, OWLDataRange filler) OWLFunctionalDataPropertyAxiomImpl
(OWLDataPropertyExpression property, Collection<OWLAnnotation> annotations) OWLNegativeDataPropertyAssertionAxiomImpl
(OWLIndividual subject, OWLDataPropertyExpression property, OWLLiteral object, Collection<OWLAnnotation> annotations) OWLQuantifiedDataRestrictionImpl
(OWLDataPropertyExpression property, OWLDataRange filler) OWLSubDataPropertyOfAxiomImpl
(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty, Collection<OWLAnnotation> annotations) SWRLDataPropertyAtomImpl
(OWLDataPropertyExpression predicate, SWRLIArgument arg0, SWRLDArgument arg1) Constructor parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLDataPropertyExpressionModifierConstructorDescriptionOWLDisjointDataPropertiesAxiomImpl
(List<OWLDataPropertyExpression> properties, Collection<OWLAnnotation> annotations) OWLEquivalentDataPropertiesAxiomImpl
(List<OWLDataPropertyExpression> properties, Collection<OWLAnnotation> annotations) -
Uses of OWLDataPropertyExpression in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent with parameters of type OWLDataPropertyExpressionModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.dataSubPropertyAxiomsForSuperProperty
(OWLDataPropertyExpression superProperty) ConcurrentOWLOntologyImpl.functionalDataPropertyAxioms
(OWLDataPropertyExpression property) ConcurrentOWLOntologyImpl.getDataSubPropertyAxiomsForSuperProperty
(OWLDataPropertyExpression owlDataPropertyExpression) ConcurrentOWLOntologyImpl.getFunctionalDataPropertyAxioms
(OWLDataPropertyExpression owlDataPropertyExpression)