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.
Modifier | Constructor and Description |
---|---|
protected |
ImportChangeData(OWLImportsDeclaration declaration)
Constructs an
ImportChangeData object that describes an ImportChange
based on the OWLImportsDeclaration specified by the declaration parameter. |
Modifier and Type | Method and Description |
---|---|
OWLImportsDeclaration |
getDeclaration()
Gets the
OWLImportsDeclaration that this change data describes. |
accept, createOntologyChange
protected ImportChangeData(OWLImportsDeclaration declaration)
ImportChangeData
object that describes an ImportChange
based on the OWLImportsDeclaration
specified by the declaration
parameter.declaration
- The OWLImportsDeclaration
that is the focus of some change. Not null
.java.lang.NullPointerException
- if declaration
is null
.public OWLImportsDeclaration getDeclaration()
OWLImportsDeclaration
that this change data describes.OWLImportsDeclaration
. Not null
.