Uses of Class
net.dontcode.core.Change
Packages that use Change
-
Uses of Change in net.dontcode.core
Fields in net.dontcode.core declared as ChangeMethods in net.dontcode.core that return ChangeMethods in net.dontcode.core with parameters of type ChangeModifier and TypeMethodDescriptionstatic Map<String,MapOrString> Models.applyChange(Map<String, MapOrString> orig, Change toApply) Merge the change into the model and returns the updated model.protected static voidModels.recursiveApplyChange(Map<String, MapOrString> orig, Change toApply, MapOrString oldContent, MapOrString newContent, String position, boolean isRoot) voidConstructors in net.dontcode.core with parameters of type ChangeModifierConstructorDescriptionMessage(Message.MessageType type, String sessionId, Change change) Message(Message.MessageType type, Change change)