| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLObjectPropertyAssertionAxiom> |
AxiomType.OBJECT_PROPERTY_ASSERTION
ObjectPropertyAssertion.
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectPropertyAssertionAxiom |
OWLObjectPropertyAssertionAxiom.getAxiomWithoutAnnotations() |
OWLObjectPropertyAssertionAxiom |
OWLObjectPropertyAssertionAxiom.getSimplified()
Gets a simplified version of this object property axiom.
|
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLObjectPropertyAssertionAxiom> |
OWLAxiomIndex.getObjectPropertyAssertionAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
default Stream<OWLObjectPropertyAssertionAxiom> |
OWLAxiomIndex.objectPropertyAssertionAxioms(OWLIndividual individual)
Gets the
OWLObjectPropertyAssertionAxioms contained in this
ontology that have the specified individual as the subject of the
axiom. |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLObjectPropertyAssertionAxiom axiom)
visit OWLObjectPropertyAssertionAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLObjectPropertyAssertionAxiom axiom)
visit OWLObjectPropertyAssertionAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLObjectPropertyAssertionAxiom |
ObjectAssertionProvider.getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLIndividual object) |
OWLObjectPropertyAssertionAxiom |
ObjectAssertionProvider.getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLIndividual object,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
static Stream<OWLIndividual> |
Searcher.values(Stream<OWLObjectPropertyAssertionAxiom> axioms,
OWLObjectPropertyExpression p)
Retrieve objects from a collection of assertions.
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectPropertyAssertionAxiom |
OWLObjectDuplicator.visit(OWLObjectPropertyAssertionAxiom ax) |
OWLObjectPropertyAssertionAxiom |
OWLObjectDesharer.visit(OWLObjectPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLObjectPropertyAssertionAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLObjectPropertyAssertionAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLObjectPropertyAssertionAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLObjectPropertyAssertionAxiom axiom) |
void |
SimpleRenderer.visit(OWLObjectPropertyAssertionAxiom axiom) |
OWLObjectPropertyAssertionAxiom |
OWLObjectDuplicator.visit(OWLObjectPropertyAssertionAxiom ax) |
OWLObjectPropertyAssertionAxiom |
OWLObjectDesharer.visit(OWLObjectPropertyAssertionAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLObjectPropertyAssertionAxiom axiom) |
void |
StructureWalker.visit(OWLObjectPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObjectPropertyAssertionAxiom |
BuilderObjectPropertyAssertion.buildObject() |
| Constructor and Description |
|---|
BuilderObjectPropertyAssertion(OWLObjectPropertyAssertionAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.