| 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<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> |
OWLAxiomIndex.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
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OWLIndividual> |
Searcher.values(Collection<OWLObjectPropertyAssertionAxiom> axioms,
OWLObjectPropertyExpression p)
Retrieve objects from a collection of assertions.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.