public abstract class OWLAxiomChange extends OWLOntologyChange
Constructor and Description |
---|
OWLAxiomChange(OWLOntology ont,
OWLAxiom axiom) |
Modifier and Type | Method and Description |
---|---|
OWLAxiom |
getAxiom()
If the change is an axiom change (i.e.
|
boolean |
isAxiomChange()
Determines if the change will cause the addition or removal of an axiom from an ontology.
|
Stream<OWLEntity> |
signature() |
accept, accept, getAddedAxiom, getAddedOrRemovedAxiom, getChangeData, getChangeRecord, getOntology, getRemovedAxiom, isAddAxiom, isAxiomChange, isImportChange, isRemoveAxiom, reverseChange
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSignature, unsortedSignature
public OWLAxiomChange(OWLOntology ont, OWLAxiom axiom)
ont
- the ontology to which the change is to be appliedaxiom
- the axiom to be changedpublic boolean isAxiomChange()
OWLOntologyChange
isAxiomChange
in class OWLOntologyChange
true
if the change is an OWLAddAxiomChange
or OWLRemoveAxiomChange
otherwise false
.public OWLAxiom getAxiom()
OWLOntologyChange
getAxiom
in class OWLOntologyChange
Copyright © 2020 The University of Manchester. All rights reserved.