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, getChangeData, getChangeRecord, getOntology, isAddAxiom, isImportChange, isRemoveAxiom, reverseChangeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSignaturepublic OWLAxiomChange(OWLOntology ont, OWLAxiom axiom)
ont - the ontology to which the change is to be appliedaxiom - the axiom to be changedpublic boolean isAxiomChange()
OWLOntologyChangeisAxiomChange in class OWLOntologyChangetrue if the change is an OWLAddAxiomChange or OWLRemoveAxiomChange otherwise false.public OWLAxiom getAxiom()
OWLOntologyChangegetAxiom in class OWLOntologyChangeCopyright © 2017 The University of Manchester. All rights reserved.