| Modifier and Type | Field and Description |
|---|---|
static EntityType<OWLObjectProperty> |
EntityType.OBJECT_PROPERTY
object property entity
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectProperty |
OWLObjectPropertyExpression.asOWLObjectProperty()
If the property is a named object property then this method will obtain
the property as such.
|
OWLObjectProperty |
OWLEntity.asOWLObjectProperty()
A convenience method that obtains this entity as an OWLObjectProperty (in
order to avoid explicit casting).
|
OWLObjectProperty |
OWLObjectPropertyExpression.getNamedProperty()
Get the named object property used in this property expression.
|
OWLObjectProperty |
OWLDataFactory.getOWLBottomObjectProperty() |
OWLObjectProperty |
OWLDataFactory.getOWLObjectProperty(IRI iri)
Gets an OWL object property that has the specified IRI
|
OWLObjectProperty |
OWLDataFactory.getOWLObjectProperty(String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLObjectProperty that has an IRI that is obtained by expanding
an abbreviated name using an appropriate prefix mapping.
|
OWLObjectProperty |
OWLDataFactory.getOWLTopObjectProperty() |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLObjectProperty> |
OWLOntology.getObjectPropertiesInSignature()
Gets the object properties that are in the signature of this ontology.
|
Set<OWLObjectProperty> |
OWLObject.getObjectPropertiesInSignature()
A convenience method that obtains the object properties that are in the
signature of this object
|
Set<OWLObjectProperty> |
IRI.getObjectPropertiesInSignature() |
Set<OWLObjectProperty> |
OWLOntology.getObjectPropertiesInSignature(boolean includeImportsClosure)
Gets the object properties that are in the signature of this ontology,
and possibly the imports closure of this ontology.
|
| Modifier and Type | Method and Description |
|---|---|
O |
OWLPropertyExpressionVisitorEx.visit(OWLObjectProperty property)
visit OWLObjectProperty type
|
void |
OWLPropertyExpressionVisitor.visit(OWLObjectProperty property)
visit OWLObjectProperty type
|
O |
OWLNamedObjectVisitorEx.visit(OWLObjectProperty property)
visit OWLObjectProperty type
|
void |
OWLNamedObjectVisitor.visit(OWLObjectProperty property)
visit OWLObjectProperty type
|
O |
OWLEntityVisitorEx.visit(OWLObjectProperty property)
visit OWLObjectProperty type
|
void |
OWLEntityVisitor.visit(OWLObjectProperty property)
visit OWLObjectProperty type
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectProperty |
UseOfUndeclaredObjectProperty.getOWLObjectProperty() |
OWLObjectProperty |
UseOfReservedVocabularyForObjectPropertyIRI.getOWLObjectProperty() |
| Constructor and Description |
|---|
UseOfReservedVocabularyForObjectPropertyIRI(OWLOntology ontology,
OWLAxiom axiom,
OWLObjectProperty property) |
UseOfUndeclaredObjectProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLObjectProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLKnowledgeExplorerReasoner.RootNode> |
OWLKnowledgeExplorerReasoner.getObjectNeighbours(OWLKnowledgeExplorerReasoner.RootNode node,
OWLObjectProperty property) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<OWLObjectProperty> |
InferredObjectPropertyAxiomGenerator.getEntities(OWLOntology ont) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InferredEquivalentObjectPropertyAxiomGenerator.addAxioms(OWLObjectProperty entity,
OWLReasoner reasoner,
OWLDataFactory dataFactory,
Set<OWLEquivalentObjectPropertiesAxiom> result) |
protected void |
InferredInverseObjectPropertiesAxiomGenerator.addAxioms(OWLObjectProperty entity,
OWLReasoner reasoner,
OWLDataFactory dataFactory,
Set<OWLInverseObjectPropertiesAxiom> result) |
protected void |
InferredObjectPropertyCharacteristicAxiomGenerator.addAxioms(OWLObjectProperty entity,
OWLReasoner reasoner,
OWLDataFactory dataFactory,
Set<OWLObjectPropertyCharacteristicAxiom> result) |
protected void |
InferredSubObjectPropertyAxiomGenerator.addAxioms(OWLObjectProperty entity,
OWLReasoner reasoner,
OWLDataFactory dataFactory,
Set<OWLSubObjectPropertyOfAxiom> result) |
void |
SimpleRenderer.visit(OWLObjectProperty property) |
O |
OWLObjectVisitorExAdapter.visit(OWLObjectProperty property) |
void |
OWLObjectVisitorAdapter.visit(OWLObjectProperty property) |
void |
OWLObjectTypeIndexProvider.visit(OWLObjectProperty property) |
void |
OWLObjectDuplicator.visit(OWLObjectProperty property) |
void |
OWLObjectComponentCollector.visit(OWLObjectProperty property) |
O |
OWLEntityVisitorExAdapter.visit(OWLObjectProperty property) |
void |
OWLEntityVisitorAdapter.visit(OWLObjectProperty property) |
void |
OWLEntityRemover.visit(OWLObjectProperty property) |
void |
OWLEntityComparator.visit(OWLObjectProperty property) |
void |
OWLEntityCollector.visit(OWLObjectProperty property) |
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(OWLObjectProperty property) |
Integer |
MaximumModalDepthFinder.visit(OWLObjectProperty property) |
void |
HashCode.visit(OWLObjectProperty property) |
void |
DLExpressivityChecker.visit(OWLObjectProperty property) |
O |
DelegatingObjectVisitorEx.visit(OWLObjectProperty property) |
| Modifier and Type | Method and Description |
|---|---|
static Set<OWLObjectProperty> |
SKOSVocabulary.getObjectProperties(OWLDataFactory dataFactory) |
Copyright © 2014 The University of Manchester. All Rights Reserved.