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. |
Set<OWLEntity> |
getSignature()
Gets the (possibly empty) signature of 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.public OWLAxiom getAxiom()
OWLAxiom that is associated with this change data.OWLAxiom. 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.