| 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 |
|---|---|
OWLAnnotationValue |
OWLAnnotationAssertionAxiom.getValue()
Gets the annotation value.
|
OWLAnnotationValue |
OWLAnnotation.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,
java.util.stream.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,
java.util.stream.Stream<OWLAnnotation> annotations)
Shorthand for
getOWLAnnotation(getRDFSLabel(), getOWLLiteral(value), annotations) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.stream.Stream<OWLAnnotationValue> |
Searcher.values(java.util.stream.Stream<OWLAnnotation> annotations)
Retrieve annotation values from annotations.
|
static java.util.stream.Stream<OWLAnnotationValue> |
Searcher.values(java.util.stream.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 © 2017 The University of Manchester. All Rights Reserved.