| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationSubject |
OWLFunctionalSyntaxParser.AnnotationSubject()
Annotation subject.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLAnnotationAssertionAxiom |
OWLFunctionalSyntaxFactory.AnnotationAssertion(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAnonymousIndividual
Represents Anonymous
Individuals in the OWL 2 Specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IRI |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationSubject |
OWLAnnotationAssertionAxiom.getSubject()
Gets the subject of the annotation assertion.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAnnotationAssertionAxiom> |
OWLOntology.getAnnotationAssertionAxioms(OWLAnnotationSubject entity)
Gets the axioms that annotate the specified entity.
|
OWLAnnotationAssertionAxiom |
OWLDataFactory.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value) |
OWLAnnotationAssertionAxiom |
OWLDataFactory.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationAssertionAxiom |
OWLDataFactory.getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation) |
OWLAnnotationAssertionAxiom |
OWLDataFactory.getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLAnonymousIndividualImpl |
| Modifier and Type | Field and Description |
|---|---|
protected MapPointer<OWLAnnotationSubject,OWLAnnotationAssertionAxiom> |
AbstractInternalsImpl.annotationAssertionAxiomsBySubject |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationSubject |
OWLAnnotationAssertionAxiomImpl.getSubject() |
| Modifier and Type | Method and Description |
|---|---|
Internals.Pointer<OWLAnnotationSubject,OWLAnnotationAssertionAxiom> |
Internals.getAnnotationAssertionAxiomsBySubject() |
MapPointer<OWLAnnotationSubject,OWLAnnotationAssertionAxiom> |
AbstractInternalsImpl.getAnnotationAssertionAxiomsBySubject() |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAnnotationAssertionAxiom> |
OWLOntologyImpl.getAnnotationAssertionAxioms(OWLAnnotationSubject subject) |
OWLAnnotationAssertionAxiom |
OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value) |
OWLAnnotationAssertionAxiom |
OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationAssertionAxiom |
OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation) |
OWLAnnotationAssertionAxiom |
OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation,
Set<? extends OWLAnnotation> annotations) |
| Constructor and Description |
|---|
OWLAnnotationAssertionAxiomImpl(OWLAnnotationSubject subject,
OWLAnnotationProperty property,
OWLAnnotationValue value,
Collection<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAnnotationAssertionAxiom> |
ManchesterOWLSyntaxFrameRenderer.writeAnnotations(OWLAnnotationSubject subject)
Write annotations.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.