Package | Description |
---|---|
org.semanticweb.owlapi.apibinding |
Binding package
|
org.semanticweb.owlapi.change |
Ontology change classes.
|
org.semanticweb.owlapi.dlsyntax.renderer | |
org.semanticweb.owlapi.expression |
Expression parsers package
|
org.semanticweb.owlapi.functional.renderer | |
org.semanticweb.owlapi.krss2.renderer | |
org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer
|
org.semanticweb.owlapi.manchestersyntax.renderer | |
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.owlxml.renderer | |
org.semanticweb.owlapi.profiles.violations | |
org.semanticweb.owlapi.rdf.model |
RDF model package
|
org.semanticweb.owlapi.reasoner.knowledgeexploration |
Knowledge exploration package.
|
org.semanticweb.owlapi.util |
Utilities package
|
org.semanticweb.owlapi.vocab |
Vocabulary package
|
org.semanticweb.owlapitools.builders | |
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
uk.ac.manchester.cs.owl.owlapi.concurrent |
Modifier and Type | Method | Description |
---|---|---|
static OWLObjectProperty |
OWLFunctionalSyntaxFactory.createObjectProperty() |
|
static OWLObjectProperty |
OWLFunctionalSyntaxFactory.ObjectProperty(String abbreviatedIRI,
PrefixManager pm) |
|
static OWLObjectProperty |
OWLFunctionalSyntaxFactory.ObjectProperty(IRI iri) |
Constructor | 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 | Description |
---|---|---|
void |
DLSyntaxObjectRenderer.visit(OWLObjectProperty property) |
Modifier and Type | Method | Description |
---|---|---|
OWLObjectProperty |
OWLEntityChecker.getOWLObjectProperty(String name) |
|
OWLObjectProperty |
ShortFormEntityChecker.getOWLObjectProperty(String name) |
Modifier and Type | Method | Description |
---|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLObjectProperty property) |
Modifier and Type | Method | Description |
---|---|---|
void |
KRSS2ObjectRenderer.visit(OWLObjectProperty property) |
|
void |
KRSS2OWLObjectRenderer.visit(OWLObjectProperty property) |
|
void |
KRSSObjectRenderer.visit(OWLObjectProperty property) |
Modifier and Type | Method | Description |
---|---|---|
void |
LatexObjectVisitor.visit(OWLObjectProperty property) |
Modifier and Type | Method | Description |
---|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLObjectProperty property) |
Modifier and Type | Field | Description |
---|---|---|
static EntityType<OWLObjectProperty> |
EntityType.OBJECT_PROPERTY |
object property entity
|
Modifier and Type | Method | Description |
---|---|---|
OWLObjectProperty |
OWLEntity.asOWLObjectProperty() |
A convenience method that obtains this entity as an OWLObjectProperty (in
order to avoid explicit casting).
|
OWLObjectProperty |
OWLObjectPropertyExpression.asOWLObjectProperty() |
If the property is a named object property then this method will obtain
the property as such.
|
OWLObjectProperty |
OWLObjectPropertyExpression.getNamedProperty() |
Get the named object property used in this property expression.
|
OWLObjectProperty |
OWLDataFactory.getOWLBottomObjectProperty() |
|
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 |
OWLObjectPropertyProvider.getOWLObjectProperty(IRI iri) |
Gets an instance of
OWLObjectProperty that has the specified
IRI . |
OWLObjectProperty |
OWLDataFactory.getOWLTopObjectProperty() |
Modifier and Type | Method | Description |
---|---|---|
Set<OWLObjectProperty> |
HasObjectPropertiesInSignature.getObjectPropertiesInSignature() |
A convenience method that obtains the object properties that are in the
signature of this object
|
Set<OWLObjectProperty> |
IRI.getObjectPropertiesInSignature() |
|
Set<OWLObjectProperty> |
OWLSignature.getObjectPropertiesInSignature(Imports includeImportsClosure) |
Gets the object properties in the signature and optionally the imports closure.
|
Set<OWLObjectProperty> |
OWLSignatureBooleanArgs.getObjectPropertiesInSignature(boolean includeImportsClosure) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
OWLEntityVisitor.visit(OWLObjectProperty property) |
visit OWLObjectProperty type
|
O |
OWLEntityVisitorEx.visit(OWLObjectProperty property) |
visit OWLObjectProperty type
|
void |
OWLNamedObjectVisitor.visit(OWLObjectProperty property) |
visit OWLObjectProperty type
|
O |
OWLNamedObjectVisitorEx.visit(OWLObjectProperty property) |
visit OWLObjectProperty type
|
void |
OWLPropertyExpressionVisitor.visit(OWLObjectProperty property) |
visit OWLObjectProperty type
|
O |
OWLPropertyExpressionVisitorEx.visit(OWLObjectProperty property) |
visit OWLObjectProperty type
|
Modifier and Type | Method | Description |
---|---|---|
void |
OWLXMLObjectRenderer.visit(OWLObjectProperty property) |
Modifier and Type | Method | Description |
---|---|---|
OWLObjectProperty |
UseOfReservedVocabularyForObjectPropertyIRI.getExpression() |
|
OWLObjectProperty |
UseOfUndeclaredObjectProperty.getExpression() |
Constructor | Description |
---|---|
UseOfReservedVocabularyForObjectPropertyIRI(OWLOntology ontology,
OWLAxiom axiom,
OWLObjectProperty property) |
|
UseOfUndeclaredObjectProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLObjectProperty prop) |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractTranslator.visit(OWLObjectProperty property) |
Modifier and Type | Method | Description |
---|---|---|
Collection<OWLKnowledgeExplorerReasoner.RootNode> |
OWLKnowledgeExplorerReasoner.getObjectNeighbours(OWLKnowledgeExplorerReasoner.RootNode node,
OWLObjectProperty property) |
Modifier and Type | Method | Description |
---|---|---|
OWLObjectProperty |
OWLObjectDesharer.visit(OWLObjectProperty property) |
Modifier and Type | Method | Description |
---|---|---|
O |
DelegatingObjectVisitorEx.visit(OWLObjectProperty property) |
|
void |
DeprecatedOWLEntityCollector.visit(OWLObjectProperty property) |
Deprecated.
|
void |
HashCode.visit(OWLObjectProperty property) |
|
void |
OWLAnnotationPropertyTransformer.visit(OWLObjectProperty property) |
|
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLObjectProperty property) |
|
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLObjectProperty property) |
|
void |
OWLEntityComparator.visit(OWLObjectProperty property) |
|
void |
OWLEntityRemover.visit(OWLObjectProperty property) |
|
void |
OWLEntityVisitorAdapter.visit(OWLObjectProperty property) |
|
O |
OWLEntityVisitorExAdapter.visit(OWLObjectProperty property) |
|
void |
OWLObjectComponentCollector.visit(OWLObjectProperty property) |
|
OWLObjectProperty |
OWLObjectDesharer.visit(OWLObjectProperty property) |
|
void |
OWLObjectDuplicator.visit(OWLObjectProperty property) |
|
void |
OWLObjectTypeIndexProvider.visit(OWLObjectProperty property) |
|
void |
OWLObjectVisitorAdapter.visit(OWLObjectProperty property) |
|
O |
OWLObjectVisitorExAdapter.visit(OWLObjectProperty property) |
|
void |
SimpleRenderer.visit(OWLObjectProperty property) |
|
void |
StructureWalker.visit(OWLObjectProperty property) |
Modifier and Type | Method | Description |
---|---|---|
static Set<OWLObjectProperty> |
SKOSVocabulary.getObjectProperties(OWLDataFactory dataFactory) |
Modifier and Type | Method | Description |
---|---|---|
OWLObjectProperty |
BuilderObjectProperty.buildObject() |
Constructor | Description |
---|---|
BuilderObjectProperty(OWLObjectProperty expected,
OWLDataFactory df) |
builder initialized from an existing object
|
Modifier and Type | Class | Description |
---|---|---|
class |
OWLObjectPropertyImpl |
Modifier and Type | Method | Description |
---|---|---|
Set<OWLObjectProperty> |
OWL2DatatypeImpl.getObjectPropertiesInSignature() |
|
Set<OWLObjectProperty> |
OWLImmutableOntologyImpl.getObjectPropertiesInSignature() |
|
Set<OWLObjectProperty> |
OWLImmutableOntologyImpl.getObjectPropertiesInSignature(boolean includeImportsClosure) |
|
Set<OWLObjectProperty> |
OWLImmutableOntologyImpl.getObjectPropertiesInSignature(Imports includeImportsClosure) |
|
Set<OWLObjectProperty> |
OWLLiteralImplString.getObjectPropertiesInSignature() |
|
Set<OWLObjectProperty> |
OWLObjectImplWithEntityAndAnonCaching.getObjectPropertiesInSignature() |
|
Set<OWLObjectProperty> |
OWLObjectImplWithoutEntityAndAnonCaching.getObjectPropertiesInSignature() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
Internals.containsObjectPropertyInSignature(OWLObjectProperty i) |
|
void |
OWLEntityCollectionContainerCollector.visit(OWLObjectProperty property) |
Constructor | Description |
---|---|
SWRLDifferentIndividualsAtomImpl(OWLObjectProperty property,
SWRLIArgument arg0,
SWRLIArgument arg1) |
|
SWRLSameIndividualAtomImpl(OWLObjectProperty property,
SWRLIArgument arg0,
SWRLIArgument arg1) |
Modifier and Type | Method | Description |
---|---|---|
Set<OWLObjectProperty> |
ConcurrentOWLOntologyImpl.getObjectPropertiesInSignature() |
|
Set<OWLObjectProperty> |
ConcurrentOWLOntologyImpl.getObjectPropertiesInSignature(boolean b) |
Deprecated.
|
Set<OWLObjectProperty> |
ConcurrentOWLOntologyImpl.getObjectPropertiesInSignature(Imports imports) |
Copyright © 2018 The University of Manchester. All rights reserved.