| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLNegativeDataPropertyAssertionAxiom> |
AxiomType.NEGATIVE_DATA_PROPERTY_ASSERTION
NegativeDataPropertyAssertion
|
| Modifier and Type | Method and Description |
|---|---|
OWLNegativeDataPropertyAssertionAxiom |
OWLNegativeDataPropertyAssertionAxiom.getAxiomWithoutAnnotations() |
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object) |
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLNegativeDataPropertyAssertionAxiom> |
OWLOntology.getNegativeDataPropertyAssertionAxioms(OWLIndividual individual)
Gets the
OWLNegativeDataPropertyAssertionAxiom
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(OWLNegativeDataPropertyAssertionAxiom axiom)
visit OWLNegativeDataPropertyAssertionAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLNegativeDataPropertyAssertionAxiom axiom)
visit OWLNegativeDataPropertyAssertionAxiom type
|
O |
OWLAxiomVisitorEx.visit(OWLNegativeDataPropertyAssertionAxiom axiom)
visit OWLNegativeDataPropertyAssertionAxiom type
|
void |
OWLAxiomVisitor.visit(OWLNegativeDataPropertyAssertionAxiom axiom)
visit OWLNegativeDataPropertyAssertionAxiom type
|
Copyright © 2014 The University of Manchester. All Rights Reserved.