| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package
|
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.search |
Search utulities package
|
| org.semanticweb.owlapitools.builders | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
| Modifier and Type | Method and Description |
|---|---|
static OWLAnnotation |
OWLFunctionalSyntaxFactory.Annotation(OWLAnnotationProperty property,
OWLAnnotationValue value) |
static OWLAnnotationAssertionAxiom |
OWLFunctionalSyntaxFactory.AnnotationAssertion(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLAnnotationValue value) |
| 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 |
|---|---|
OWLAnnotation |
OWLDataFactory.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value)
Gets an annotation
|
OWLAnnotation |
OWLDataFactory.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations)
Gets an annotation
|
OWLAnnotationAssertionAxiom |
OWLDataFactory.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value) |
OWLAnnotationAssertionAxiom |
OWLDataFactory.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<OWLAnnotationValue> |
Searcher.values(Collection<OWLAnnotation> annotations)
Retrieve annotation values from annotations
|
static Collection<OWLAnnotationValue> |
Searcher.values(Collection<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) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLAnonymousIndividualImpl |
class |
OWLLiteralImpl
Implementation of
OWLLiteral that uses compression of strings. |
class |
OWLLiteralImplBoolean |
class |
OWLLiteralImplDouble |
class |
OWLLiteralImplFloat |
class |
OWLLiteralImplInteger |
class |
OWLLiteralImplNoCompression |
class |
OWLLiteralImplPlain
An OWLLiteral whose datatype is RDF_PLAIN_LITERAL
|
class |
OWLLiteralImplString
An OWLLiteral with xsd:string datatype and no language tag
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationValue |
OWLAnnotationImpl.getValue() |
OWLAnnotationValue |
OWLAnnotationAssertionAxiomImpl.getValue() |
| Constructor and Description |
|---|
OWLAnnotationAssertionAxiomImpl(OWLAnnotationSubject subject,
OWLAnnotationProperty property,
OWLAnnotationValue value,
Collection<? extends OWLAnnotation> annotations) |
OWLAnnotationImpl(OWLAnnotationProperty property,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations) |
Copyright © 2016 The University of Manchester. All Rights Reserved.