Uses of Interface
org.semanticweb.owlapi.model.OWLAnnotationValue
Packages that use OWLAnnotationValue
Package
Description
Binding package.
Functional syntax parser and renderer.
LaTeX syntax renderer.
Main API classes.
Provider interfaces.
Search utilities package.
Builders package.
OWL API reference implementation package.
-
Uses of OWLAnnotationValue in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding with parameters of type OWLAnnotationValueModifier and TypeMethodDescriptionstatic OWLAnnotation
OWLFunctionalSyntaxFactory.Annotation
(OWLAnnotationProperty property, OWLAnnotationValue value) static OWLAnnotation
OWLFunctionalSyntaxFactory.Annotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> anns) static OWLAnnotation
OWLFunctionalSyntaxFactory.Annotation
(OWLAnnotationProperty property, OWLAnnotationValue value, OWLAnnotation... anns) static OWLAnnotationAssertionAxiom
OWLFunctionalSyntaxFactory.AnnotationAssertion
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value) static OWLAnnotationAssertionAxiom
OWLFunctionalSyntaxFactory.AnnotationAssertion
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> set) static OWLAnnotationAssertionAxiom
OWLFunctionalSyntaxFactory.AnnotationAssertion
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, OWLAnnotation... set) -
Uses of OWLAnnotationValue in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLAnnotationValueModifier and TypeMethodDescriptionfinal OWLAnnotationValue
OWLFunctionalSyntaxParser.AnnotationValue()
-
Uses of OWLAnnotationValue in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLAnnotationValue -
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) -
Uses of OWLAnnotationValue in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLAnnotationValueModifier and TypeClassDescriptionclass
class
Implementation ofOWLLiteral
that uses compression of strings.class
class
class
class
class
class
class
An OWLLiteral whose datatype is RDF_LANG_STRING or XSD_STRINGclass
An OWLLiteral with xsd:string datatype and no language tag.Methods in uk.ac.manchester.cs.owl.owlapi that return OWLAnnotationValueModifier and TypeMethodDescriptionOWLAnnotationAssertionAxiomImpl.getValue()
OWLAnnotationImplNotAnnotated.getValue()
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLAnnotationValueModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value) OWLDataFactoryImpl.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations) OWLDataFactoryInternals.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations) Construct an OWLAnnotation.OWLDataFactoryInternalsImpl.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> anns) OWLDataFactoryInternalsImplNoCache.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) Constructors in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLAnnotationValueModifierConstructorDescriptionOWLAnnotationAssertionAxiomImpl
(OWLAnnotationSubject subject, OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) OWLAnnotationImpl
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations) OWLAnnotationImplNotAnnotated
(OWLAnnotationProperty property, OWLAnnotationValue value)