Uses of Class
VASSAL.chat.node.Node
| Package | Description |
|---|---|
| VASSAL.chat.node |
-
Uses of Node in VASSAL.chat.node
Subclasses of Node in VASSAL.chat.node Modifier and Type Class Description classAsynchronousServerNodeRoot node in a hierarchical server.classPlayerNodeNode representing a single player.classServerNodeMethods in VASSAL.chat.node that return Node Modifier and Type Method Description static NodeNode. build(Node base, String path)Constructs from a path name.NodeNode. buildWithInfo(Node base, String pathAndInfo)Builds a Node from a pathAndInfo stringstatic NodeProtocol. decodeListCommand(String cmd)NodeNode. getChild(String id)return the child node with the given id, or null if no matchNode[]Node. getChildren()NodeNode. getDescendant(String path)Return the descendant node with the given path relative to this nodeNode[]Node. getLeafDescendants()NodeServerNode. getModule(Node n)NodeNode. getParent()Methods in VASSAL.chat.node with parameters of type Node Modifier and Type Method Description voidNode. add(Node child)static NodeNode. build(Node base, String path)Constructs from a path name.NodeNode. buildWithInfo(Node base, String pathAndInfo)Builds a Node from a pathAndInfo stringvoidServerNode. disconnect(Node target)static StringProtocol. encodeListCommand(Node[] nodes)A dump of the current connections to the server.static StringProtocol. encodeNodeInfoCommand(Node n)Sent when the info for a particular (non-player) node is updatedstatic StringProtocol. encodeRoomsInfo(Node[] rooms)Sent when a room's info changes, or to update all rooms' info at onceNodeServerNode. getModule(Node n)voidAsynchronousServerNode.ReportContentsThread. markChanged(Node module)voidServerNode. move(Node target, String newParentPath)voidServerNode. registerNode(String parentPath, Node newNode)voidNode. remove(Node child)protected voidAsynchronousServerNode. sendContents(Node node)protected voidServerNode. sendContents(Node module)voidNode. setParent(Node parent)voidStatusReporter. updateContents(Node[] players)voidServerNode. updateInfo(Node target)protected voidNodeClient. updateRooms(Node module)