Package org.semanticweb.owlapi.change
Class ImportChangeData
java.lang.Object
org.semanticweb.owlapi.change.OWLOntologyChangeData
org.semanticweb.owlapi.change.ImportChangeData
- All Implemented Interfaces:
Serializable
,HasSignature
- Direct Known Subclasses:
AddImportData
,RemoveImportData
Instances of this class represent
OWLOntologyChangeData
for changes
that that are specific to the addition or removal of import statements
to/from an ontology.- Since:
- 3.3
- Author:
- Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets theOWLImportsDeclaration
that this change data describes.getItem()
Methods inherited from class org.semanticweb.owlapi.change.OWLOntologyChangeData
accept, createOntologyChange, equals, hashCode, toString
Methods inherited from interface org.semanticweb.owlapi.model.HasSignature
getSignature, signature, unsortedSignature
-
Method Details
-
getDeclaration
Gets theOWLImportsDeclaration
that this change data describes.- Returns:
- The
OWLImportsDeclaration
.
-
getItem
- Specified by:
getItem
in classOWLOntologyChangeData
- Returns:
- the object this change is adding or removing
-