| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLSubPropertyChainOfAxiom> |
AxiomType.SUB_PROPERTY_CHAIN_OF
SubPropertyChainOf.
|
| Modifier and Type | Method and Description |
|---|---|
OWLSubPropertyChainOfAxiom |
OWLSubPropertyChainOfAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLSubPropertyChainOfAxiom axiom)
visit OWLSubPropertyChainOfAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLSubPropertyChainOfAxiom axiom)
visit OWLSubPropertyChainOfAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLSubPropertyChainOfAxiom |
PropertyChainAxiomProvider.getOWLSubPropertyChainOfAxiom(List<? extends OWLObjectPropertyExpression> chain,
OWLObjectPropertyExpression superProperty) |
OWLSubPropertyChainOfAxiom |
PropertyChainAxiomProvider.getOWLSubPropertyChainOfAxiom(List<? extends OWLObjectPropertyExpression> chain,
OWLObjectPropertyExpression superProperty,
Collection<OWLAnnotation> annotations) |
| Constructor and Description |
|---|
LastPropertyInChainNotInImposedRange(OWLOntology ontology,
OWLSubPropertyChainOfAxiom axiom,
OWLObjectPropertyRangeAxiom rangeAxiom) |
UseOfPropertyInChainCausesCycle(OWLOntology ontology,
OWLSubPropertyChainOfAxiom axiom,
OWLObjectPropertyExpression property) |
| Modifier and Type | Method and Description |
|---|---|
OWLSubPropertyChainOfAxiom |
OWLObjectDuplicator.visit(OWLSubPropertyChainOfAxiom ax) |
OWLSubPropertyChainOfAxiom |
OWLObjectDesharer.visit(OWLSubPropertyChainOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLSubPropertyChainOfAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLSubPropertyChainOfAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLSubPropertyChainOfAxiom axiom) |
void |
SimpleRenderer.visit(OWLSubPropertyChainOfAxiom axiom) |
OWLSubPropertyChainOfAxiom |
OWLObjectDuplicator.visit(OWLSubPropertyChainOfAxiom ax) |
OWLSubPropertyChainOfAxiom |
OWLObjectDesharer.visit(OWLSubPropertyChainOfAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLSubPropertyChainOfAxiom axiom) |
void |
StructureWalker.visit(OWLSubPropertyChainOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLSubPropertyChainOfAxiom |
BuilderPropertyChain.buildObject() |
| Constructor and Description |
|---|
BuilderPropertyChain(OWLSubPropertyChainOfAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.