| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAnonymousIndividual
Represents Anonymous
Individuals in the OWL 2 Specification.
|
interface |
OWLLiteral
Represents a Literal
in the OWL 2 Specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IRI
Represents International Resource Identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
default <T extends OWLAnnotationValue,O> |
HasAnnotationValue.map(Class<T> witness,
Predicate<T> p,
Function<T,O> f,
O defaultValue)
Apply 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,O> |
HasAnnotationValue.map(Class<T> witness,
Predicate<T> p,
Function<T,O> f,
Supplier<O> s)
Apply 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> |
HasAnnotationValue.when(Class<T> witness,
Predicate<T> p,
Consumer<T> c,
Runnable r)
Execute 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).
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationValue |
HasAnnotationValue.annotationValue() |
default OWLAnnotationValue |
OWLAnnotationValue.annotationValue() |
default OWLAnnotationValue |
OWLAnnotation.annotationValue() |
default OWLAnnotationValue |
OWLAnnotationAssertionAxiom.annotationValue() |
OWLAnnotationValue |
OWLAnnotation.getValue()
Gets the annotation value.
|
OWLAnnotationValue |
OWLAnnotationAssertionAxiom.getValue()
Gets the annotation value.
|
| Modifier and Type | Method and Description |
|---|---|
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.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) |
| 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 |
|---|---|
OWLAnnotationValue |
BuilderAnnotationAssertion.getValue() |
OWLAnnotationValue |
BuilderAnnotation.getValue() |
| Modifier and Type | Method and Description |
|---|---|
BuilderAnnotationAssertion |
BuilderAnnotationAssertion.withValue(OWLAnnotationValue arg) |
BuilderAnnotation |
BuilderAnnotation.withValue(OWLAnnotationValue arg) |
Copyright © 2018 The University of Manchester. All rights reserved.