| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.search |
Search utulities package
|
| org.semanticweb.owlapi.util |
Utilities 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() |
OWLNegativeObjectPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual subject,
OWLIndividual object) |
OWLNegativeObjectPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual subject,
OWLIndividual object,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLNegativeObjectPropertyAssertionAxiom> |
OWLAxiomIndex.getNegativeObjectPropertyAssertionAxioms(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 |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLNegativeObjectPropertyAssertionAxiom axiom)
visit OWLNegativeObjectPropertyAssertionAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLNegativeObjectPropertyAssertionAxiom axiom)
visit OWLNegativeObjectPropertyAssertionAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OWLIndividual> |
Searcher.negValues(Collection<OWLNegativeObjectPropertyAssertionAxiom> axioms,
OWLObjectPropertyExpression p)
Retrieve objects from a collection of negative assertions.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.