Package | Description |
---|---|
org.obolibrary.macro | |
org.semanticweb.owlapi.apibinding |
Binding package
|
org.semanticweb.owlapi.dlsyntax.renderer | |
org.semanticweb.owlapi.functional.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(OWLDataPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
static OWLDataPropertyAssertionAxiom |
OWLFunctionalSyntaxFactory.DataPropertyAssertion(OWLDataPropertyExpression property,
OWLIndividual source,
OWLLiteral target) |
static OWLDataPropertyAssertionAxiom |
OWLFunctionalSyntaxFactory.DataPropertyAssertion(OWLDataPropertyExpression property,
OWLIndividual source,
OWLLiteral target,
Set<OWLAnnotation> a) |
Modifier and Type | Method and Description |
---|---|
void |
DLSyntaxObjectRenderer.visit(OWLDataPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLDataPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
LatexObjectVisitor.visit(OWLDataPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLDataPropertyAssertionAxiom axiom) |
Modifier and Type | Field and Description |
---|---|
static AxiomType<OWLDataPropertyAssertionAxiom> |
AxiomType.DATA_PROPERTY_ASSERTION
DataPropertyAssertion
|
Modifier and Type | Method and Description |
---|---|
Set<OWLDataPropertyAssertionAxiom> |
OWLAxiomIndex.getDataPropertyAssertionAxioms(OWLIndividual individual)
Gets the
OWLDataPropertyAssertionAxiom 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(OWLDataPropertyAssertionAxiom axiom)
visit OWLDataPropertyAssertionAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLDataPropertyAssertionAxiom axiom)
visit OWLDataPropertyAssertionAxiom type
|
Modifier and Type | Method and Description |
---|---|
void |
OWLXMLObjectRenderer.visit(OWLDataPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslator.visit(OWLDataPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLClassExpression |
SatisfiabilityReducer.visit(OWLDataPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
static Collection<OWLLiteral> |
Searcher.values(Collection<OWLDataPropertyAssertionAxiom> axioms,
OWLDataPropertyExpression p)
Retrieve literals from a collection of assertions.
|
Modifier and Type | Method and Description |
---|---|
OWLDataPropertyAssertionAxiom |
OWLObjectDesharer.visit(OWLDataPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
void |
StructureWalker.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
SimpleRendererDebug.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
SimpleRenderer.visit(OWLDataPropertyAssertionAxiom axiom) |
O |
OWLObjectVisitorExAdapter.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
OWLObjectTypeIndexProvider.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
OWLObjectDuplicator.visit(OWLDataPropertyAssertionAxiom axiom) |
OWLDataPropertyAssertionAxiom |
OWLObjectDesharer.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
OWLObjectComponentCollector.visit(OWLDataPropertyAssertionAxiom axiom) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLDataPropertyAssertionAxiom axiom) |
O |
OWLAxiomVisitorExAdapter.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
OWLAxiomVisitorAdapter.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDataPropertyAssertionAxiom axiom) |
OWLAxiom |
NNF.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
HashCode.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
DeprecatedOWLEntityCollector.visit(OWLDataPropertyAssertionAxiom axiom)
Deprecated.
|
O |
DelegatingObjectVisitorEx.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
AxiomSubjectProvider.visit(OWLDataPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLDataPropertyAssertionAxiom |
BuilderDataPropertyAssertion.buildObject() |
Constructor and Description |
---|
BuilderDataPropertyAssertion(OWLDataPropertyAssertionAxiom expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Class and Description |
---|---|
class |
OWLDataPropertyAssertionAxiomImpl |
Modifier and Type | Method and Description |
---|---|
Set<OWLDataPropertyAssertionAxiom> |
OWLAxiomIndexImpl.getDataPropertyAssertionAxioms(OWLIndividual individual) |
Modifier and Type | Method and Description |
---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
AbstractEntityRegistrationManager.visit(OWLDataPropertyAssertionAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
Set<OWLDataPropertyAssertionAxiom> |
ConcurrentOWLOntologyImpl.getDataPropertyAssertionAxioms(OWLIndividual owlIndividual) |
Copyright © 2020 The University of Manchester. All rights reserved.