Package | Description |
---|---|
org.obolibrary.macro | |
org.semanticweb.owlapi.apibinding |
Binding package
|
org.semanticweb.owlapi.dlsyntax.renderer | |
org.semanticweb.owlapi.functional.renderer | |
org.semanticweb.owlapi.krss2.renderer | |
org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer
|
org.semanticweb.owlapi.manchestersyntax.renderer | |
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.owlxml.renderer | |
org.semanticweb.owlapi.rdf.model |
RDF model package
|
org.semanticweb.owlapi.reasoner.impl |
OWLReasoner implementation package
|
org.semanticweb.owlapi.search |
Search utulities package
|
org.semanticweb.owlapi.util |
Utilities package
|
org.semanticweb.owlapitools.builders | |
uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
uk.ac.manchester.cs.owl.owlapi.concurrent |
Modifier and Type | Method and Description |
---|---|
OWLAxiom |
AbstractMacroExpansionVisitor.visit(OWLObjectPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
static OWLObjectPropertyAssertionAxiom |
OWLFunctionalSyntaxFactory.ObjectPropertyAssertion(OWLObjectPropertyExpression property,
OWLIndividual source,
OWLIndividual target) |
static OWLObjectPropertyAssertionAxiom |
OWLFunctionalSyntaxFactory.ObjectPropertyAssertion(OWLObjectPropertyExpression property,
OWLIndividual source,
OWLIndividual target,
Set<OWLAnnotation> a) |
Modifier and Type | Method and Description |
---|---|
void |
DLSyntaxObjectRenderer.visit(OWLObjectPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLObjectPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
KRSSObjectRenderer.visit(OWLObjectPropertyAssertionAxiom axiom) |
void |
KRSS2ObjectRenderer.visit(OWLObjectPropertyAssertionAxiom axiom) |
void |
KRSS2OWLObjectRenderer.visit(OWLObjectPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
LatexObjectVisitor.visit(OWLObjectPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLObjectPropertyAssertionAxiom axiom) |
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
OWLObjectPropertyAssertionAxiom 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(OWLObjectPropertyAssertionAxiom axiom)
visit OWLObjectPropertyAssertionAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLObjectPropertyAssertionAxiom axiom)
visit OWLObjectPropertyAssertionAxiom type
|
Modifier and Type | Method and Description |
---|---|
void |
OWLXMLObjectRenderer.visit(OWLObjectPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslator.visit(OWLObjectPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLClassExpression |
SatisfiabilityReducer.visit(OWLObjectPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
static Collection<OWLIndividual> |
Searcher.values(Collection<OWLObjectPropertyAssertionAxiom> axioms,
OWLObjectPropertyExpression p)
Retrieve objects from a collection of assertions.
|
Modifier and Type | Method and Description |
---|---|
OWLObjectPropertyAssertionAxiom |
OWLObjectDesharer.visit(OWLObjectPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLObjectPropertyAssertionAxiom |
BuilderObjectPropertyAssertion.buildObject() |
Constructor and Description |
---|
BuilderObjectPropertyAssertion(OWLObjectPropertyAssertionAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Class and Description |
---|---|
class |
OWLObjectPropertyAssertionAxiomImpl |
Modifier and Type | Method and Description |
---|---|
OWLObjectPropertyAssertionAxiom |
OWLObjectPropertyAssertionAxiomImpl.getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
OWLObjectPropertyAssertionAxiom |
OWLObjectPropertyAssertionAxiomImpl.getAxiomWithoutAnnotations() |
OWLObjectPropertyAssertionAxiom |
OWLDataFactoryImpl.getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLIndividual object) |
OWLObjectPropertyAssertionAxiom |
OWLDataFactoryImpl.getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLIndividual object,
Set<? extends OWLAnnotation> annotations) |
OWLObjectPropertyAssertionAxiom |
OWLObjectPropertyAssertionAxiomImpl.getSimplified() |
Modifier and Type | Method and Description |
---|---|
Set<OWLObjectPropertyAssertionAxiom> |
OWLAxiomIndexImpl.getObjectPropertyAssertionAxioms(OWLIndividual individual) |
Modifier and Type | Method and Description |
---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLObjectPropertyAssertionAxiom axiom) |
void |
AbstractEntityRegistrationManager.visit(OWLObjectPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
Set<OWLObjectPropertyAssertionAxiom> |
ConcurrentOWLOntologyImpl.getObjectPropertyAssertionAxioms(OWLIndividual owlIndividual) |
Copyright © 2020 The University of Manchester. All rights reserved.