| Package | Description |
|---|---|
| org.semanticweb.owlapi.change |
Ontology change classes.
|
| org.semanticweb.owlapi.expression |
Expression parsers package
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles.violations | |
| org.semanticweb.owlapi.reasoner.knowledgeexploration |
Knowledge exploration package.
|
| org.semanticweb.owlapi.util |
Utilities package
|
| org.semanticweb.owlapi.vocab |
Vocabulary package
|
| Constructor and Description |
|---|
CreateValuePartition(OWLDataFactory dataFactory,
OWLClass valuePartitionClass,
Set<OWLClass> valuePartionClasses,
OWLObjectProperty valuePartitionProperty,
OWLOntology targetOntology)
Creates a composite change that will create a value partition.
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectProperty |
ShortFormEntityChecker.getOWLObjectProperty(String name) |
OWLObjectProperty |
OWLEntityChecker.getOWLObjectProperty(String name) |
| 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 |
OWLObjectPropertyProvider.getOWLObjectProperty(IRI iri)
Gets an instance of
OWLObjectProperty 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> |
IRI.getObjectPropertiesInSignature() |
Set<OWLObjectProperty> |
HasObjectPropertiesInSignature.getObjectPropertiesInSignature()
A convenience method that obtains the object properties that are in the
signature of this object
|
Set<OWLObjectProperty> |
OWLSignatureBooleanArgs.getObjectPropertiesInSignature(boolean includeImportsClosure)
Deprecated.
|
Set<OWLObjectProperty> |
OWLSignature.getObjectPropertiesInSignature(Imports includeImportsClosure)
Gets the object properties in the signature and optionally the imports
closure.
|
| 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.getExpression() |
OWLObjectProperty |
UseOfReservedVocabularyForObjectPropertyIRI.getExpression() |
| 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 |
|---|---|
void |
StructureWalker.visit(OWLObjectProperty property) |
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) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLObjectProperty property) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLObjectProperty property) |
void |
OWLAnnotationPropertyTransformer.visit(OWLObjectProperty property) |
void |
HashCode.visit(OWLObjectProperty property) |
void |
DeprecatedOWLEntityCollector.visit(OWLObjectProperty property)
Deprecated.
|
O |
DelegatingObjectVisitorEx.visit(OWLObjectProperty property) |
| Modifier and Type | Method and Description |
|---|---|
static Set<OWLObjectProperty> |
SKOSVocabulary.getObjectProperties(OWLDataFactory dataFactory) |
Copyright © 2016 The University of Manchester. All Rights Reserved.