| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLSubDataPropertyOfAxiom> |
AxiomType.SUB_DATA_PROPERTY
SubDataPropertyOf
|
| Modifier and Type | Method and Description |
|---|---|
OWLSubDataPropertyOfAxiom |
OWLSubDataPropertyOfAxiom.getAxiomWithoutAnnotations() |
OWLSubDataPropertyOfAxiom |
OWLDataFactory.getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression subProperty,
OWLDataPropertyExpression superProperty) |
OWLSubDataPropertyOfAxiom |
OWLDataFactory.getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression subProperty,
OWLDataPropertyExpression superProperty,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLSubDataPropertyOfAxiom> |
OWLEquivalentDataPropertiesAxiom.asSubDataPropertyOfAxioms() |
Set<OWLSubDataPropertyOfAxiom> |
OWLOntology.getDataSubPropertyAxiomsForSubProperty(OWLDataProperty subProperty)
Gets the
OWLSubDataPropertyOfAxioms
where the sub-property is equal to the specified property. |
Set<OWLSubDataPropertyOfAxiom> |
OWLOntology.getDataSubPropertyAxiomsForSuperProperty(OWLDataPropertyExpression superProperty)
Gets the
OWLSubDataPropertyOfAxioms
where the super-property (returned by
OWLSubPropertyAxiom.getSuperProperty()) is equal to the
specified property. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLSubDataPropertyOfAxiom axiom)
visit OWLSubDataPropertyOfAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLSubDataPropertyOfAxiom axiom)
visit OWLSubDataPropertyOfAxiom type
|
O |
OWLAxiomVisitorEx.visit(OWLSubDataPropertyOfAxiom axiom)
visit OWLSubDataPropertyOfAxiom type
|
void |
OWLAxiomVisitor.visit(OWLSubDataPropertyOfAxiom axiom)
visit OWLSubDataPropertyOfAxiom type
|
| Constructor and Description |
|---|
UseOfTopDataPropertyAsSubPropertyInSubPropertyAxiom(OWLOntology ontology,
OWLSubDataPropertyOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleRenderer.visit(OWLSubDataPropertyOfAxiom axiom) |
O |
OWLObjectVisitorExAdapter.visit(OWLSubDataPropertyOfAxiom axiom) |
void |
OWLObjectVisitorAdapter.visit(OWLSubDataPropertyOfAxiom axiom) |
void |
OWLObjectTypeIndexProvider.visit(OWLSubDataPropertyOfAxiom axiom) |
void |
OWLObjectDuplicator.visit(OWLSubDataPropertyOfAxiom axiom) |
void |
OWLObjectComponentCollector.visit(OWLSubDataPropertyOfAxiom axiom) |
void |
OWLEntityCollector.visit(OWLSubDataPropertyOfAxiom axiom) |
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(OWLSubDataPropertyOfAxiom axiom) |
O |
OWLAxiomVisitorExAdapter.visit(OWLSubDataPropertyOfAxiom axiom) |
void |
OWLAxiomVisitorAdapter.visit(OWLSubDataPropertyOfAxiom axiom) |
void |
OWLAxiomTypeProcessor.visit(OWLSubDataPropertyOfAxiom axiom) |
OWLAxiom |
NNF.visit(OWLSubDataPropertyOfAxiom axiom) |
Integer |
MaximumModalDepthFinder.visit(OWLSubDataPropertyOfAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLSubDataPropertyOfAxiom axiom) |
void |
HashCode.visit(OWLSubDataPropertyOfAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLSubDataPropertyOfAxiom axiom) |
O |
DelegatingObjectVisitorEx.visit(OWLSubDataPropertyOfAxiom axiom) |
void |
AxiomTypeProvider.visit(OWLSubDataPropertyOfAxiom axiom)
Deprecated.
|
void |
AxiomSubjectProvider.visit(OWLSubDataPropertyOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InferredSubDataPropertyAxiomGenerator.addAxioms(OWLDataProperty entity,
OWLReasoner reasoner,
OWLDataFactory dataFactory,
Set<OWLSubDataPropertyOfAxiom> result) |
Copyright © 2014 The University of Manchester. All Rights Reserved.