| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLSubClassOfAxiom> |
AxiomType.SUBCLASS_OF
SubClassOf.
|
| Modifier and Type | Method and Description |
|---|---|
OWLSubClassOfAxiom |
OWLSubClassOfAxiomShortCut.asOWLSubClassOfAxiom()
Gets this axiom as an
OWLSubClassOfAxiom. |
OWLSubClassOfAxiom |
OWLSubClassOfAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLSubClassOfAxiom> |
OWLSubClassOfAxiomSetShortCut.asOWLSubClassOfAxioms() |
default Set<OWLSubClassOfAxiom> |
OWLAxiomIndex.getSubClassAxiomsForSubClass(OWLClass cls)
Deprecated.
use the stream method
|
default Set<OWLSubClassOfAxiom> |
OWLAxiomIndex.getSubClassAxiomsForSuperClass(OWLClass cls)
Deprecated.
use the stream method
|
default Stream<OWLSubClassOfAxiom> |
OWLAxiomIndex.subClassAxiomsForSubClass(OWLClass cls)
Gets all of the subclass axioms where the left hand side (the subclass)
is equal to the specified class.
|
default Stream<OWLSubClassOfAxiom> |
OWLAxiomIndex.subClassAxiomsForSuperClass(OWLClass cls)
Gets all of the subclass axioms where the right hand side (the
superclass) is equal to the specified class.
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLSubClassOfAxiom axiom)
visit OWLSubClassOfAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLSubClassOfAxiom axiom)
visit OWLSubClassOfAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLSubClassOfAxiom |
SubAxiomProvider.getOWLSubClassOfAxiom(OWLClassExpression subClass,
OWLClassExpression superClass) |
OWLSubClassOfAxiom |
SubAxiomProvider.getOWLSubClassOfAxiom(OWLClassExpression subClass,
OWLClassExpression superClass,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLSubClassOfAxiom |
OWLObjectDuplicator.visit(OWLSubClassOfAxiom ax) |
OWLSubClassOfAxiom |
OWLObjectDesharer.visit(OWLSubClassOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLAxiom |
NNF.visit(OWLSubClassOfAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLSubClassOfAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLSubClassOfAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLSubClassOfAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLSubClassOfAxiom axiom) |
void |
SimpleRenderer.visit(OWLSubClassOfAxiom axiom) |
OWLSubClassOfAxiom |
OWLObjectDuplicator.visit(OWLSubClassOfAxiom ax) |
OWLSubClassOfAxiom |
OWLObjectDesharer.visit(OWLSubClassOfAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLSubClassOfAxiom axiom) |
Integer |
MaximumModalDepthFinder.visit(OWLSubClassOfAxiom axiom) |
void |
StructureWalker.visit(OWLSubClassOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLSubClassOfAxiom |
BuilderSubClass.buildObject() |
| Constructor and Description |
|---|
BuilderSubClass(OWLSubClassOfAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.