Uses of Class
org.openflow.gui.net.protocol.Node

Packages that use Node
org.openflow.gui Core components of the OpenFlow GUI. 
org.openflow.gui.net.protocol Core messages for communicating with the OpenFlow GUI backend. 
 

Uses of Node in org.openflow.gui
 

Methods in org.openflow.gui with parameters of type Node
protected  Node ConnectionHandler.processNodeAdd(Node n)
          Add a new node to the topology.
 

Uses of Node in org.openflow.gui.net.protocol
 

Fields in org.openflow.gui.net.protocol declared as Node
static Node RequestLinks.ANY_NODE
           
 Node Flow.dstNode
           
 Node Link.dstNode
          destination node
 Node FlowHop.node
          the node the flow goes through for this hop
 Node[] NodesList.nodes
           
 Node Flow.srcNode
           
 Node Link.srcNode
          source node
 Node RequestLinks.srcNode
          which node the links should be from, if any
 

Constructors in org.openflow.gui.net.protocol with parameters of type Node
Flow(FlowType type, int id, Node srcNode, short srcPort, Node dstNode, short dstPort, java.util.Collection<FlowHop> path)
           
Flow(FlowType type, int id, Node srcNode, short srcPort, Node dstNode, short dstPort, FlowHop... path)
           
FlowHop(short inport, Node n, short outport)
          create a new IDPortPair
Link(LinkType linkType, Node srcNode, short srcPort, Node dstNode, short dstPort)
           
NodesAdd(int xid, Node[] nodes)
           
NodesAdd(Node[] nodes)
           
NodesDel(int xid, Node[] nodes)
           
NodesDel(Node[] nodes)
           
NodesList(OFGMessageType t, int xid, Node[] nodes)
           
NodesList(OFGMessageType t, Node[] nodes)
           
RequestLinks(RequestType requestType, Node srcNode)
           
RequestLinks(RequestType requestType, short type, Node srcNode)