public abstract class OWLOntologyChangeData extends Object implements HasSignature, Serializable
OWLOntologyChange
. There is a concrete subclass of
this class for each concrete class of OWLOntologyChange
. OWLOntologyChange.getChangeData()
,
Serialized FormModifier and Type | Method and Description |
---|---|
abstract <R> R |
accept(OWLOntologyChangeDataVisitor<R> visitor)
Accepts a visit from an
OWLOntologyChangeDataVisitor . |
abstract OWLOntologyChange |
createOntologyChange(OWLOntology ontology)
Creates an
OWLOntologyChange object that pertains to the
specified ontology , which when applied to the specified ontology
enacts the change described by this info object. |
boolean |
equals(Object obj) |
abstract Object |
getItem() |
int |
hashCode() |
String |
toString() |
getSignature, signature, unsortedSignature
public abstract <R> R accept(OWLOntologyChangeDataVisitor<R> visitor)
OWLOntologyChangeDataVisitor
.R
- The return type for visitor's visit methods.visitor
- The visitorpublic abstract OWLOntologyChange createOntologyChange(OWLOntology ontology)
OWLOntologyChange
object that pertains to the
specified ontology
, which when applied to the specified ontology
enacts the change described by this info object.ontology
- The OWLOntology
that the change should apply to.OWLOntologyChange
object that applies to ontology
and changes
ontology
in a way that is consistent with this the information held in this OWLOntologyChangeData
object.public abstract Object getItem()
Copyright © 2020 The University of Manchester. All rights reserved.