Uses of Interface
org.semanticweb.owlapi.model.OWLDataProperty
Packages that use OWLDataProperty
Package
Description
Binding package.
DL syntax renderer.
Expression parsers package.
Functional syntax parser and renderer.
Functional syntax parser and renderer.
Package structure renamed from de.uulm.ecs.ai.owlapi.krssrenderer.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Provider interfaces.
OWL/XML syntax parser and renderer.
Profile classes.
Violation classes.
RDF model package.
OWLReasoner package.
OWLReasoner implementation package.
Knowledge exploration package.
Structural reasoner implementation package.
Search utilities package.
Utilities package.
Vocabulary package.
Builders package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLDataProperty in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding that return OWLDataPropertyModifier and TypeMethodDescriptionstatic OWLDataProperty
OWLFunctionalSyntaxFactory.createDataProperty()
static OWLDataProperty
OWLFunctionalSyntaxFactory.DataProperty
(String abbreviatedIRI, PrefixManager pm) static OWLDataProperty
OWLFunctionalSyntaxFactory.DataProperty
(IRI iri) -
Uses of OWLDataProperty in org.semanticweb.owlapi.dlsyntax.renderer
Methods in org.semanticweb.owlapi.dlsyntax.renderer with parameters of type OWLDataProperty -
Uses of OWLDataProperty in org.semanticweb.owlapi.expression
Methods in org.semanticweb.owlapi.expression that return OWLDataPropertyModifier and TypeMethodDescriptionOWLEntityChecker.getOWLDataProperty
(String name) ShortFormEntityChecker.getOWLDataProperty
(String name) -
Uses of OWLDataProperty in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLDataPropertyModifier and TypeMethodDescriptionfinal OWLDataProperty
OWLFunctionalSyntaxParser.DataProperty()
final OWLDataProperty
OWLFunctionalSyntaxParser.DataPropertyIRI()
-
Uses of OWLDataProperty in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type OWLDataPropertyModifier and TypeMethodDescriptionvoid
FunctionalSyntaxObjectRenderer.visit
(OWLDataProperty property) -
Uses of OWLDataProperty in org.semanticweb.owlapi.krss2.renderer
Methods in org.semanticweb.owlapi.krss2.renderer with parameters of type OWLDataProperty -
Uses of OWLDataProperty in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLDataProperty -
Uses of OWLDataProperty in org.semanticweb.owlapi.manchestersyntax.parser
Methods in org.semanticweb.owlapi.manchestersyntax.parser that return types with arguments of type OWLDataProperty -
Uses of OWLDataProperty in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLDataPropertyModifier and TypeMethodDescriptionvoid
ManchesterOWLSyntaxObjectRenderer.visit
(OWLDataProperty property) ManchesterOWLSyntaxFrameRenderer.write
(OWLDataProperty property) -
Uses of OWLDataProperty in org.semanticweb.owlapi.model
Fields in org.semanticweb.owlapi.model with type parameters of type OWLDataPropertyModifier and TypeFieldDescriptionstatic final EntityType
<OWLDataProperty> EntityType.DATA_PROPERTY
Data property entity.Methods in org.semanticweb.owlapi.model that return OWLDataPropertyModifier and TypeMethodDescriptiondefault OWLDataProperty
AsOWLDataProperty.asOWLDataProperty()
A convenience method that obtains this entity as an OWLDataProperty (in order to avoid explicit casting).Methods in org.semanticweb.owlapi.model that return types with arguments of type OWLDataPropertyModifier and TypeMethodDescriptiondefault Stream
<OWLDataProperty> HasDataPropertiesInSignature.dataPropertiesInSignature()
default Stream
<OWLDataProperty> OWLSignature.dataPropertiesInSignature
(Imports imports) Gets the data properties in the signature and optionally the imports closure.default Set
<OWLDataProperty> HasDataPropertiesInSignature.getDataPropertiesInSignature()
Get the data properties that are in the signature of this object.default Set
<OWLDataProperty> OWLSignature.getDataPropertiesInSignature
(Imports includeImportsClosure) Gets the data properties in the signature and optionally the imports closure.default Set
<OWLDataProperty> OWLSignatureBooleanArgs.getDataPropertiesInSignature
(boolean includeImportsClosure) Deprecated.Methods in org.semanticweb.owlapi.model with parameters of type OWLDataPropertyModifier and TypeMethodDescriptionOWLAxiomCollection.axioms
(OWLDataProperty property) Gets the axioms that form the definition/description of a data property.default Stream
<OWLDataPropertyAxiom> OWLAxiomCollection.axioms
(OWLDataProperty property, Imports imports) Gets the axioms that form the definition/description of a data property.default Stream
<OWLDataPropertyDomainAxiom> OWLAxiomIndex.dataPropertyDomainAxioms
(OWLDataProperty property) Gets theOWLDataPropertyDomainAxiom
objects where the property is equal to the specified property.default Stream
<OWLDataPropertyRangeAxiom> OWLAxiomIndex.dataPropertyRangeAxioms
(OWLDataProperty property) Gets theOWLDataPropertyRangeAxiom
objects where the property is equal to the specified property.default Stream
<OWLSubDataPropertyOfAxiom> OWLAxiomIndex.dataSubPropertyAxiomsForSubProperty
(OWLDataProperty subProperty) Gets theOWLSubDataPropertyOfAxiom
objects where the sub-property is equal to the specified property.default Stream
<OWLDisjointDataPropertiesAxiom> OWLAxiomIndex.disjointDataPropertiesAxioms
(OWLDataProperty property) Gets theOWLDisjointDataPropertiesAxiom
objects that make the specified property disjoint with some other data property expression(s).default Stream
<OWLEquivalentDataPropertiesAxiom> OWLAxiomIndex.equivalentDataPropertiesAxioms
(OWLDataProperty property) Gets theOWLEquivalentDataPropertiesAxiom
objects that make the specified property equivalent to some other data property expression(s).default Set
<OWLDataPropertyAxiom> OWLAxiomCollection.getAxioms
(OWLDataProperty property) Gets the axioms that form the definition/description of a data property.default Set
<OWLDataPropertyAxiom> OWLAxiomCollection.getAxioms
(OWLDataProperty property, Imports includeImportsClosure) Gets the axioms that form the definition/description of a data property.default Set
<OWLDataPropertyAxiom> OWLAxiomCollectionBooleanArgs.getAxioms
(OWLDataProperty property, boolean includeImportsClosure) Deprecated.default Set
<OWLDataPropertyDomainAxiom> OWLAxiomIndex.getDataPropertyDomainAxioms
(OWLDataProperty property) Gets theOWLDataPropertyDomainAxiom
objects where the property is equal to the specified property.default Set
<OWLDataPropertyRangeAxiom> OWLAxiomIndex.getDataPropertyRangeAxioms
(OWLDataProperty property) Gets theOWLDataPropertyRangeAxiom
objects where the property is equal to the specified property.default Set
<OWLSubDataPropertyOfAxiom> OWLAxiomIndex.getDataSubPropertyAxiomsForSubProperty
(OWLDataProperty subProperty) Gets theOWLSubDataPropertyOfAxiom
objects where the sub-property is equal to the specified property.default Set
<OWLDisjointDataPropertiesAxiom> OWLAxiomIndex.getDisjointDataPropertiesAxioms
(OWLDataProperty property) Gets theOWLDisjointDataPropertiesAxiom
objects that make the specified property disjoint with some other data property expression(s).default Set
<OWLEquivalentDataPropertiesAxiom> OWLAxiomIndex.getEquivalentDataPropertiesAxioms
(OWLDataProperty property) Gets theOWLEquivalentDataPropertiesAxiom
objects that make the specified property equivalent to some other data property expression(s).default void
OWLPropertyEntityVisitorBase.visit
(OWLDataProperty property) visit OWLDataProperty typedefault O
OWLPropertyEntityVisitorExBase.visit
(OWLDataProperty property) visit OWLDataProperty type -
Uses of OWLDataProperty in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers that return OWLDataPropertyModifier and TypeMethodDescriptionOWLVocabularyProvider.getOWLBottomDataProperty()
default OWLDataProperty
DataPropertyProvider.getOWLDataProperty
(String iri) Gets an instance ofOWLDataProperty
that has the specifiedIRI
.default OWLDataProperty
DataPropertyProvider.getOWLDataProperty
(String namespace, String remainder) Gets an instance ofOWLDataProperty
that has the specifiedIRI
.default OWLDataProperty
DataPropertyProvider.getOWLDataProperty
(String abbreviatedIRI, PrefixManager prefixManager) Gets an OWLDataProperty that has an IRI that is obtained by expanding an abbreviated name using an appropriate prefix mapping.default OWLDataProperty
DataPropertyProvider.getOWLDataProperty
(HasIRI iri) Gets an instance ofOWLDataProperty
with the same IRI as the input.DataPropertyProvider.getOWLDataProperty
(IRI iri) Gets an instance ofOWLDataProperty
that has the specifiedIRI
.OWLVocabularyProvider.getOWLTopDataProperty()
-
Uses of OWLDataProperty in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type OWLDataProperty -
Uses of OWLDataProperty in org.semanticweb.owlapi.profiles
Methods in org.semanticweb.owlapi.profiles with parameters of type OWLDataProperty -
Uses of OWLDataProperty in org.semanticweb.owlapi.profiles.violations
Methods in org.semanticweb.owlapi.profiles.violations that return OWLDataPropertyModifier and TypeMethodDescriptionUseOfReservedVocabularyForDataPropertyIRI.getExpression()
UseOfUndeclaredDataProperty.getExpression()
Constructors in org.semanticweb.owlapi.profiles.violations with parameters of type OWLDataPropertyModifierConstructorDescriptionUseOfReservedVocabularyForDataPropertyIRI
(OWLOntology ontology, OWLAxiom axiom, OWLDataProperty property) UseOfUndeclaredDataProperty
(OWLOntology ontology, OWLAxiom axiom, OWLDataProperty prop) -
Uses of OWLDataProperty in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type OWLDataProperty -
Uses of OWLDataProperty in org.semanticweb.owlapi.reasoner
Methods in org.semanticweb.owlapi.reasoner that return types with arguments of type OWLDataPropertyModifier and TypeMethodDescriptiondefault Stream
<OWLDataProperty> OWLReasoner.bottomDataPropertyNode()
Gets theNode
corresponding to the bottom node (containingowl:bottomDataProperty
) in the data property hierarchy.default Stream
<OWLDataProperty> OWLReasoner.disjointDataProperties
(OWLDataProperty pe) Gets the data properties that are disjoint with the specified data property expressionpe
.default Stream
<OWLDataProperty> OWLReasoner.equivalentDataProperties
(OWLDataProperty pe) Gets the stream of named data properties that are equivalent to the specified data property expression with respect to the imports closure of the root ontology.OWLReasoner.getBottomDataPropertyNode()
Gets theNode
corresponding to the bottom node (containingowl:bottomDataProperty
) in the data property hierarchy.OWLReasoner.getDisjointDataProperties
(OWLDataPropertyExpression pe) Gets the data properties that are disjoint with the specified data property expressionpe
.OWLReasoner.getEquivalentDataProperties
(OWLDataProperty pe) Gets the set of named data properties that are equivalent to the specified data property expression with respect to the imports closure of the root ontology.default NodeSet
<OWLDataProperty> OWLReasoner.getSubDataProperties
(OWLDataProperty pe) OWLReasoner.getSubDataProperties
(OWLDataProperty pe, boolean direct) Gets the set of named data properties that are the strict (potentially direct) subproperties of the specified data property expression with respect to the imports closure of the root ontology.default NodeSet
<OWLDataProperty> OWLReasoner.getSubDataProperties
(OWLDataProperty pe, InferenceDepth depth) default NodeSet
<OWLDataProperty> OWLReasoner.getSuperDataProperties
(OWLDataProperty pe) OWLReasoner.getSuperDataProperties
(OWLDataProperty pe, boolean direct) Gets the set of named data properties that are the strict (potentially direct) super properties of the specified data property with respect to the imports closure of the root ontology.default NodeSet
<OWLDataProperty> OWLReasoner.getSuperDataProperties
(OWLDataProperty pe, InferenceDepth depth) OWLReasoner.getTopDataPropertyNode()
Gets theNode
corresponding to the top node (containingowl:topDataProperty
) in the data property hierarchy.default Stream
<OWLDataProperty> OWLReasoner.subDataProperties
(OWLDataProperty pe) default Stream
<OWLDataProperty> OWLReasoner.subDataProperties
(OWLDataProperty pe, boolean direct) Gets the set of named data properties that are the strict (potentially direct) subproperties of the specified data property expression with respect to the imports closure of the root ontology.default Stream
<OWLDataProperty> OWLReasoner.subDataProperties
(OWLDataProperty pe, InferenceDepth depth) default Stream
<OWLDataProperty> OWLReasoner.superDataProperties
(OWLDataProperty pe) default Stream
<OWLDataProperty> OWLReasoner.superDataProperties
(OWLDataProperty pe, boolean direct) Gets the stream of named data properties that are the strict (potentially direct) super properties of the specified data property with respect to the imports closure of the root ontology.default Stream
<OWLDataProperty> OWLReasoner.superDataProperties
(OWLDataProperty pe, InferenceDepth depth) default Stream
<OWLDataProperty> OWLReasoner.topDataPropertyNode()
Gets theNode
corresponding to the top node (containingowl:topDataProperty
) in the data property hierarchy.Methods in org.semanticweb.owlapi.reasoner with parameters of type OWLDataPropertyModifier and TypeMethodDescriptionOWLReasoner.dataPropertyDomains
(OWLDataProperty pe) OWLReasoner.dataPropertyDomains
(OWLDataProperty pe, boolean direct) Gets the named classes that are the direct or indirect domains of this property with respect to the imports closure of the root ontology.OWLReasoner.dataPropertyDomains
(OWLDataProperty pe, InferenceDepth depth) default Stream
<OWLLiteral> OWLReasoner.dataPropertyValues
(OWLNamedIndividual ind, OWLDataProperty pe) Gets the data property values for the specified individual and data property expression.default Stream
<OWLDataProperty> OWLReasoner.disjointDataProperties
(OWLDataProperty pe) Gets the data properties that are disjoint with the specified data property expressionpe
.default Stream
<OWLDataProperty> OWLReasoner.equivalentDataProperties
(OWLDataProperty pe) Gets the stream of named data properties that are equivalent to the specified data property expression with respect to the imports closure of the root ontology.OWLReasoner.getDataPropertyDomains
(OWLDataProperty pe) OWLReasoner.getDataPropertyDomains
(OWLDataProperty pe, boolean direct) Gets the named classes that are the direct or indirect domains of this property with respect to the imports closure of the root ontology.OWLReasoner.getDataPropertyDomains
(OWLDataProperty pe, InferenceDepth depth) OWLReasoner.getDataPropertyValues
(OWLNamedIndividual ind, OWLDataProperty pe) Gets the data property values for the specified individual and data property expression.OWLReasoner.getEquivalentDataProperties
(OWLDataProperty pe) Gets the set of named data properties that are equivalent to the specified data property expression with respect to the imports closure of the root ontology.default NodeSet
<OWLDataProperty> OWLReasoner.getSubDataProperties
(OWLDataProperty pe) OWLReasoner.getSubDataProperties
(OWLDataProperty pe, boolean direct) Gets the set of named data properties that are the strict (potentially direct) subproperties of the specified data property expression with respect to the imports closure of the root ontology.default NodeSet
<OWLDataProperty> OWLReasoner.getSubDataProperties
(OWLDataProperty pe, InferenceDepth depth) default NodeSet
<OWLDataProperty> OWLReasoner.getSuperDataProperties
(OWLDataProperty pe) OWLReasoner.getSuperDataProperties
(OWLDataProperty pe, boolean direct) Gets the set of named data properties that are the strict (potentially direct) super properties of the specified data property with respect to the imports closure of the root ontology.default NodeSet
<OWLDataProperty> OWLReasoner.getSuperDataProperties
(OWLDataProperty pe, InferenceDepth depth) default Stream
<OWLDataProperty> OWLReasoner.subDataProperties
(OWLDataProperty pe) default Stream
<OWLDataProperty> OWLReasoner.subDataProperties
(OWLDataProperty pe, boolean direct) Gets the set of named data properties that are the strict (potentially direct) subproperties of the specified data property expression with respect to the imports closure of the root ontology.default Stream
<OWLDataProperty> OWLReasoner.subDataProperties
(OWLDataProperty pe, InferenceDepth depth) default Stream
<OWLDataProperty> OWLReasoner.superDataProperties
(OWLDataProperty pe) default Stream
<OWLDataProperty> OWLReasoner.superDataProperties
(OWLDataProperty pe, boolean direct) Gets the stream of named data properties that are the strict (potentially direct) super properties of the specified data property with respect to the imports closure of the root ontology.default Stream
<OWLDataProperty> OWLReasoner.superDataProperties
(OWLDataProperty pe, InferenceDepth depth) -
Uses of OWLDataProperty in org.semanticweb.owlapi.reasoner.impl
Methods in org.semanticweb.owlapi.reasoner.impl that return types with arguments of type OWLDataPropertyModifier and TypeMethodDescriptionstatic DefaultNode
<OWLDataProperty> NodeFactory.getOWLDataPropertyBottomNode()
static DefaultNode
<OWLDataProperty> NodeFactory.getOWLDataPropertyNode()
static DefaultNode
<OWLDataProperty> NodeFactory.getOWLDataPropertyNode
(Set<OWLDataProperty> properties) static DefaultNode
<OWLDataProperty> NodeFactory.getOWLDataPropertyNode
(OWLDataProperty prop) static DefaultNode
<OWLDataProperty> NodeFactory.getOWLDataPropertyTopNode()
Methods in org.semanticweb.owlapi.reasoner.impl with parameters of type OWLDataPropertyModifier and TypeMethodDescriptionstatic DefaultNode
<OWLDataProperty> NodeFactory.getOWLDataPropertyNode
(OWLDataProperty prop) Method parameters in org.semanticweb.owlapi.reasoner.impl with type arguments of type OWLDataPropertyModifier and TypeMethodDescriptionstatic DefaultNode
<OWLDataProperty> NodeFactory.getOWLDataPropertyNode
(Set<OWLDataProperty> properties) Constructors in org.semanticweb.owlapi.reasoner.impl with parameters of type OWLDataPropertyConstructor parameters in org.semanticweb.owlapi.reasoner.impl with type arguments of type OWLDataPropertyModifierConstructorDescriptionOWLDataPropertyNode
(Collection<OWLDataProperty> entities) OWLDataPropertyNode
(Stream<OWLDataProperty> entities) OWLDataPropertyNodeSet
(Set<Node<OWLDataProperty>> nodes) OWLDataPropertyNodeSet
(Stream<Node<OWLDataProperty>> nodes) OWLDataPropertyNodeSet
(Node<OWLDataProperty> owlDataPropertyNode) -
Uses of OWLDataProperty in org.semanticweb.owlapi.reasoner.knowledgeexploration
Methods in org.semanticweb.owlapi.reasoner.knowledgeexploration that return types with arguments of type OWLDataPropertyModifier and TypeMethodDescriptionOWLKnowledgeExplorerReasoner.getDataNeighbours
(OWLKnowledgeExplorerReasoner.RootNode node, boolean deterministicOnly) Methods in org.semanticweb.owlapi.reasoner.knowledgeexploration with parameters of type OWLDataPropertyModifier and TypeMethodDescriptionOWLKnowledgeExplorerReasoner.getDataNeighbours
(OWLKnowledgeExplorerReasoner.RootNode node, OWLDataProperty property) -
Uses of OWLDataProperty in org.semanticweb.owlapi.reasoner.structural
Methods in org.semanticweb.owlapi.reasoner.structural that return types with arguments of type OWLDataPropertyModifier and TypeMethodDescriptionStructuralReasoner.getBottomDataPropertyNode()
StructuralReasoner.getDisjointDataProperties
(OWLDataPropertyExpression pe) StructuralReasoner.getEquivalentDataProperties
(OWLDataProperty pe) StructuralReasoner.getSubDataProperties
(OWLDataProperty pe, boolean direct) StructuralReasoner.getSuperDataProperties
(OWLDataProperty pe, boolean direct) StructuralReasoner.getTopDataPropertyNode()
Methods in org.semanticweb.owlapi.reasoner.structural with parameters of type OWLDataPropertyModifier and TypeMethodDescriptionStructuralReasoner.getDataPropertyDomains
(OWLDataProperty pe, boolean direct) StructuralReasoner.getDataPropertyValues
(OWLNamedIndividual ind, OWLDataProperty pe) StructuralReasoner.getEquivalentDataProperties
(OWLDataProperty pe) StructuralReasoner.getSubDataProperties
(OWLDataProperty pe, boolean direct) StructuralReasoner.getSuperDataProperties
(OWLDataProperty pe, boolean direct) -
Uses of OWLDataProperty in org.semanticweb.owlapi.search
Methods in org.semanticweb.owlapi.search that return types with arguments of type OWLDataPropertyModifier and TypeMethodDescriptionstatic Stream
<OWLDataProperty> EntitySearcher.getDisjointProperties
(OWLDataProperty e, Stream<OWLOntology> ontologies) Gets the data properties which have been asserted to be disjoint with e in the specified ontologies.static Stream
<OWLDataProperty> EntitySearcher.getDisjointProperties
(OWLDataProperty e, OWLOntology ontology) Gets the data properties which have been asserted to be disjoint with e in the specified ontology.static Stream
<OWLDataProperty> EntitySearcher.getSubProperties
(OWLDataProperty e, Stream<OWLOntology> ontologies) Gets the properties which are asserted to be sub-properties of e in the specified ontologies.static Stream
<OWLDataProperty> EntitySearcher.getSubProperties
(OWLDataProperty e, OWLOntology ontology) Gets the properties which are asserted to be sub-properties of e in the specified ontology.static Stream
<OWLDataProperty> EntitySearcher.getSuperProperties
(OWLDataProperty e, Stream<OWLOntology> ontologies) Gets the properties which are asserted to be super-properties of e in the specified ontologies.static Stream
<OWLDataProperty> EntitySearcher.getSuperProperties
(OWLDataProperty e, OWLOntology ontology) Gets the data properties which are asserted to be super-properties of e in the specified ontology.Methods in org.semanticweb.owlapi.search with parameters of type OWLDataPropertyModifier and TypeMethodDescriptionstatic Stream
<OWLDataProperty> EntitySearcher.getDisjointProperties
(OWLDataProperty e, Stream<OWLOntology> ontologies) Gets the data properties which have been asserted to be disjoint with e in the specified ontologies.static Stream
<OWLDataProperty> EntitySearcher.getDisjointProperties
(OWLDataProperty e, OWLOntology ontology) Gets the data properties which have been asserted to be disjoint with e in the specified ontology.static Stream
<OWLClassExpression> EntitySearcher.getDomains
(OWLDataProperty e, Stream<OWLOntology> ontologies) Gets the asserted domains of e by examining the axioms in the specified ontologies.static Stream
<OWLClassExpression> EntitySearcher.getDomains
(OWLDataProperty e, OWLOntology ontology) Gets the asserted domains of e.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 Stream
<OWLDataRange> EntitySearcher.getRanges
(OWLDataProperty e, Stream<OWLOntology> ontologies) Gets the asserted ranges of e by examining the axioms in the specified ontologies.static Stream
<OWLDataRange> EntitySearcher.getRanges
(OWLDataProperty e, OWLOntology ontology) Gets the ranges of e that have been asserted in the specified ontology.static Stream
<OWLDataProperty> EntitySearcher.getSubProperties
(OWLDataProperty e, Stream<OWLOntology> ontologies) Gets the properties which are asserted to be sub-properties of e in the specified ontologies.static Stream
<OWLDataProperty> EntitySearcher.getSubProperties
(OWLDataProperty e, OWLOntology ontology) Gets the properties which are asserted to be sub-properties of e in the specified ontology.static Stream
<OWLDataProperty> EntitySearcher.getSuperProperties
(OWLDataProperty e, Stream<OWLOntology> ontologies) Gets the properties which are asserted to be super-properties of e in the specified ontologies.static Stream
<OWLDataProperty> EntitySearcher.getSuperProperties
(OWLDataProperty e, OWLOntology ontology) Gets the data properties which are asserted to be super-properties of e in the specified ontology.static boolean
EntitySearcher.isFunctional
(OWLDataProperty e, Stream<OWLOntology> ontologies) Checks if e is declared functional in a collection of ontologies.static boolean
EntitySearcher.isFunctional
(OWLDataProperty e, OWLOntology ontology) Checks if e is declared functional in the ontology. -
Uses of OWLDataProperty in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLDataPropertyModifier and TypeMethodDescriptionOWLObjectDesharer.visit
(OWLDataProperty property) OWLObjectDuplicator.visit
(OWLDataProperty property) Methods in org.semanticweb.owlapi.util with parameters of type OWLDataPropertyModifier and TypeMethodDescriptionDelegatingObjectVisitorEx.visit
(OWLDataProperty property) void
DLExpressivityChecker.visit
(OWLDataProperty property) void
OWLAnnotationPropertyTransformer.visit
(OWLDataProperty property) OWLEntityCollector.visit
(OWLDataProperty property) void
OWLEntityComparator.visit
(OWLDataProperty property) OWLEntityFragmentProvider.visit
(OWLDataProperty property) void
OWLEntityRemover.visit
(OWLDataProperty property) OWLObjectDesharer.visit
(OWLDataProperty property) OWLObjectDuplicator.visit
(OWLDataProperty property) void
SimpleRenderer.visit
(OWLDataProperty property) void
SimpleRendererDebug.visit
(OWLDataProperty property) void
StructureWalker.visit
(OWLDataProperty property) -
Uses of OWLDataProperty in org.semanticweb.owlapi.util.mansyntax
Methods in org.semanticweb.owlapi.util.mansyntax that return types with arguments of type OWLDataProperty -
Uses of OWLDataProperty in org.semanticweb.owlapi.vocab
Methods in org.semanticweb.owlapi.vocab that return types with arguments of type OWLDataPropertyModifier and TypeMethodDescriptionstatic Set
<OWLDataProperty> SKOSVocabulary.getDataProperties
(OWLDataFactory dataFactory) -
Uses of OWLDataProperty in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLDataPropertyConstructors in org.semanticweb.owlapitools.builders with parameters of type OWLDataPropertyModifierConstructorDescriptionBuilderDataProperty
(OWLDataProperty expected, OWLDataFactory df) Builder initialized from an existing object. -
Uses of OWLDataProperty in org.semanticweb.owlapitools.decomposition
Methods in org.semanticweb.owlapitools.decomposition with parameters of type OWLDataPropertyModifier and TypeMethodDescriptionvoid
BotEquivalenceEvaluator.visit
(OWLDataProperty expr) void
TopEquivalenceEvaluator.visit
(OWLDataProperty expr) -
Uses of OWLDataProperty in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLDataPropertyFields in uk.ac.manchester.cs.owl.owlapi declared as OWLDataPropertyModifier and TypeFieldDescriptionstatic final OWLDataProperty
InternalizedEntities.OWL_BOTTOM_DATA_PROPERTY
Bottom data propery.static final OWLDataProperty
InternalizedEntities.OWL_TOP_DATA_PROPERTY
Top data propery.Methods in uk.ac.manchester.cs.owl.owlapi that return OWLDataPropertyModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLBottomDataProperty()
OWLDataFactoryImpl.getOWLDataProperty
(IRI iri) OWLDataFactoryInternals.getOWLDataProperty
(IRI iri) OWLDataFactoryInternalsImpl.getOWLDataProperty
(IRI iri) OWLDataFactoryInternalsImplNoCache.getOWLDataProperty
(IRI iri) OWLDataFactoryImpl.getOWLTopDataProperty()
Methods in uk.ac.manchester.cs.owl.owlapi that return types with arguments of type OWLDataPropertyModifier and TypeMethodDescriptionOWLImmutableOntologyImpl.dataPropertiesInSignature()
OWLObjectImpl.dataPropertiesInSignature()
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLDataPropertyModifier and TypeMethodDescriptionOWLImmutableOntologyImpl.axioms
(OWLDataProperty property) boolean
Internals.containsDataPropertyInSignature
(OWLDataProperty i) -
Uses of OWLDataProperty in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return types with arguments of type OWLDataPropertyModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.dataPropertiesInSignature()
ConcurrentOWLOntologyImpl.dataPropertiesInSignature
(Imports imports) ConcurrentOWLOntologyImpl.getDataPropertiesInSignature()
ConcurrentOWLOntologyImpl.getDataPropertiesInSignature
(boolean b) ConcurrentOWLOntologyImpl.getDataPropertiesInSignature
(Imports imports) Methods in uk.ac.manchester.cs.owl.owlapi.concurrent with parameters of type OWLDataPropertyModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.axioms
(OWLDataProperty owlDataProperty) ConcurrentOWLOntologyImpl.axioms
(OWLDataProperty property, Imports imports) ConcurrentOWLOntologyImpl.dataPropertyDomainAxioms
(OWLDataProperty property) ConcurrentOWLOntologyImpl.dataPropertyRangeAxioms
(OWLDataProperty property) ConcurrentOWLOntologyImpl.dataSubPropertyAxiomsForSubProperty
(OWLDataProperty subProperty) ConcurrentOWLOntologyImpl.disjointDataPropertiesAxioms
(OWLDataProperty property) ConcurrentOWLOntologyImpl.equivalentDataPropertiesAxioms
(OWLDataProperty property) ConcurrentOWLOntologyImpl.getAxioms
(OWLDataProperty owlDataProperty) ConcurrentOWLOntologyImpl.getAxioms
(OWLDataProperty owlDataProperty, boolean b) ConcurrentOWLOntologyImpl.getAxioms
(OWLDataProperty owlDataProperty, Imports imports) ConcurrentOWLOntologyImpl.getDataPropertyDomainAxioms
(OWLDataProperty owlDataProperty) ConcurrentOWLOntologyImpl.getDataPropertyRangeAxioms
(OWLDataProperty owlDataProperty) ConcurrentOWLOntologyImpl.getDataSubPropertyAxiomsForSubProperty
(OWLDataProperty owlDataProperty) ConcurrentOWLOntologyImpl.getDisjointDataPropertiesAxioms
(OWLDataProperty owlDataProperty) ConcurrentOWLOntologyImpl.getEquivalentDataPropertiesAxioms
(OWLDataProperty owlDataProperty)
OWLSignature.dataPropertiesInSignature(Imports)