Uses of Interface
de.haumacher.msgbuf.graph.SharedGraphNode
-
Packages that use SharedGraphNode Package Description de.haumacher.msgbuf.graph de.haumacher.msgbuf.graph.cmd -
-
Uses of SharedGraphNode in de.haumacher.msgbuf.graph
Classes in de.haumacher.msgbuf.graph that implement SharedGraphNode Modifier and Type Class Description classAbstractSharedGraphNodeBase class for generated code implementingSharedGraphNodes.Methods in de.haumacher.msgbuf.graph that return SharedGraphNode Modifier and Type Method Description SharedGraphNodeAbstractSharedGraphNode. registerListener(Listener l)SharedGraphNodeScope. resolveOrFail(int id)Looks up the object with the given ID.default SharedGraphNodeScopeMixin. resolveOrFail(int id)SharedGraphNodeAbstractSharedGraphNode. unregisterListener(Listener l)Methods in de.haumacher.msgbuf.graph that return types with arguments of type SharedGraphNode Modifier and Type Method Description Map<Object,SharedGraphNode>DefaultScope. index()Map<Object,SharedGraphNode>ScopeMixin. index()The index implementation associating object with IDs.Methods in de.haumacher.msgbuf.graph with parameters of type SharedGraphNode Modifier and Type Method Description voidDefaultScope. 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 SharedGraphNode Modifier and Type Method Description SharedGraphNodeCommand. getNode()Cache for the reference to the changed graph node itself.Methods in de.haumacher.msgbuf.graph.cmd with parameters of type SharedGraphNode Modifier and Type Method Description CommandCommand. setNode(SharedGraphNode value)
-