public abstract class AxiomChangeData extends OWLOntologyChangeData
Represent the common non-ontology data required by instances of
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, createOntologyChange
public AxiomChangeData(OWLAxiom axiom)
AxiomChangeData
object that describes a change involving the specified axiom
.axiom
- The OWLAxiom
involved in a change.java.lang.NullPointerException
- if axiom
is null
.