|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openflow.util.FlowHop
public class FlowHop
A hop for some path through the network. It specifies a node on that path and the port on which the path enters the node and the port on which it leaves.
| Field Summary | |
|---|---|
short |
inport
the incoming port |
NodeWithPorts |
node
the node |
short |
outport
the outgoing port |
| Constructor Summary | |
|---|---|
FlowHop(short inport,
NodeWithPorts n,
short outport)
create a new NodePortPair |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final short inport
public final NodeWithPorts node
public final short outport
| Constructor Detail |
|---|
public FlowHop(short inport,
NodeWithPorts n,
short outport)
| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||