| Package | Description |
|---|---|
| org.semanticweb.owlapi.change | |
| org.semanticweb.owlapi.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AddAxiomData
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 27/04/2012 |
class |
AddImportData
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 27/04/2012 |
class |
AddOntologyAnnotationData
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 27/04/2012 |
class |
AxiomChangeData
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 27/04/2012 |
class |
ImportChangeData
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 27/04/2012 |
class |
OntologyAnnotationChangeData
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 27/04/2012 |
class |
RemoveAxiomData
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 27/04/2012 |
class |
RemoveImportData
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 27/04/2012 |
class |
RemoveOntologyAnnotationData
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 27/04/2012 |
class |
SetOntologyIDData
Author: Matthew Horridge
Stanford University Bio-Medical Informatics Research Group Date: 27/04/2012 |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyChangeData |
OWLOntologyChangeRecord.getData()
Gets the
OWLOntologyChangeData which is associated with this OWLOntologyChangeRecord. |
| Constructor and Description |
|---|
OWLOntologyChangeRecord(OWLOntologyID ontologyID,
OWLOntologyChangeData data)
Constructs an
OWLOntologyChangeRecord object which holds information about a change to a particular
ontology identified by an OWLOntologyID object and also change details specified by the OWLOntologyChangeData object. |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyChangeData |
RemoveOntologyAnnotation.getChangeData() |
abstract OWLOntologyChangeData |
OWLOntologyChange.getChangeData()
Gets the data (independent of the ontology) associated with this specific change.
|
Copyright © 2013 The University of Manchester. All Rights Reserved.