public abstract class AxiomChangeData extends OWLOntologyChangeData
OWLAxiomChange.| Constructor and Description |
|---|
AxiomChangeData(OWLAxiom axiom)
Constructs an
AxiomChangeData object that describes a change
involving the specified axiom. |
| Modifier and Type | Method and Description |
|---|---|
OWLAxiom |
getAxiom()
Gets the
OWLAxiom that is associated with this change data. |
accept, createOntologyChangepublic AxiomChangeData(OWLAxiom axiom)
AxiomChangeData object that describes a change
involving the specified axiom.axiom - The OWLAxiom involved in a change.NullPointerException - if axiom is null.Copyright © 2014 The University of Manchester. All Rights Reserved.