public class RemoveAxiomData extends AxiomChangeData
RemoveAxiom
change. | Constructor and Description |
|---|
RemoveAxiomData(OWLAxiom axiom)
Constructs an
RemoveAxiomData object which specifies the removal
of an axiom from an ontology. |
| Modifier and Type | Method and Description |
|---|---|
<O> O |
accept(OWLOntologyChangeDataVisitor<O> visitor)
Accepts a visit from an
OWLOntologyChangeDataVisitor. |
RemoveAxiom |
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. |
getAxiom, getItemequals, hashCode, toStringgetSignature, signaturepublic RemoveAxiom createOntologyChange(OWLOntology ontology)
OWLOntologyChangeDataOWLOntologyChange 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 OWLOntologyChangeDataontology - 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)
OWLOntologyChangeDataOWLOntologyChangeDataVisitor.accept in class OWLOntologyChangeDataO - The return type for visitor's visit methods.visitor - The visitorCopyright © 2017 The University of Manchester. All Rights Reserved.