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

public abstract class ImportChangeData extends OWLOntologyChangeData
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: