| 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<OWLDataPropertyAssertionAxiom> |
AxiomType.DATA_PROPERTY_ASSERTION
DataPropertyAssertion.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyAssertionAxiom |
OWLDataPropertyAssertionAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLDataPropertyAssertionAxiom> |
OWLAxiomIndex.dataPropertyAssertionAxioms(OWLIndividual individual)
Gets the
OWLDataPropertyAssertionAxioms contained in this
ontology that have the specified individual as the subject of the
axiom. |
default Set<OWLDataPropertyAssertionAxiom> |
OWLAxiomIndex.getDataPropertyAssertionAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLDataPropertyAssertionAxiom axiom)
visit OWLDataPropertyAssertionAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLDataPropertyAssertionAxiom axiom)
visit OWLDataPropertyAssertionAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
static Stream<OWLLiteral> |
Searcher.values(Stream<OWLDataPropertyAssertionAxiom> axioms,
OWLDataPropertyExpression p)
Retrieve literals from a collection of assertions.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyAssertionAxiom |
OWLObjectDuplicator.visit(OWLDataPropertyAssertionAxiom ax) |
OWLDataPropertyAssertionAxiom |
OWLObjectDesharer.visit(OWLDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLDataPropertyAssertionAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDataPropertyAssertionAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
SimpleRenderer.visit(OWLDataPropertyAssertionAxiom axiom) |
OWLDataPropertyAssertionAxiom |
OWLObjectDuplicator.visit(OWLDataPropertyAssertionAxiom ax) |
OWLDataPropertyAssertionAxiom |
OWLObjectDesharer.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
StructureWalker.visit(OWLDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyAssertionAxiom |
BuilderDataPropertyAssertion.buildObject() |
| Constructor and Description |
|---|
BuilderDataPropertyAssertion(OWLDataPropertyAssertionAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.