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

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

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

Fields in org.openflow.gui.net.protocol declared as FlowHop
 FlowHop[] Flow.path
          the flow's path from source to destination (inclusive)
 

Constructors in org.openflow.gui.net.protocol with parameters of type FlowHop
Flow(FlowType type, int id, Node srcNode, short srcPort, Node dstNode, short dstPort, FlowHop... path)
           
 

Constructor parameters in org.openflow.gui.net.protocol with type arguments of type FlowHop
Flow(FlowType type, int id, Node srcNode, short srcPort, Node dstNode, short dstPort, java.util.Collection<FlowHop> path)