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 NodeID
Link. remoteNodeID
The remote NodeID.Methods in org.jcsp.net that return NodeID Modifier and Type Method Description NodeID
NetChannelLocation. getChannelNodeID()
Public accessor for the channel label property.NodeID
Node. getNodeID()
Method for obtaining a clone of this Node'sNodeID
.protected NodeID
Link. getRemoteNodeID()
Returns the other computer's ID.NodeID
Link. obtainNodeID()
This returns theNodeID
of the remote Node to which this link is connected.NodeID
Node.Attributes. setUIFactory(UIFactory factory)
Methods in org.jcsp.net with parameters of type NodeID Modifier and Type Method Description boolean
Node. isThisNode(NodeID nodeID)
This method allows aNodeID
to be checked to see whether it represents the local Node.boolean
Node. 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 theNodeID
of the Node hosting the networkedChannelInput
object and the label assigned to the channel's Virtual Channel Number (VCN).
-