Package org.incenp.obofoundry.kgcl.model
Class NodeAnnotationReplacement
java.lang.Object
org.incenp.obofoundry.kgcl.model.ChangeLanguageElement
org.incenp.obofoundry.kgcl.model.Change
org.incenp.obofoundry.kgcl.model.SimpleChange
org.incenp.obofoundry.kgcl.model.NodeChange
org.incenp.obofoundry.kgcl.model.NodeAnnotationChange
org.incenp.obofoundry.kgcl.model.NodeAnnotationReplacement
A node annotation change where the change replaces a particular property value. TODO
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.incenp.obofoundry.kgcl.model.NodeAnnotationChange
getAnnotationProperty, getAnnotationPropertyType, setAnnotationProperty, setAnnotationPropertyType
Methods inherited from class org.incenp.obofoundry.kgcl.model.NodeChange
getAboutNode, getAboutNodeRepresentation, getLanguage, setAboutNode, setAboutNodeRepresentation, setLanguage
Methods inherited from class org.incenp.obofoundry.kgcl.model.SimpleChange
getNewDatatype, getNewLanguage, getNewValue, getNewValueType, getOldDatatype, getOldLanguage, getOldValue, getOldValueType, setNewDatatype, setNewLanguage, setNewValue, setNewValueType, setOldDatatype, setOldLanguage, setOldValue, setOldValueType
Methods inherited from class org.incenp.obofoundry.kgcl.model.Change
getChangeDate, getContributor, getCreator, getHasUndo, getId, getPullRequest, getSeeAlso, getType, getWasGeneratedBy, setChangeDate, setContributor, setCreator, setHasUndo, setId, setPullRequest, setSeeAlso, setType, setWasGeneratedBy
-
Constructor Details
-
NodeAnnotationReplacement
public NodeAnnotationReplacement()
-
-
Method Details
-
accept
- Overrides:
accept
in classNodeAnnotationChange
-
toString
- Overrides:
toString
in classNodeAnnotationChange
-
equals
- Overrides:
equals
in classNodeAnnotationChange
-
canEqual
- Overrides:
canEqual
in classNodeAnnotationChange
-
hashCode
public int hashCode()- Overrides:
hashCode
in classNodeAnnotationChange
-