Uses of Class
de.haumacher.msgbuf.graph.cmd.RemoveElement
-
Packages that use RemoveElement Package Description de.haumacher.msgbuf.graph.cmd -
-
Uses of RemoveElement in de.haumacher.msgbuf.graph.cmd
Methods in de.haumacher.msgbuf.graph.cmd that return RemoveElement Modifier and Type Method Description static RemoveElementRemoveElement. create()Creates aRemoveElementinstance.static RemoveElementRemoveElement. readRemoveElement(DataReader in)Reads a new instance from the given reader.static RemoveElementRemoveElement. readRemoveElement(JsonReader in)Reads a new instance from the given reader.Methods in de.haumacher.msgbuf.graph.cmd with parameters of type RemoveElement Modifier and Type Method Description RListUpdate.Visitor. visit(RemoveElement self, A arg)Visit case forRemoveElement.
-