Uses of Class
de.haumacher.msgbuf.graph.cmd.Command
Packages that use Command
-
Uses of Command in de.haumacher.msgbuf.graph.cmd
Subclasses of Command in de.haumacher.msgbuf.graph.cmdModifier and TypeClassDescriptionclassAn insert operation to a list value.classBase class for operations internally changing the values of repeated properties.classThe removal of an element of a list value.classAn operation setting the value of a property to a new value.Methods in de.haumacher.msgbuf.graph.cmd that return CommandModifier and TypeMethodDescriptionstatic CommandCommand.readCommand(DataReader in) Reads a new instance from the given reader.static CommandCommand.readCommand(JsonReader in) Reads a new instance from the given reader.Command.registerListener(Listener l) final CommandCommand.setId(int value) final CommandCommand.setNode(SharedGraphNode value) final CommandCommand.setProperty(String value) Command.unregisterListener(Listener l)