| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util |
| 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> |
OWLOntology.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
|
O |
OWLAxiomVisitorEx.visit(OWLNegativeObjectPropertyAssertionAxiom axiom)
visit OWLNegativeObjectPropertyAssertionAxiom type
|
void |
OWLAxiomVisitor.visit(OWLNegativeObjectPropertyAssertionAxiom axiom)
visit OWLNegativeObjectPropertyAssertionAxiom type
|
Copyright © 2014 The University of Manchester. All Rights Reserved.