| Package | Description |
|---|---|
| org.semanticweb.owlapi.change |
Ontology change classes.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles.violations | |
| org.semanticweb.owlapi.search |
Search utulities package
|
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotation |
OntologyAnnotationChangeData.getAnnotation()
Gets the
OWLAnnotation that is the focus of some
AddOntologyAnnotation change. |
OWLAnnotation |
OntologyAnnotationChangeData.getItem() |
| 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. |
| 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) |
| Constructor and Description |
|---|
UseOfUndeclaredAnnotationProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLAnnotation annotation,
OWLAnnotationProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
static OWLAnnotation |
Searcher.annotationObject(OWLAnnotationAssertionAxiom axiom,
OWLAnnotationProperty p)
Retrieve the annotation from an annotation assertion axiom.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OWLAnnotation> |
Searcher.annotationObjects(Collection<OWLAnnotationAssertionAxiom> axioms)
Retrieve annotations from a collection of annotation assertion axioms.
|
static Collection<OWLAnnotation> |
Searcher.annotationObjects(Collection<OWLAnnotationAssertionAxiom> axioms,
OWLAnnotationProperty p)
Retrieve annotations from a collection of annotation assertion axioms.
|
static Collection<OWLAnnotation> |
Searcher.annotations(Collection<? extends OWLAxiom> axioms)
Retrieve annotations from a collection of axioms.
|
static Collection<OWLAnnotation> |
Searcher.annotations(Collection<? extends OWLAxiom> axioms,
OWLAnnotationProperty p)
Retrieve annotations from a collection of axioms.
|
static Set<OWLAnnotation> |
Searcher.annotations(OWLAxiom axiom,
OWLAnnotationProperty p)
Retrieve annotations from an axiom.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLAnnotationSubject e,
Iterable<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property; this is restricted to the object of
annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLAnnotationSubject e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property; this is restricted to the object of
annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLEntity e,
Iterable<OWLOntology> ontologies)
Obtains the annotations on this entity; this is restricted to the object
of annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLEntity e,
Iterable<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property; this is restricted to the object of
annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLEntity e,
OWLOntology ontology)
Obtains the annotations on this entity; this is restricted to the object
of annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLEntity e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property; this is restricted to the object of
annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
Iterable<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
OWLOntology ontology)
Gets the annotations for this entity.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLEntity e,
Iterable<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLEntity e,
OWLOntology ontology)
Gets the annotations for this entity.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLEntity e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OWLAnnotationValue> |
Searcher.values(Collection<OWLAnnotation> annotations)
Retrieve annotation values from annotations
|
static Collection<OWLAnnotationValue> |
Searcher.values(Collection<OWLAnnotation> annotations,
OWLAnnotationProperty p)
Retrieve annotation values from annotations
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotation |
OWLObjectWalker.getAnnotation()
Gets the last annotation to be visited.
|
OWLAnnotation |
OWLOntologyWalkerVisitorEx.getCurrentAnnotation() |
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 node) |
void |
OWLObjectVisitorAdapter.visit(OWLAnnotation node) |
void |
OWLObjectTypeIndexProvider.visit(OWLAnnotation node) |
void |
OWLObjectDuplicator.visit(OWLAnnotation node) |
void |
OWLObjectComponentCollector.visit(OWLAnnotation node) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLAnnotation node) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLAnnotation annotation) |
void |
OWLAnnotationPropertyTransformer.visit(OWLAnnotation node) |
void |
HashCode.visit(OWLAnnotation node) |
void |
DeprecatedOWLEntityCollector.visit(OWLAnnotation annotation)
Deprecated.
|
O |
DelegatingObjectVisitorEx.visit(OWLAnnotation node) |
Copyright © 2016 The University of Manchester. All Rights Reserved.