public class RemoveImportData extends ImportChangeData
RemoveImport
change. Constructor and Description |
---|
RemoveImportData(OWLImportsDeclaration declaration)
Constructs a
RemoveImportData object that describes a
RemoveImport change for the
OWLImportsDeclaration specified by the declaration
parameter. |
Modifier and Type | Method and Description |
---|---|
<O> O |
accept(OWLOntologyChangeDataVisitor<O> visitor)
Accepts a visit from an
OWLOntologyChangeDataVisitor . |
RemoveImport |
createOntologyChange(OWLOntology ontology)
Creates an
OWLOntologyChange object that pertains to the
specified ontology , which when applied to the specified ontology
enacts the change described by this info object. |
getDeclaration, getItem
equals, hashCode, toString
getSignature, signature, unsortedSignature
public RemoveImportData(OWLImportsDeclaration declaration)
RemoveImportData
object that describes a
RemoveImport
change for the
OWLImportsDeclaration
specified by the declaration
parameter.declaration
- The OWLImportsDeclaration
that is the focus of some change.public RemoveImport createOntologyChange(OWLOntology ontology)
OWLOntologyChangeData
OWLOntologyChange
object that pertains to the
specified ontology
, which when applied to the specified ontology
enacts the change described by this info object.createOntologyChange
in class OWLOntologyChangeData
ontology
- The OWLOntology
that the change should apply to.OWLOntologyChange
object that applies to ontology
and changes
ontology
in a way that is consistent with this the information held in this OWLOntologyChangeData
object.public <O> O accept(OWLOntologyChangeDataVisitor<O> visitor)
OWLOntologyChangeData
OWLOntologyChangeDataVisitor
.accept
in class OWLOntologyChangeData
O
- The return type for visitor's visit methods.visitor
- The visitorCopyright © 2020 The University of Manchester. All rights reserved.