Uses of Class
org.jcsp.net.NodeID
-
Packages that use NodeID Package Description org.jcsp.net This is main package for JCSP.NET. -
-
Uses of NodeID in org.jcsp.net
Fields in org.jcsp.net declared as NodeID Modifier and Type Field Description protected NodeIDLink. remoteNodeIDThe remote NodeID.Methods in org.jcsp.net that return NodeID Modifier and Type Method Description NodeIDNetChannelLocation. getChannelNodeID()Public accessor for the channel label property.NodeIDNode. getNodeID()Method for obtaining a clone of this Node'sNodeID.protected NodeIDLink. getRemoteNodeID()Returns the other computer's ID.NodeIDLink. obtainNodeID()This returns theNodeIDof the remote Node to which this link is connected.NodeIDNode.Attributes. setUIFactory(UIFactory factory)Methods in org.jcsp.net with parameters of type NodeID Modifier and Type Method Description booleanNode. isThisNode(NodeID nodeID)This method allows aNodeIDto be checked to see whether it represents the local Node.booleanNode. linkExists(NodeID otherNode)This method tests whether a link currently exists to a specified remote Node.Constructors in org.jcsp.net with parameters of type NodeID Constructor Description NetChannelLocation(NodeID channelNode, String channelLabel)Constructor which takes theNodeIDof the Node hosting the networkedChannelInputobject and the label assigned to the channel's Virtual Channel Number (VCN).
-