Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
Modifier and Type | Field and Description |
---|---|
protected NodeID |
Link.remoteNodeID
The remote NodeID.
|
Modifier and Type | Method and Description |
---|---|
NodeID |
NetChannelLocation.getChannelNodeID()
Public accessor for the channel label property.
|
NodeID |
Node.getNodeID()
Method for obtaining a clone of this Node's
NodeID . |
protected NodeID |
Link.getRemoteNodeID()
Returns the other computer's ID.
|
NodeID |
Link.obtainNodeID()
This returns the
NodeID of the remote Node to which this
link is connected. |
NodeID |
Node.Attributes.setUIFactory(UIFactory factory) |
Modifier and Type | Method and Description |
---|---|
boolean |
Node.isThisNode(NodeID nodeID)
This method allows a
NodeID 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.
|
Constructor and Description |
---|
NetChannelLocation(NodeID channelNode,
String channelLabel)
Constructor which takes the
NodeID of the Node hosting
the networked ChannelInput object and the label assigned
to the channel's Virtual Channel Number (VCN). |
Copyright © 1996–2016. All rights reserved.