Uses of Class
org.jcsp.net.NodeID
Packages that use NodeID
-
Uses of NodeID in org.jcsp.net
Fields in org.jcsp.net declared as NodeIDMethods in org.jcsp.net that return NodeIDModifier and TypeMethodDescriptionfinal NodeIDNetChannelLocation.getChannelNodeID()Public accessor for the channel label property.Node.getNodeID()Method for obtaining a clone of this Node'sNodeID.protected NodeIDLink.getRemoteNodeID()Returns the other computer's ID.final NodeIDLink.obtainNodeID()This returns theNodeIDof the remote Node to which this link is connected.Node.Attributes.setUIFactory(UIFactory factory) Methods in org.jcsp.net with parameters of type NodeIDModifier and TypeMethodDescriptionbooleanNode.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 NodeIDModifierConstructorDescriptionNetChannelLocation(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).