| 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<OWLSubAnnotationPropertyOfAxiom> |
AxiomType.SUB_ANNOTATION_PROPERTY_OF
SubAnnotationPropertyOf.
|
| Modifier and Type | Method and Description |
|---|---|
OWLSubAnnotationPropertyOfAxiom |
OWLSubAnnotationPropertyOfAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLSubAnnotationPropertyOfAxiom> |
OWLAxiomIndex.getSubAnnotationPropertyOfAxioms(OWLAnnotationProperty subProperty)
Deprecated.
use the stream method
|
Stream<OWLSubAnnotationPropertyOfAxiom> |
OWLAxiomIndex.subAnnotationPropertyOfAxioms(OWLAnnotationProperty subProperty)
Gets the
SubAnnotationPropertyOfAxioms where the specified
property is the sub-property. |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLAnnotationAxiomVisitorEx.visit(OWLSubAnnotationPropertyOfAxiom axiom)
visit OWLSubAnnotationPropertyOfAxiom type
|
default void |
OWLAnnotationAxiomVisitor.visit(OWLSubAnnotationPropertyOfAxiom axiom)
visit OWLSubAnnotationPropertyOfAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLSubAnnotationPropertyOfAxiom |
SubAxiomProvider.getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup) |
OWLSubAnnotationPropertyOfAxiom |
SubAxiomProvider.getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLSubAnnotationPropertyOfAxiom |
OWLObjectDuplicator.visit(OWLSubAnnotationPropertyOfAxiom ax) |
OWLSubAnnotationPropertyOfAxiom |
OWLObjectDesharer.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLSubAnnotationPropertyOfAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
void |
SimpleRenderer.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
OWLSubAnnotationPropertyOfAxiom |
OWLObjectDuplicator.visit(OWLSubAnnotationPropertyOfAxiom ax) |
OWLSubAnnotationPropertyOfAxiom |
OWLObjectDesharer.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
void |
StructureWalker.visit(OWLSubAnnotationPropertyOfAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLSubAnnotationPropertyOfAxiom |
BuilderSubAnnotationPropertyOf.buildObject() |
| Constructor and Description |
|---|
BuilderSubAnnotationPropertyOf(OWLSubAnnotationPropertyOfAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.