| Package | Description |
|---|---|
| org.semanticweb.owlapi.change | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotation |
OntologyAnnotationChangeData.getAnnotation()
Gets the
OWLAnnotation that is the focus of some
AddOntologyAnnotation change. |
| Constructor and Description |
|---|
AddOntologyAnnotationData(OWLAnnotation annotation)
Constructs an
AddOntologyAnnotationData object that describes an
AddOntologyAnnotation change for the OWLAnnotation
specified by the annotation parameter. |
OntologyAnnotationChangeData(OWLAnnotation annotation)
Constructs an
OntologyAnnotationChangeData object that describes
an AddOntologyAnnotation change for the OWLAnnotation
specified by the annotation parameter. |
RemoveOntologyAnnotationData(OWLAnnotation annotation)
Constructs a
RemoveOntologyAnnotationData object that describes a
RemoveOntologyAnnotation change for
the OWLAnnotation specified by the annotation parameter. |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotation |
OWLAnnotation.getAnnotatedAnnotation(Set<OWLAnnotation> annotations)
Gets an OWLAnnotation which is a copy of this annotation but which has
the specified annotations.
|
OWLAnnotation |
OWLAnnotationAssertionAxiom.getAnnotation()
Gets the combination of the annotation property and the annotation value
as an
OWLAnnotation object. |
OWLAnnotation |
AnnotationChange.getAnnotation()
Gets the annotation that was added to an ontology.
|
OWLAnnotation |
OWLDataFactory.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value)
Gets an annotation
|
OWLAnnotation |
OWLDataFactory.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations)
Gets an annotation
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAnnotation> |
OWLOntology.getAnnotations()
Gets the annotations on this ontology.
|
Set<OWLAnnotation> |
OWLAxiom.getAnnotations()
Gets the annotations that are annotate this axiom.
|
Set<OWLAnnotation> |
OWLAnnotation.getAnnotations()
Gets the annotations on this annotation
|
Set<OWLAnnotation> |
HasAnnotations.getAnnotations()
Gets the annotations on this object.
|
Set<OWLAnnotation> |
OWLAxiom.getAnnotations(OWLAnnotationProperty annotationProperty)
Gets the annotations that annotate this axiom and whose annotation
property is equal to
annotationProperty. |
Set<OWLAnnotation> |
OWLEntity.getAnnotations(OWLOntology ontology)
Gets the annotations for this entity.
|
Set<OWLAnnotation> |
OWLEntity.getAnnotations(OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property.
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationAssertionAxiom |
OWLDataFactory.getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation) |
OWLAnnotationAssertionAxiom |
OWLDataFactory.getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation,
Set<? extends OWLAnnotation> annotations) |
O |
OWLAnnotationObjectVisitorEx.visit(OWLAnnotation node)
visit OWLAnnotation type
|
void |
OWLAnnotationObjectVisitor.visit(OWLAnnotation node)
visit OWLAnnotation type
|
| Constructor and Description |
|---|
AddOntologyAnnotation(OWLOntology ont,
OWLAnnotation annotation) |
AnnotationChange(OWLOntology ont,
OWLAnnotation annotation) |
RemoveOntologyAnnotation(OWLOntology ont,
OWLAnnotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotation |
UseOfUndeclaredAnnotationProperty.getOWLAnnotation() |
| Constructor and Description |
|---|
UseOfUndeclaredAnnotationProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLAnnotation annotation,
OWLAnnotationProperty prop) |
| Modifier and Type | Field and Description |
|---|---|
protected OWLAnnotation |
OWLObjectWalker.annotation |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotation |
OWLObjectWalker.getAnnotation()
Gets the last annotation to be visited.
|
OWLAnnotation |
OWLOntologyWalkerVisitor.getCurrentAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLObjectWalker.setAnnotation(OWLAnnotation node)
Allow the structure walker to set the current annotation
|
void |
StructureWalker.visit(OWLAnnotation node) |
void |
SimpleRenderer.visit(OWLAnnotation node) |
O |
OWLObjectVisitorExAdapter.visit(OWLAnnotation annotation) |
void |
OWLObjectVisitorAdapter.visit(OWLAnnotation node) |
void |
OWLObjectTypeIndexProvider.visit(OWLAnnotation node) |
void |
OWLObjectDuplicator.visit(OWLAnnotation node) |
void |
OWLObjectComponentCollector.visit(OWLAnnotation node) |
void |
OWLEntityCollector.visit(OWLAnnotation annotation) |
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(OWLAnnotation node) |
Integer |
MaximumModalDepthFinder.visit(OWLAnnotation node) |
void |
HashCode.visit(OWLAnnotation node) |
void |
DLExpressivityChecker.visit(OWLAnnotation annotation) |
O |
DelegatingObjectVisitorEx.visit(OWLAnnotation annotation) |
Copyright © 2014 The University of Manchester. All Rights Reserved.