Uses of Interface
de.haumacher.msgbuf.graph.SharedGraphNode
Packages that use SharedGraphNode
-
Uses of SharedGraphNode in de.haumacher.msgbuf.graph
Classes in de.haumacher.msgbuf.graph that implement SharedGraphNodeModifier and TypeClassDescriptionclassBase class for generated code implementingSharedGraphNodes.Methods in de.haumacher.msgbuf.graph that return SharedGraphNodeModifier and TypeMethodDescriptionAbstractSharedGraphNode.registerListener(Listener l) Scope.resolveOrFail(int id) Looks up the object with the given ID.default SharedGraphNodeScopeMixin.resolveOrFail(int id) AbstractSharedGraphNode.unregisterListener(Listener l) Methods in de.haumacher.msgbuf.graph that return types with arguments of type SharedGraphNodeModifier and TypeMethodDescriptionDefaultScope.index()ScopeMixin.index()The index implementation associating object with IDs.Methods in de.haumacher.msgbuf.graph with parameters of type SharedGraphNodeModifier and TypeMethodDescriptionvoidDefaultScope.enter(SharedGraphNode node, int id) default voidScopeMixin.enter(SharedGraphNode node, int id) Assigns the given ID to the given node.intDefaultScope.id(SharedGraphNode node) intScopeMixin.id(SharedGraphNode node) Looks up the ID of the given node in thisScope.voidDefaultScope.initId(SharedGraphNode node, int id) voidScopeMixin.initId(SharedGraphNode node, int id) Assigns the given ID to the given node.voidDefaultScope.readData(SharedGraphNode node, int id, JsonReader in) voidScope.readData(SharedGraphNode node, int id, JsonReader in) Reads object data of the given node and assigns the given ID to this node.default voidScopeMixin.readData(SharedGraphNode node, int id, JsonReader in) voidScope.writeRefOrData(JsonWriter out, SharedGraphNode node) Writes the given graph node to the given writer.default voidScopeMixin.writeRefOrData(JsonWriter out, SharedGraphNode node) -
Uses of SharedGraphNode in de.haumacher.msgbuf.graph.cmd
Methods in de.haumacher.msgbuf.graph.cmd that return SharedGraphNodeModifier and TypeMethodDescriptionfinal SharedGraphNodeCommand.getNode()Cache for the reference to the changed graph node itself.Methods in de.haumacher.msgbuf.graph.cmd with parameters of type SharedGraphNode