| Package | Description |
|---|---|
| org.semanticweb.owlapi.change |
Ontology change classes.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders 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(Collection<OWLAnnotation> annotations)
Gets an OWLAnnotation which is a copy of this annotation but which has the specified
annotations.
|
OWLAnnotation |
OWLAnnotation.getAnnotatedAnnotation(Stream<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.
|
default OWLAnnotation |
OWLDataFactory.getRDFSComment(OWLAnnotationValue value)
Shorthand for
getOWLAnnotation(getRDFSComment(), getOWLLiteral(value)) |
default OWLAnnotation |
OWLDataFactory.getRDFSComment(OWLAnnotationValue value,
Stream<OWLAnnotation> annotations)
Shorthand for
getOWLAnnotation(getRDFSComment(), getOWLLiteral(value), annotations) |
default OWLAnnotation |
OWLDataFactory.getRDFSComment(String value)
Shorthand for
getOWLAnnotation(getRDFSComment(), getOWLLiteral(value)) |
default OWLAnnotation |
OWLDataFactory.getRDFSComment(String value,
Stream<OWLAnnotation> annotations)
Shorthand for
getOWLAnnotation(getRDFSComment(), getOWLLiteral(value), annotations) |
default OWLAnnotation |
OWLDataFactory.getRDFSLabel(OWLAnnotationValue value)
Shorthand for
getOWLAnnotation(getRDFSLabel(), getOWLLiteral(value)) |
default OWLAnnotation |
OWLDataFactory.getRDFSLabel(OWLAnnotationValue value,
Stream<OWLAnnotation> annotations)
Shorthand for
getOWLAnnotation(getRDFSLabel(), getOWLLiteral(value), annotations) |
default OWLAnnotation |
OWLDataFactory.getRDFSLabel(String value)
Shorthand for
getOWLAnnotation(getRDFSLabel(), getOWLLiteral(value)) |
default OWLAnnotation |
OWLDataFactory.getRDFSLabel(String value,
Stream<OWLAnnotation> annotations)
Shorthand for
getOWLAnnotation(getRDFSLabel(), getOWLLiteral(value), annotations) |
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLAnnotation> |
HasAnnotations.annotations() |
default Stream<OWLAnnotation> |
HasAnnotations.annotations(OWLAnnotationProperty p) |
default Stream<OWLAnnotation> |
HasAnnotations.annotations(Predicate<OWLAnnotation> p) |
default List<OWLAnnotation> |
HasAnnotations.annotationsAsList() |
default Set<OWLAnnotation> |
HasAnnotations.getAnnotations()
Deprecated.
use the stream method
|
default Set<OWLAnnotation> |
HasAnnotations.getAnnotations(OWLAnnotationProperty annotationProperty)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLAnnotationObjectVisitorEx.visit(OWLAnnotation node)
visit OWLAnnotation type
|
default void |
OWLAnnotationObjectVisitor.visit(OWLAnnotation node)
visit OWLAnnotation type
|
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLAnnotation> |
HasAnnotations.annotations(Predicate<OWLAnnotation> p) |
OWLAnnotation |
OWLAnnotation.getAnnotatedAnnotation(Collection<OWLAnnotation> annotations)
Gets an OWLAnnotation which is a copy of this annotation but which has the specified
annotations.
|
OWLAnnotation |
OWLAnnotation.getAnnotatedAnnotation(Stream<OWLAnnotation> annotations)
Gets an OWLAnnotation which is a copy of this annotation but which has the specified
annotations.
|
default <T extends OWLAxiom> |
OWLAxiom.getAnnotatedAxiom(Class<T> witness,
Stream<OWLAnnotation> annotations)
Gets a copy of this axiom that is annotated with the specified
annotations.
|
default <T extends OWLAxiom> |
OWLAxiom.getAnnotatedAxiom(Collection<OWLAnnotation> annotations)
Gets a copy of this axiom that is annotated with the specified
annotations.
|
static <T extends OWLAxiom> |
OWLAxiom.getAnnotatedAxiom(Collection<OWLAnnotation> annotations,
T axiom)
Gets a copy of the input axiom that is annotated with the specified
annotations.
|
<T extends OWLAxiom> |
OWLAxiom.getAnnotatedAxiom(Stream<OWLAnnotation> annotations)
Gets a copy of this axiom that is annotated with the specified
annotations.
|
static <T extends OWLAxiom> |
OWLAxiom.getAnnotatedAxiom(Stream<OWLAnnotation> annotations,
T axiom)
Gets a copy of the input axiom that is annotated with the specified
annotations.
|
default OWLAnnotation |
OWLDataFactory.getRDFSComment(OWLAnnotationValue value,
Stream<OWLAnnotation> annotations)
Shorthand for
getOWLAnnotation(getRDFSComment(), getOWLLiteral(value), annotations) |
default OWLAnnotation |
OWLDataFactory.getRDFSComment(String value,
Stream<OWLAnnotation> annotations)
Shorthand for
getOWLAnnotation(getRDFSComment(), getOWLLiteral(value), annotations) |
default OWLAnnotation |
OWLDataFactory.getRDFSLabel(OWLAnnotationValue value,
Stream<OWLAnnotation> annotations)
Shorthand for
getOWLAnnotation(getRDFSLabel(), getOWLLiteral(value), annotations) |
default OWLAnnotation |
OWLDataFactory.getRDFSLabel(String value,
Stream<OWLAnnotation> annotations)
Shorthand for
getOWLAnnotation(getRDFSLabel(), getOWLLiteral(value), annotations) |
| 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 |
AnnotationProvider.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value)
Gets an annotation
|
default OWLAnnotation |
AnnotationProvider.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
Collection<OWLAnnotation> annotations)
Gets an annotation
|
default OWLAnnotation |
AnnotationProvider.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
OWLAnnotation annotation)
Gets an annotation
|
OWLAnnotation |
AnnotationProvider.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
Stream<OWLAnnotation> annotations)
Gets an annotation
|
| Modifier and Type | Method and Description |
|---|---|
default OWLAnnotation |
AnnotationProvider.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
OWLAnnotation annotation)
Gets an annotation
|
OWLAnnotationAssertionAxiom |
AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation) |
OWLAnnotationAssertionAxiom |
AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation,
Collection<OWLAnnotation> annotations) |
| Constructor and Description |
|---|
UseOfUndeclaredAnnotationProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLAnnotation annotation,
OWLAnnotationProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
static Stream<OWLAnnotation> |
Searcher.annotationObject(OWLAnnotationAssertionAxiom axiom,
OWLAnnotationProperty p)
Retrieve the annotation from an annotation assertion axiom.
|
static Stream<OWLAnnotation> |
Searcher.annotationObjects(Stream<OWLAnnotationAssertionAxiom> axioms)
Retrieve annotations from a collection of annotation assertion axioms.
|
static Stream<OWLAnnotation> |
Searcher.annotationObjects(Stream<OWLAnnotationAssertionAxiom> axioms,
OWLAnnotationProperty p)
Retrieve annotations from a collection of annotation assertion axioms.
|
static Stream<OWLAnnotation> |
Searcher.annotations(OWLAxiom axiom,
OWLAnnotationProperty p)
Retrieve annotations from an axiom.
|
static Stream<OWLAnnotation> |
Searcher.annotations(Stream<? extends OWLAxiom> axioms)
Retrieve annotations from a collection of axioms.
|
static Stream<OWLAnnotation> |
Searcher.annotations(Stream<? extends OWLAxiom> axioms,
OWLAnnotationProperty p)
Retrieve annotations from a collection of axioms.
|
static Stream<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 Stream<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLAnnotationSubject e,
Stream<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 Stream<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLEntity e,
OWLOntology ontology)
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 Stream<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 Stream<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLEntity e,
Stream<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 Stream<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
OWLOntology ontology)
Gets the annotations for this entity.
|
static Stream<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the specified annotation
property.
|
static Stream<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
Stream<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the specified annotation
property.
|
static Stream<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLEntity e,
OWLOntology ontology)
Gets the annotations for this entity.
|
static Stream<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLEntity e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the specified annotation
property.
|
static Stream<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLEntity e,
Stream<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the specified annotation
property.
|
| Modifier and Type | Method and Description |
|---|---|
static Stream<OWLAnnotationValue> |
Searcher.values(Stream<OWLAnnotation> annotations)
Retrieve annotation values from annotations.
|
static Stream<OWLAnnotationValue> |
Searcher.values(Stream<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() |
OWLAnnotation |
OWLObjectDuplicator.visit(OWLAnnotation node) |
OWLAnnotation |
OWLObjectDesharer.visit(OWLAnnotation node) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLObjectWalker.setAnnotation(OWLAnnotation node)
Allow the structure walker to set the current annotation.
|
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLAnnotation a) |
void |
OWLAnnotationPropertyTransformer.visit(OWLAnnotation node) |
O |
DelegatingObjectVisitorEx.visit(OWLAnnotation node) |
void |
SimpleRenderer.visit(OWLAnnotation node) |
OWLAnnotation |
OWLObjectDuplicator.visit(OWLAnnotation node) |
OWLAnnotation |
OWLObjectDesharer.visit(OWLAnnotation node) |
void |
StructureWalker.visit(OWLAnnotation node) |
Collection<OWLObject> |
OWLObjectComponentCollector.visit(OWLAnnotation l) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotation |
BuilderAnnotation.buildObject() |
| Modifier and Type | Method and Description |
|---|---|
B |
BaseBuilder.withAnnotation(OWLAnnotation arg) |
| Modifier and Type | Method and Description |
|---|---|
B |
BaseBuilder.withAnnotations(Collection<OWLAnnotation> arg) |
B |
BaseBuilder.withAnnotations(Stream<OWLAnnotation> arg) |
| Constructor and Description |
|---|
BuilderAnnotation(OWLAnnotation expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.