| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAnonymousIndividual
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
| Modifier and Type | Class and Description |
|---|---|
class |
IRI
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 14-Jan-2009 Represents International Resource Identifiers |
| 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) |
Copyright © 2013 The University of Manchester. All Rights Reserved.