| 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,
Collection<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 |
|---|---|
OWLDataPropertyAssertionAxiom |
OWLDataPropertyAssertionAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLDataPropertyAssertionAxiom> |
OWLAxiomIndex.dataPropertyAssertionAxioms(OWLIndividual individual)
Gets the
OWLDataPropertyAssertionAxioms contained in this
ontology that have the specified individual as the subject of the
axiom. |
default Set<OWLDataPropertyAssertionAxiom> |
OWLAxiomIndex.getDataPropertyAssertionAxioms(OWLIndividual individual)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLDataPropertyAssertionAxiom axiom)
visit OWLDataPropertyAssertionAxiom type
|
default 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 |
|---|---|
static Stream<OWLLiteral> |
Searcher.values(Stream<OWLDataPropertyAssertionAxiom> axioms,
OWLDataPropertyExpression p)
Retrieve literals from a collection of assertions.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyAssertionAxiom |
OWLObjectDuplicator.visit(OWLDataPropertyAssertionAxiom ax) |
OWLDataPropertyAssertionAxiom |
OWLObjectDesharer.visit(OWLDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
SimpleRenderer.visit(OWLDataPropertyAssertionAxiom axiom) |
OWLDataPropertyAssertionAxiom |
OWLObjectDuplicator.visit(OWLDataPropertyAssertionAxiom ax) |
OWLDataPropertyAssertionAxiom |
OWLObjectDesharer.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDataPropertyAssertionAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLDataPropertyAssertionAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.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 | Method and Description |
|---|---|
void |
SyntacticLocalityChecker.visit(OWLDataPropertyAssertionAxiom axiom) |
void |
SemanticLocalityChecker.visit(OWLDataPropertyAssertionAxiom axiom)
R(i,v) holds if {i} [= \ER.{v}
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLDataPropertyAssertionAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyAssertionAxiom |
OWLDataPropertyAssertionAxiomImpl.getAxiomWithoutAnnotations() |
OWLDataPropertyAssertionAxiom |
OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLDataPropertyAssertionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLDataPropertyAssertionAxiom> |
ConcurrentOWLOntologyImpl.dataPropertyAssertionAxioms(OWLIndividual individual) |
Set<OWLDataPropertyAssertionAxiom> |
ConcurrentOWLOntologyImpl.getDataPropertyAssertionAxioms(OWLIndividual owlIndividual) |
Copyright © 2017 The University of Manchester. All rights reserved.