| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
| 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 |
| 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) |
Copyright © 2014 The University of Manchester. All Rights Reserved.