Modifier and Type | Method | Description |
---|---|---|
static OWLDataProperty |
OWLFunctionalSyntaxFactory.createDataProperty() |
|
static OWLDataProperty |
OWLFunctionalSyntaxFactory.DataProperty(String abbreviatedIRI,
PrefixManager pm) |
|
static OWLDataProperty |
OWLFunctionalSyntaxFactory.DataProperty(IRI iri) |
Modifier and Type | Method | Description |
---|---|---|
void |
DLSyntaxObjectRenderer.visit(OWLDataProperty property) |
Modifier and Type | Method | Description |
---|---|---|
OWLDataProperty |
OWLEntityChecker.getOWLDataProperty(String name) |
|
OWLDataProperty |
ShortFormEntityChecker.getOWLDataProperty(String name) |
Modifier and Type | Method | Description |
---|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLDataProperty property) |
Modifier and Type | Method | Description |
---|---|---|
void |
KRSS2OWLObjectRenderer.visit(OWLDataProperty property) |
|
void |
KRSSObjectRenderer.visit(OWLDataProperty property) |
Modifier and Type | Method | Description |
---|---|---|
void |
LatexObjectVisitor.visit(OWLDataProperty property) |
Modifier and Type | Method | Description |
---|---|---|
Set<OWLDataProperty> |
ManchesterOWLSyntaxParserImpl.parseDataPropertyList() |
Modifier and Type | Method | Description |
---|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLDataProperty property) |
|
Collection<OWLAxiom> |
ManchesterOWLSyntaxFrameRenderer.write(OWLDataProperty property) |
Modifier and Type | Field | Description |
---|---|---|
static EntityType<OWLDataProperty> |
EntityType.DATA_PROPERTY |
data property entity
|
Modifier and Type | Method | Description |
---|---|---|
OWLDataProperty |
OWLDataPropertyExpression.asOWLDataProperty() |
If the property is a named data property then this method will obtain the
property as such.
|
OWLDataProperty |
OWLEntity.asOWLDataProperty() |
A convenience method that obtains this entity as an OWLDataProperty (in
order to avoid explicit casting).
|
OWLDataProperty |
OWLDataFactory.getOWLBottomDataProperty() |
|
OWLDataProperty |
OWLDataFactory.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.
|
OWLDataProperty |
OWLDataPropertyProvider.getOWLDataProperty(IRI iri) |
Gets an instance of
OWLDataProperty that has the specified
IRI . |
OWLDataProperty |
OWLDataFactory.getOWLTopDataProperty() |
Modifier and Type | Method | Description |
---|---|---|
Set<OWLDataProperty> |
HasDataPropertiesInSignature.getDataPropertiesInSignature() |
A convenience method that obtains the data properties that are in the
signature of this object
|
Set<OWLDataProperty> |
IRI.getDataPropertiesInSignature() |
|
Set<OWLDataProperty> |
OWLSignature.getDataPropertiesInSignature(Imports includeImportsClosure) |
Gets the data properties in the signature and optionally the imports closure.
|
Set<OWLDataProperty> |
OWLSignatureBooleanArgs.getDataPropertiesInSignature(boolean includeImportsClosure) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
Set<OWLDataPropertyAxiom> |
OWLAxiomCollection.getAxioms(OWLDataProperty property,
Imports includeImportsClosure) |
Gets the axioms that form the definition/description of a data property.
|
Set<OWLDataPropertyAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(OWLDataProperty property,
boolean includeImportsClosure) |
Deprecated.
use getAxioms(entity, Imports) instead
|
Set<OWLDataPropertyAxiom> |
OWLAxiomCollectionNoArgs.getAxioms(OWLDataProperty property) |
Deprecated.
use getAxioms(entity, Imports) instead
|
Set<OWLDataPropertyDomainAxiom> |
OWLAxiomIndex.getDataPropertyDomainAxioms(OWLDataProperty property) |
Gets the
OWLDataPropertyDomainAxiom s where the property is equal
to the specified property. |
Set<OWLDataPropertyRangeAxiom> |
OWLAxiomIndex.getDataPropertyRangeAxioms(OWLDataProperty property) |
Gets the
OWLDataPropertyRangeAxiom s where the property is equal
to the specified property. |
Set<OWLSubDataPropertyOfAxiom> |
OWLAxiomIndex.getDataSubPropertyAxiomsForSubProperty(OWLDataProperty subProperty) |
Gets the
OWLSubDataPropertyOfAxiom s where the sub-property is
equal to the specified property. |
Set<OWLDisjointDataPropertiesAxiom> |
OWLAxiomIndex.getDisjointDataPropertiesAxioms(OWLDataProperty property) |
Gets the
OWLDisjointDataPropertiesAxiom s that make the specified
property disjoint with some other data property expression(s). |
Set<OWLEquivalentDataPropertiesAxiom> |
OWLAxiomIndex.getEquivalentDataPropertiesAxioms(OWLDataProperty property) |
Gets the
OWLEquivalentDataPropertiesAxiom s that make the
specified property equivalent to some other data property expression(s). |
void |
OWLEntityVisitor.visit(OWLDataProperty property) |
visit OWLDataProperty type
|
O |
OWLEntityVisitorEx.visit(OWLDataProperty property) |
visit OWLDataProperty type
|
void |
OWLNamedObjectVisitor.visit(OWLDataProperty property) |
visit OWLDataProperty type
|
O |
OWLNamedObjectVisitorEx.visit(OWLDataProperty property) |
visit OWLDataProperty type
|
void |
OWLPropertyExpressionVisitor.visit(OWLDataProperty property) |
visit OWLDataProperty type
|
O |
OWLPropertyExpressionVisitorEx.visit(OWLDataProperty property) |
visit OWLDataProperty type
|
Modifier and Type | Method | Description |
---|---|---|
void |
OWLXMLObjectRenderer.visit(OWLDataProperty property) |
Modifier and Type | Method | Description |
---|---|---|
OWLDataProperty |
UseOfReservedVocabularyForDataPropertyIRI.getExpression() |
|
OWLDataProperty |
UseOfUndeclaredDataProperty.getExpression() |
Constructor | Description |
---|---|
UseOfReservedVocabularyForDataPropertyIRI(OWLOntology ontology,
OWLAxiom axiom,
OWLDataProperty property) |
|
UseOfUndeclaredDataProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLDataProperty prop) |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractTranslator.visit(OWLDataProperty property) |
Modifier and Type | Method | Description |
---|---|---|
Node<OWLDataProperty> |
OWLReasoner.getBottomDataPropertyNode() |
Gets the
Node corresponding to the bottom node (containing
owl:bottomDataProperty ) in the data property hierarchy. |
NodeSet<OWLDataProperty> |
OWLReasoner.getDisjointDataProperties(OWLDataPropertyExpression pe) |
Gets the data properties that are disjoint with the specified data
property expression
pe . |
Node<OWLDataProperty> |
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.
|
NodeSet<OWLDataProperty> |
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.
|
NodeSet<OWLDataProperty> |
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.
|
Node<OWLDataProperty> |
OWLReasoner.getTopDataPropertyNode() |
Gets the
Node corresponding to the top node (containing
owl:topDataProperty ) in the data property hierarchy. |
Modifier and Type | Method | Description |
---|---|---|
NodeSet<OWLClass> |
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.
|
Set<OWLLiteral> |
OWLReasoner.getDataPropertyValues(OWLNamedIndividual ind,
OWLDataProperty pe) |
Gets the data property values for the specified individual and data
property expression.
|
Node<OWLDataProperty> |
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.
|
NodeSet<OWLDataProperty> |
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.
|
NodeSet<OWLDataProperty> |
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.
|
Modifier and Type | Method | Description |
---|---|---|
static 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() |
Modifier and Type | Method | Description |
---|---|---|
static DefaultNode<OWLDataProperty> |
NodeFactory.getOWLDataPropertyNode(OWLDataProperty prop) |
Modifier and Type | Method | Description |
---|---|---|
static DefaultNode<OWLDataProperty> |
NodeFactory.getOWLDataPropertyNode(Set<OWLDataProperty> properties) |
Constructor | Description |
---|---|
OWLDataPropertyNode(OWLDataProperty entity) |
|
OWLDataPropertyNodeSet(OWLDataProperty entity) |
Constructor | Description |
---|---|
OWLDataPropertyNode(Set<OWLDataProperty> entities) |
|
OWLDataPropertyNodeSet(Set<Node<OWLDataProperty>> nodes) |
|
OWLDataPropertyNodeSet(Node<OWLDataProperty> owlDataPropertyNode) |
Modifier and Type | Method | Description |
---|---|---|
Node<OWLDataProperty> |
OWLKnowledgeExplorerReasoner.getDataNeighbours(OWLKnowledgeExplorerReasoner.RootNode node,
boolean deterministicOnly) |
Modifier and Type | Method | Description |
---|---|---|
Collection<OWLKnowledgeExplorerReasoner.RootNode> |
OWLKnowledgeExplorerReasoner.getDataNeighbours(OWLKnowledgeExplorerReasoner.RootNode node,
OWLDataProperty property) |
Modifier and Type | Method | Description |
---|---|---|
Node<OWLDataProperty> |
StructuralReasoner.getBottomDataPropertyNode() |
|
NodeSet<OWLDataProperty> |
StructuralReasoner.getDisjointDataProperties(OWLDataPropertyExpression pe) |
|
Node<OWLDataProperty> |
StructuralReasoner.getEquivalentDataProperties(OWLDataProperty pe) |
|
NodeSet<OWLDataProperty> |
StructuralReasoner.getSubDataProperties(OWLDataProperty pe,
boolean direct) |
|
NodeSet<OWLDataProperty> |
StructuralReasoner.getSuperDataProperties(OWLDataProperty pe,
boolean direct) |
|
Node<OWLDataProperty> |
StructuralReasoner.getTopDataPropertyNode() |
Modifier and Type | Method | Description |
---|---|---|
NodeSet<OWLClass> |
StructuralReasoner.getDataPropertyDomains(OWLDataProperty pe,
boolean direct) |
|
Set<OWLLiteral> |
StructuralReasoner.getDataPropertyValues(OWLNamedIndividual ind,
OWLDataProperty pe) |
|
Node<OWLDataProperty> |
StructuralReasoner.getEquivalentDataProperties(OWLDataProperty pe) |
|
NodeSet<OWLDataProperty> |
StructuralReasoner.getSubDataProperties(OWLDataProperty pe,
boolean direct) |
|
NodeSet<OWLDataProperty> |
StructuralReasoner.getSuperDataProperties(OWLDataProperty pe,
boolean direct) |
Modifier and Type | Method | Description |
---|---|---|
static Collection<OWLDataPropertyExpression> |
EntitySearcher.getDisjointProperties(OWLDataProperty e,
Iterable<OWLOntology> ontologies) |
Gets the classes which have been asserted to be disjoint with this class by axioms in the
specified ontologies.
|
static Collection<OWLDataPropertyExpression> |
EntitySearcher.getDisjointProperties(OWLDataProperty e,
OWLOntology ontology) |
Gets the classes which have been asserted to be disjoint with this class by axioms in the
specified ontology.
|
static Collection<OWLClassExpression> |
EntitySearcher.getDomains(OWLDataProperty e,
Iterable<OWLOntology> ontologies) |
Gets the asserted domains of this property by examining the axioms in the specified
ontologies.
|
static Collection<OWLClassExpression> |
EntitySearcher.getDomains(OWLDataProperty e,
OWLOntology ontology) |
Gets the asserted domains of this property.
|
static Collection<OWLDataPropertyExpression> |
EntitySearcher.getEquivalentProperties(OWLDataProperty e,
Iterable<OWLOntology> ontologies) |
A convenience method that examines the axioms in the specified ontologies and returns the
class expressions corresponding to equivalent classes of this class.
|
static Collection<OWLDataPropertyExpression> |
EntitySearcher.getEquivalentProperties(OWLDataProperty e,
OWLOntology ontology) |
A convenience method that examines the axioms in the specified ontology and returns the class
expressions corresponding to equivalent classes of this class.
|
static Collection<OWLDataRange> |
EntitySearcher.getRanges(OWLDataProperty e,
Iterable<OWLOntology> ontologies) |
Gets the asserted ranges of this property by examining the axioms in the specified
ontologies.
|
static Collection<OWLDataRange> |
EntitySearcher.getRanges(OWLDataProperty e,
OWLOntology ontology) |
Gets the ranges of this property that have been asserted in the specified ontology.
|
static boolean |
EntitySearcher.isFunctional(OWLDataProperty e,
Iterable<OWLOntology> ontologies) |
Checks if e is declared functional in a collection of ontologies.
|
static boolean |
EntitySearcher.isFunctional(OWLDataProperty e,
OWLOntology o) |
Checks if e is declared functional in o.
|
Modifier and Type | Method | Description |
---|---|---|
OWLDataProperty |
OWLObjectDesharer.visit(OWLDataProperty property) |
Modifier and Type | Method | Description |
---|---|---|
O |
DelegatingObjectVisitorEx.visit(OWLDataProperty property) |
|
void |
DeprecatedOWLEntityCollector.visit(OWLDataProperty property) |
Deprecated.
|
void |
DLExpressivityChecker.visit(OWLDataProperty property) |
|
void |
HashCode.visit(OWLDataProperty property) |
|
void |
OWLAnnotationPropertyTransformer.visit(OWLDataProperty property) |
|
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLDataProperty property) |
|
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLDataProperty property) |
|
void |
OWLEntityComparator.visit(OWLDataProperty property) |
|
void |
OWLEntityRemover.visit(OWLDataProperty property) |
|
void |
OWLEntityVisitorAdapter.visit(OWLDataProperty property) |
|
O |
OWLEntityVisitorExAdapter.visit(OWLDataProperty property) |
|
void |
OWLObjectComponentCollector.visit(OWLDataProperty property) |
|
OWLDataProperty |
OWLObjectDesharer.visit(OWLDataProperty property) |
|
void |
OWLObjectDuplicator.visit(OWLDataProperty property) |
|
void |
OWLObjectTypeIndexProvider.visit(OWLDataProperty property) |
|
void |
OWLObjectVisitorAdapter.visit(OWLDataProperty property) |
|
O |
OWLObjectVisitorExAdapter.visit(OWLDataProperty property) |
|
void |
SimpleRenderer.visit(OWLDataProperty property) |
|
void |
StructureWalker.visit(OWLDataProperty property) |
Modifier and Type | Method | Description |
---|---|---|
Set<OWLDataProperty> |
ManchesterOWLSyntaxParser.parseDataPropertyList() |
Modifier and Type | Method | Description |
---|---|---|
static Set<OWLDataProperty> |
SKOSVocabulary.getDataProperties(OWLDataFactory dataFactory) |
Modifier and Type | Method | Description |
---|---|---|
OWLDataProperty |
BuilderDataProperty.buildObject() |
Constructor | Description |
---|---|
BuilderDataProperty(OWLDataProperty expected,
OWLDataFactory df) |
builder initialized from an existing object
|
Modifier and Type | Class | Description |
---|---|---|
class |
OWLDataPropertyImpl |
Modifier and Type | Method | Description |
---|---|---|
Set<OWLDataProperty> |
OWL2DatatypeImpl.getDataPropertiesInSignature() |
|
Set<OWLDataProperty> |
OWLImmutableOntologyImpl.getDataPropertiesInSignature() |
|
Set<OWLDataProperty> |
OWLImmutableOntologyImpl.getDataPropertiesInSignature(boolean includeImportsClosure) |
|
Set<OWLDataProperty> |
OWLImmutableOntologyImpl.getDataPropertiesInSignature(Imports includeImportsClosure) |
|
Set<OWLDataProperty> |
OWLLiteralImplString.getDataPropertiesInSignature() |
|
Set<OWLDataProperty> |
OWLObjectImplWithEntityAndAnonCaching.getDataPropertiesInSignature() |
|
Set<OWLDataProperty> |
OWLObjectImplWithoutEntityAndAnonCaching.getDataPropertiesInSignature() |
Modifier and Type | Method | Description |
---|---|---|
Set<OWLDataProperty> |
ConcurrentOWLOntologyImpl.getDataPropertiesInSignature() |
|
Set<OWLDataProperty> |
ConcurrentOWLOntologyImpl.getDataPropertiesInSignature(boolean b) |
Deprecated.
|
Set<OWLDataProperty> |
ConcurrentOWLOntologyImpl.getDataPropertiesInSignature(Imports imports) |
Copyright © 2018 The University of Manchester. All rights reserved.