Package org.incenp.obofoundry.kgcl.model
Class NodeAnnotationChange
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
- Direct Known Subclasses:
NodeAnnotationReplacement
A node change where the change alters node properties/annotations. TODO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(IChangeVisitor<T> v) protected boolean
boolean
int
hashCode()
void
setAnnotationProperty
(String annotationProperty) void
setAnnotationPropertyType
(String annotationPropertyType) toString()
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
-
NodeAnnotationChange
public NodeAnnotationChange()
-
-
Method Details
-
accept
- Overrides:
accept
in classNodeChange
-
getAnnotationProperty
-
getAnnotationPropertyType
-
setAnnotationProperty
-
setAnnotationPropertyType
-
toString
- Overrides:
toString
in classNodeChange
-
equals
- Overrides:
equals
in classNodeChange
-
canEqual
- Overrides:
canEqual
in classNodeChange
-
hashCode
public int hashCode()- Overrides:
hashCode
in classNodeChange
-