Uses of Class
Node

Uses of Node in <Unnamed>
 

Fields in <Unnamed> declared as Node
private  Node[] MeshSwitch.nodeList
          This is array of Node used to store the list of references of adjacent nodes.
private  Node[] FatTreeSwitch.nodeList
          This is array of Node used to store the list of references of adjacent nodes.
private  Node[] ExFatTreeSwitch.nodeList
           
 Node[] OctalSwitch.nodeList
           
 

Methods in <Unnamed> with parameters of type Node
private  void MeshSwitch.forwardFlitToNode(Node adjNode, int linkNo, int curCycle)
           Transfers a flit to an adjacent node.
private  void FatTreeSwitch.forwardFlitToNode(Node adjNode, int linkNo, int curCycle)
           Transfers a flit to an adjacent node.
private  void ExFatTreeSwitch.forwardFlitToNode(Node adjNode, int linkNo, int curCycle)
           
private  void OctalSwitch.forwardFlitToNode(Node adjNode, int linkNo, int curCycle)
           
 void MeshSwitch.setAdjacentNode(Node node, int linkNo)
           
 void FatTreeSwitch.setAdjacentNode(Node node, int linkNo)
           
 void ExFatTreeSwitch.setAdjacentNode(Node node, int linkNo)
           
 void OctalSwitch.setAdjacentNode(Node node, int linkNo)
           
 void Switch.setAdjacentNode(Node node, int linkNo)
          Assigns a node reference to which this Switch is connected.