| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLAnnotationPropertyRangeAxiom> |
AxiomType.ANNOTATION_PROPERTY_RANGE
AnnotationPropertyRangeOf
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationPropertyRangeAxiom |
OWLAnnotationPropertyRangeAxiom.getAxiomWithoutAnnotations() |
OWLAnnotationPropertyRangeAxiom |
OWLDataFactory.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range) |
OWLAnnotationPropertyRangeAxiom |
OWLDataFactory.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAnnotationPropertyRangeAxiom> |
OWLAxiomIndex.getAnnotationPropertyRangeAxioms(OWLAnnotationProperty property)
Gets the
OWLAnnotationPropertyRangeAxioms where the specified
property is the property in the range axiom. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLAnnotationAxiomVisitorEx.visit(OWLAnnotationPropertyRangeAxiom axiom)
visit OWLAnnotationPropertyRangeAxiom type
|
void |
OWLAnnotationAxiomVisitor.visit(OWLAnnotationPropertyRangeAxiom axiom)
visit OWLAnnotationPropertyRangeAxiom type
|
Copyright © 2016 The University of Manchester. All Rights Reserved.