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. |
OWLAxiom |
getItem() |
Set<OWLEntity> |
getSignature()
Gets the signature of this object.
|
accept, createOntologyChange, equals, hashCode, toString
@Nonnull public OWLAxiom getAxiom()
OWLAxiom
that is associated with this change data.OWLAxiom
.public OWLAxiom getItem()
getItem
in class OWLOntologyChangeData
public Set<OWLEntity> getSignature()
HasSignature
Copyright © 2020 The University of Manchester. All rights reserved.