|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pair | |
|---|---|
| org.openflow.gui | Core components of the OpenFlow GUI. |
| org.openflow.gui.drawables | Objects which can be drawn by the Pan-Zoom GUI. |
| Uses of Pair in org.openflow.gui |
|---|
| Methods in org.openflow.gui that return Pair | |
|---|---|
static Pair<java.lang.String,java.lang.Short> |
OpenFlowGUI.getServer(java.lang.String[] args)
Gets the IP[:PORT] to connect to. |
static Pair<java.lang.String,java.lang.Short> |
OpenFlowGUI.parseServerIdentifier(java.lang.String s)
Returns the parse of a IP[:PORT]. |
static Pair<java.lang.String,java.lang.Short> |
OpenFlowGUI.promptForServer()
Ask the user for the backend's IP[:PORT] in dialog box. |
| Methods in org.openflow.gui that return types with arguments of type Pair | |
|---|---|
static java.util.ArrayList<Pair<java.lang.String,java.lang.Short>> |
OpenFlowGUI.getServers(java.lang.String[] args)
Gets the IP[:PORT](s) to connect to. |
| Uses of Pair in org.openflow.gui.drawables |
|---|
| Methods in org.openflow.gui.drawables with parameters of type Pair | |
|---|---|
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.unignoreSegment(Pair<FlowHop,FlowHop> s)
stop ignoring a particular segment |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||