Uses of Class
org.jcsp.net2.NodeID

Packages that use NodeID
Package
Description
 
 
 
  • Uses of NodeID in org.jcsp.net2

    Fields in org.jcsp.net2 declared as NodeID
    Modifier and Type
    Field
    Description
    protected NodeID
    The NodeID of the opposite end of the connection.
    Methods in org.jcsp.net2 that return NodeID
    Modifier and Type
    Method
    Description
    NetBarrierLocation.getNodeID()
    Gets the NodeID part of the location
    NetChannelLocation.getNodeID()
    Gets the NodeID part of the location
    NetConnectionLocation.getNodeID()
    Gets the NodeID part of the location
    abstract NodeID
    NetLocation.getNodeID()
    Gets the NodeID part of the location structure
    Node.getNodeID()
     
    final NodeID
    Returns the NodeID of the connected Link.
    static NodeID
    NodeID.parse(String str)
    Converts a string representation of a NodeID back to a NodeID object
    Methods in org.jcsp.net2 with parameters of type NodeID
    Modifier and Type
    Method
    Description
    static <T> NetSharedChannelOutput<T>
    NetChannel.any2net(NodeID nodeID, int vcn)
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
    static <T> NetSharedChannelOutput<T>
    NetChannel.any2net(NodeID nodeID, int vcn, int immunityLevel)
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given poison immunity
    static <T> NetSharedChannelOutput<T>
    NetChannel.any2net(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level, which uses the given filter to encode outgoing messages
    static <T> NetSharedChannelOutput<T>
    NetChannel.any2net(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter)
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages
    NetChannelEnd.any2net(NodeID nodeID, int vcn)
    Deprecated.
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
    NetChannelEnd.any2net(NodeID nodeID, int vcn, int immunityLevel)
    Deprecated.
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given poison immunity
    NetChannelEnd.any2net(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
    Deprecated.
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level, which uses the given filter to encode outgoing messages
    NetChannelEnd.any2net(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter)
    Deprecated.
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages
    NetChannelEndFactory.any2net(NodeID nodeID, int vcn)
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
    NetChannelEndFactory.any2net(NodeID nodeID, int vcn, int immunityLevel)
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given poison immunity
    NetChannelEndFactory.any2net(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level, which uses the given filter to encode outgoing messages
    NetChannelEndFactory.any2net(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter)
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages
    StandardNetChannelEndFactory.any2net(NodeID nodeID, int vcn)
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
    StandardNetChannelEndFactory.any2net(NodeID nodeID, int vcn, int immunityLevel)
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given poison immunity
    StandardNetChannelEndFactory.any2net(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level, which uses the given filter to encode outgoing messages
    StandardNetChannelEndFactory.any2net(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter)
    Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages
    static Link
    LinkFactory.getLink(NodeID nodeID)
    Creates a new Link or gets an existing one from the the given NodeID.
    static NetBarrier
    NetBarrierEnd.netBarrier(NodeID nodeID, int vbn, int enrolled)
    Creates a new client end of a NetBarrier connected to the barrier with the given index on the given Node
    static <T> NetChannelOutput<T>
    NetChannel.one2net(NodeID nodeID, int vcn)
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
    static <T> NetChannelOutput<T>
    NetChannel.one2net(NodeID nodeID, int vcn, int immunityLevel)
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given poison immunity level
    static <T> NetChannelOutput<T>
    NetChannel.one2net(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level and uses the given filter to encode outgoing messages
    static <T> NetChannelOutput<T>
    NetChannel.one2net(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter)
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages
    NetChannelEnd.one2net(NodeID nodeID, int vcn)
    Deprecated.
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
    NetChannelEnd.one2net(NodeID nodeID, int vcn, int immunityLevel)
    Deprecated.
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given poison immunity level
    NetChannelEnd.one2net(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
    Deprecated.
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level and uses the given filter to encode outgoing messages
    NetChannelEnd.one2net(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter)
    Deprecated.
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages
    NetChannelEndFactory.one2net(NodeID nodeID, int vcn)
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
    NetChannelEndFactory.one2net(NodeID nodeID, int vcn, int immunityLevel)
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given poison immunity level
    NetChannelEndFactory.one2net(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level and uses the given filter to encode outgoing messages
    NetChannelEndFactory.one2net(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter)
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages
    StandardNetChannelEndFactory.one2net(NodeID nodeID, int vcn)
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
    StandardNetChannelEndFactory.one2net(NodeID nodeID, int vcn, int immunityLevel)
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given poison immunity level
    StandardNetChannelEndFactory.one2net(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter)
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level and uses the given filter to encode outgoing messages
    StandardNetChannelEndFactory.one2net(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter)
    Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages
    protected final Link
    LinkServer.requestLink(NodeID nodeID)
     
    Constructors in org.jcsp.net2 with parameters of type NodeID
    Modifier
    Constructor
    Description
     
    NetBarrierLocation(NodeID aNodeID, int aVBN)
    Constructor to create a new NetBarrierLocation
     
    NetChannelLocation(NodeID aNodeID, int aVCN)
    Creates a new NetChannelLocation
     
    NetConnectionLocation(NodeID aNodeID, int aVConnN)
    Creates a new NetConnectionLocation
  • Uses of NodeID in org.jcsp.net2.bns

    Methods in org.jcsp.net2.bns with parameters of type NodeID
    Modifier and Type
    Method
    Description
    static void
    BNS.initialise(NodeID bnsNode)
    Initialises the connection to the BNS
    Constructors in org.jcsp.net2.bns with parameters of type NodeID
    Modifier
    Constructor
    Description
     
    BNSService(NodeID bnsNode)
    Creates a new BNSService
  • Uses of NodeID in org.jcsp.net2.cns

    Methods in org.jcsp.net2.cns with parameters of type NodeID
    Modifier and Type
    Method
    Description
    static void
    CNS.initialise(NodeID cnsNode)
    Initialises the factory methods to allow creation of channels with the CNS
    Constructors in org.jcsp.net2.cns with parameters of type NodeID
    Modifier
    Constructor
    Description
     
    CNSService(NodeID cnsNode)
    Creates a new CNSService