public abstract class ImportChangeData extends OWLOntologyChangeData
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. |
Set<OWLEntity> |
getSignature()
Gets the (possibly empty) signature of this change data.
|
accept, createOntologyChangeprotected 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.NullPointerException - if declaration is null.public OWLImportsDeclaration getDeclaration()
OWLImportsDeclaration that this change data describes.OWLImportsDeclaration. Not null.public Set<OWLEntity> getSignature()
OWLOntologyChangeDatagetSignature in interface HasSignaturegetSignature in class OWLOntologyChangeDataOWLEntity objects that represent the signature
of this change data. Not null.Copyright © 2014 The University of Manchester. All Rights Reserved.