| 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<OWLNegativeObjectPropertyAssertionAxiom> |
AxiomType.NEGATIVE_OBJECT_PROPERTY_ASSERTION
NegativeObjectPropertyAssertion.
|
| Modifier and Type | Method and Description |
|---|---|
OWLNegativeObjectPropertyAssertionAxiom |
OWLNegativeObjectPropertyAssertionAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLNegativeObjectPropertyAssertionAxiom> |
OWLAxiomIndex.getNegativeObjectPropertyAssertionAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
default Stream<OWLNegativeObjectPropertyAssertionAxiom> |
OWLAxiomIndex.negativeObjectPropertyAssertionAxioms(OWLIndividual individual)
Gets the
OWLNegativeObjectPropertyAssertionAxiom s 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(OWLNegativeObjectPropertyAssertionAxiom axiom)
visit OWLNegativeObjectPropertyAssertionAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLNegativeObjectPropertyAssertionAxiom axiom)
visit OWLNegativeObjectPropertyAssertionAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLNegativeObjectPropertyAssertionAxiom |
ObjectAssertionProvider.getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual subject,
OWLIndividual object) |
OWLNegativeObjectPropertyAssertionAxiom |
ObjectAssertionProvider.getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual subject,
OWLIndividual object,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
static Stream<OWLIndividual> |
Searcher.negValues(Stream<OWLNegativeObjectPropertyAssertionAxiom> axioms,
OWLObjectPropertyExpression p)
Retrieve objects from a collection of negative assertions.
|
| Modifier and Type | Method and Description |
|---|---|
OWLNegativeObjectPropertyAssertionAxiom |
OWLObjectDuplicator.visit(OWLNegativeObjectPropertyAssertionAxiom ax) |
OWLNegativeObjectPropertyAssertionAxiom |
OWLObjectDesharer.visit(OWLNegativeObjectPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLNegativeObjectPropertyAssertionAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLNegativeObjectPropertyAssertionAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLNegativeObjectPropertyAssertionAxiom axiom) |
void |
SimpleRenderer.visit(OWLNegativeObjectPropertyAssertionAxiom axiom) |
OWLNegativeObjectPropertyAssertionAxiom |
OWLObjectDuplicator.visit(OWLNegativeObjectPropertyAssertionAxiom ax) |
OWLNegativeObjectPropertyAssertionAxiom |
OWLObjectDesharer.visit(OWLNegativeObjectPropertyAssertionAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLNegativeObjectPropertyAssertionAxiom axiom) |
void |
StructureWalker.visit(OWLNegativeObjectPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLNegativeObjectPropertyAssertionAxiom |
BuilderNegativeObjectPropertyAssertion.buildObject() |
| Constructor and Description |
|---|
BuilderNegativeObjectPropertyAssertion(OWLNegativeObjectPropertyAssertionAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.