Uses of Class
org.openflow.util.FlowHop

Packages that use FlowHop
org.openflow.gui.drawables Objects which can be drawn by the Pan-Zoom GUI. 
 

Uses of FlowHop in org.openflow.gui.drawables
 

Methods in org.openflow.gui.drawables that return FlowHop
 FlowHop[] Flow.getPath()
          Gets the path of this flow
 

Method parameters in org.openflow.gui.drawables with type arguments of type FlowHop
 boolean Flow.hasSegment(Pair<FlowHop,FlowHop> s)
          whether this flow contains a particular segment
 boolean Flow.hasSegment(Pair<FlowHop,FlowHop> s)
          whether this flow contains a particular segment
 void Flow.ignoreSegment(Pair<FlowHop,FlowHop> s)
          add a segment to ignore
 void Flow.ignoreSegment(Pair<FlowHop,FlowHop> s)
          add a segment to ignore
 void Flow.unignoreSegment(Pair<FlowHop,FlowHop> s)
          stop ignoring a particular segment
 void Flow.unignoreSegment(Pair<FlowHop,FlowHop> s)
          stop ignoring a particular segment
 

Constructors in org.openflow.gui.drawables with parameters of type FlowHop
Flow(FlowType type, int flowID, FlowHop[] path)
          Creates a flow between two endpoints.