| 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<OWLAnnotationPropertyRangeAxiom> |
AxiomType.ANNOTATION_PROPERTY_RANGE
AnnotationPropertyRangeOf.
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationPropertyRangeAxiom |
OWLAnnotationPropertyRangeAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLAnnotationPropertyRangeAxiom> |
OWLAxiomIndex.annotationPropertyRangeAxioms(OWLAnnotationProperty property)
Gets the
OWLAnnotationPropertyRangeAxioms where the specified
property is the property in the range axiom. |
default Set<OWLAnnotationPropertyRangeAxiom> |
OWLAxiomIndex.getAnnotationPropertyRangeAxioms(OWLAnnotationProperty property)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLAnnotationAxiomVisitorEx.visit(OWLAnnotationPropertyRangeAxiom axiom)
visit OWLAnnotationPropertyRangeAxiom type
|
default void |
OWLAnnotationAxiomVisitor.visit(OWLAnnotationPropertyRangeAxiom axiom)
visit OWLAnnotationPropertyRangeAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLAnnotationPropertyRangeAxiom |
RangeAxiomProvider.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range) |
OWLAnnotationPropertyRangeAxiom |
RangeAxiomProvider.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationPropertyRangeAxiom |
OWLObjectDuplicator.visit(OWLAnnotationPropertyRangeAxiom ax) |
OWLAnnotationPropertyRangeAxiom |
OWLObjectDesharer.visit(OWLAnnotationPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLAnnotationPropertyRangeAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLAnnotationPropertyRangeAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLAnnotationPropertyRangeAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLAnnotationPropertyRangeAxiom axiom) |
void |
SimpleRenderer.visit(OWLAnnotationPropertyRangeAxiom axiom) |
OWLAnnotationPropertyRangeAxiom |
OWLObjectDuplicator.visit(OWLAnnotationPropertyRangeAxiom ax) |
OWLAnnotationPropertyRangeAxiom |
OWLObjectDesharer.visit(OWLAnnotationPropertyRangeAxiom axiom) |
void |
StructureWalker.visit(OWLAnnotationPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationPropertyRangeAxiom |
BuilderAnnotationPropertyRange.buildObject() |
| Constructor and Description |
|---|
BuilderAnnotationPropertyRange(OWLAnnotationPropertyRangeAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.