Uses of Interface
org.semanticweb.owlapi.model.OWLAnnotationValue
Packages that use OWLAnnotationValue
Package
Description
Main API classes.
Provider interfaces.
Search utilities package.
Builders package.
-
Uses of OWLAnnotationValue in org.semanticweb.owlapi.model
Subinterfaces of OWLAnnotationValue in org.semanticweb.owlapi.modelModifier and TypeInterfaceDescriptioninterface
Represents Anonymous Individuals in the OWL 2 Specification.interface
Represents a Literal in the OWL 2 Specification.Classes in org.semanticweb.owlapi.model that implement OWLAnnotationValueMethods in org.semanticweb.owlapi.model with type parameters of type OWLAnnotationValueModifier and TypeMethodDescriptiondefault <T extends OWLAnnotationValue,
O>
OApply the function if and only if the annotation value is of the specified type and the predicate evaluates to true; the alternative supplier is executed if the predicate does not match or the type does not match (only once if both conditions do not match).default <T extends OWLAnnotationValue,
O>
OApply the function if and only if the annotation value is of the specified type and the predicate evaluates to true; the default value is returned if the predicate does not match or the type does not match.default <T extends OWLAnnotationValue>
voidExecute the consumer if and only if the annotation value is of the specified type and the predicate evaluates to true; the alternative runnable is executed if the predicate does not match or the type does not match (only once if both conditions do not match).Methods in org.semanticweb.owlapi.model that return OWLAnnotationValueModifier and TypeMethodDescriptionHasAnnotationValue.annotationValue()
default OWLAnnotationValue
OWLAnnotation.annotationValue()
default OWLAnnotationValue
OWLAnnotationAssertionAxiom.annotationValue()
default OWLAnnotationValue
OWLAnnotationValue.annotationValue()
OWLAnnotation.getValue()
Gets the annotation value.OWLAnnotationAssertionAxiom.getValue()
Gets the annotation value.Methods in org.semanticweb.owlapi.model with parameters of type OWLAnnotationValueModifier and TypeMethodDescriptiondefault OWLAnnotation
OWLDataFactory.getRDFSComment
(OWLAnnotationValue value) Shorthand forgetOWLAnnotation(getRDFSComment(), getOWLLiteral(value))
default OWLAnnotation
OWLDataFactory.getRDFSComment
(OWLAnnotationValue value, Stream<OWLAnnotation> annotations) Shorthand forgetOWLAnnotation(getRDFSComment(), getOWLLiteral(value), annotations)
default OWLAnnotation
OWLDataFactory.getRDFSLabel
(OWLAnnotationValue value) Shorthand forgetOWLAnnotation(getRDFSLabel(), getOWLLiteral(value))
default OWLAnnotation
OWLDataFactory.getRDFSLabel
(OWLAnnotationValue value, Stream<OWLAnnotation> annotations) Shorthand forgetOWLAnnotation(getRDFSLabel(), getOWLLiteral(value), annotations)
-
Uses of OWLAnnotationValue in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers with parameters of type OWLAnnotationValueModifier and TypeMethodDescriptionAnnotationProvider.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value) Gets an annotationdefault OWLAnnotation
AnnotationProvider.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) Gets an annotationAnnotationProvider.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations) Gets an annotationdefault OWLAnnotation
AnnotationProvider.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, OWLAnnotation annotation) Gets an annotationdefault OWLAnnotationAssertionAxiom
AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value) AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) -
Uses of OWLAnnotationValue in org.semanticweb.owlapi.search
Methods in org.semanticweb.owlapi.search that return types with arguments of type OWLAnnotationValueModifier and TypeMethodDescriptionstatic 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. -
Uses of OWLAnnotationValue in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLAnnotationValueModifier and TypeMethodDescriptionBuilderAnnotation.getValue()
BuilderAnnotationAssertion.getValue()
Methods in org.semanticweb.owlapitools.builders with parameters of type OWLAnnotationValueModifier and TypeMethodDescriptionBuilderAnnotation.withValue
(OWLAnnotationValue arg) BuilderAnnotationAssertion.withValue
(OWLAnnotationValue arg)