| 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.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| org.semanticweb.owlapi.reasoner.knowledgeexploration |
Knowledge exploration package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapi.vocab |
Vocabulary package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Constructor and Description |
|---|
CreateValuePartition(OWLDataFactory dataFactory,
OWLClass valuePartitionClass,
Collection<OWLClass> valuePartionClasses,
OWLObjectProperty valuePartitionProperty,
OWLOntology targetOntology)
Creates a composite change that will create a value partition.
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectProperty |
OWLEntityChecker.getOWLObjectProperty(String name) |
OWLObjectProperty |
ShortFormEntityChecker.getOWLObjectProperty(String name) |
| Modifier and Type | Field and Description |
|---|---|
static EntityType<OWLObjectProperty> |
EntityType.OBJECT_PROPERTY
Object property entity.
|
| Modifier and Type | Method and Description |
|---|---|
default OWLObjectProperty |
AsOWLObjectProperty.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.
|
default OWLObjectProperty |
OWLObjectProperty.getNamedProperty() |
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLObjectProperty> |
HasObjectPropertiesInSignature.getObjectPropertiesInSignature()
Deprecated.
use the stream method
|
default Set<OWLObjectProperty> |
OWLSignatureBooleanArgs.getObjectPropertiesInSignature(boolean includeImportsClosure)
Deprecated.
use the stream method
|
default Set<OWLObjectProperty> |
OWLSignature.getObjectPropertiesInSignature(Imports includeImportsClosure)
Deprecated.
use the stream method
|
default Stream<OWLObjectProperty> |
HasObjectPropertiesInSignature.objectPropertiesInSignature() |
default Stream<OWLObjectProperty> |
OWLSignature.objectPropertiesInSignature(Imports imports)
Gets the object properties in the signature and optionally the imports closure.
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLPropertyEntityVisitorExBase.visit(OWLObjectProperty property)
visit OWLObjectProperty type
|
default void |
OWLPropertyEntityVisitorBase.visit(OWLObjectProperty property)
visit OWLObjectProperty type
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectProperty |
OWLVocabularyProvider.getOWLBottomObjectProperty() |
default OWLObjectProperty |
ObjectPropertyProvider.getOWLObjectProperty(HasIRI iri)
Gets an instance of
OWLObjectProperty with the same IRI as the
input. |
OWLObjectProperty |
ObjectPropertyProvider.getOWLObjectProperty(IRI iri)
Gets an instance of
OWLObjectProperty that has the specified
IRI. |
default OWLObjectProperty |
ObjectPropertyProvider.getOWLObjectProperty(String iri)
Gets an instance of
OWLObjectProperty that has the specified
IRI. |
default OWLObjectProperty |
ObjectPropertyProvider.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.
|
default OWLObjectProperty |
ObjectPropertyProvider.getOWLObjectProperty(String namespace,
String remainder)
Gets an instance of
OWLObjectProperty that has the specified
IRI. |
OWLObjectProperty |
OWLVocabularyProvider.getOWLTopObjectProperty() |
| Modifier and Type | Method and Description |
|---|---|
OWLObjectInverseOf |
InverseProvider.getOWLObjectInverseOf(OWLObjectProperty property)
Gets the inverse of an object property.
|
| 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 |
|---|---|
OWLObjectProperty |
OWLObjectDuplicator.visit(OWLObjectProperty property) |
OWLObjectProperty |
OWLObjectDesharer.visit(OWLObjectProperty property) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLAnnotationPropertyTransformer.visit(OWLObjectProperty property) |
O |
DelegatingObjectVisitorEx.visit(OWLObjectProperty property) |
void |
SimpleRenderer.visit(OWLObjectProperty property) |
OWLObjectProperty |
OWLObjectDuplicator.visit(OWLObjectProperty property) |
OWLObjectProperty |
OWLObjectDesharer.visit(OWLObjectProperty property) |
String |
OWLEntityFragmentProvider.visit(OWLObjectProperty property) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLObjectProperty property) |
void |
OWLEntityComparator.visit(OWLObjectProperty property) |
void |
StructureWalker.visit(OWLObjectProperty property) |
void |
OWLEntityRemover.visit(OWLObjectProperty property) |
| Modifier and Type | Method and Description |
|---|---|
static Set<OWLObjectProperty> |
SKOSVocabulary.getObjectProperties(OWLDataFactory dataFactory) |
| Modifier and Type | Method and Description |
|---|---|
OWLObjectProperty |
BuilderObjectProperty.buildObject() |
| Constructor and Description |
|---|
BuilderObjectProperty(OWLObjectProperty expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.