| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLObjectPropertyAssertionAxiom> |
AxiomType.OBJECT_PROPERTY_ASSERTION
ObjectPropertyAssertion
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectPropertyAssertionAxiom |
OWLObjectPropertyAssertionAxiom.getAxiomWithoutAnnotations() |
OWLObjectPropertyAssertionAxiom |
OWLDataFactory.getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLIndividual object) |
OWLObjectPropertyAssertionAxiom |
OWLDataFactory.getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLIndividual object,
Set<? extends OWLAnnotation> annotations) |
OWLObjectPropertyAssertionAxiom |
OWLObjectPropertyAssertionAxiom.getSimplified()
Gets a simplified version of this object property axiom.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLObjectPropertyAssertionAxiom> |
OWLOntology.getObjectPropertyAssertionAxioms(OWLIndividual individual)
Gets the
OWLObjectPropertyAssertionAxioms
contained in this ontology that have the specified individual as
the subject of the axiom. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLObjectPropertyAssertionAxiom axiom)
visit OWLObjectPropertyAssertionAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLObjectPropertyAssertionAxiom axiom)
visit OWLObjectPropertyAssertionAxiom type
|
O |
OWLAxiomVisitorEx.visit(OWLObjectPropertyAssertionAxiom axiom)
visit OWLObjectPropertyAssertionAxiom type
|
void |
OWLAxiomVisitor.visit(OWLObjectPropertyAssertionAxiom axiom)
visit OWLObjectPropertyAssertionAxiom type
|
Copyright © 2014 The University of Manchester. All Rights Reserved.