Class Node

java.lang.Object
VASSAL.chat.node.Node
All Implemented Interfaces:
MsgSender
Direct Known Subclasses:
PlayerNode, ServerNode

public class Node extends Object implements MsgSender
Base class for the hierarchical server model. Each node has a name, a list of children, and arbitrary extra information encoded in the getInfo() string. Each node can be identified globally by a path name. Messages sent to a node generally broadcast to all descendants of the node.