|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openflow.gui.net.protocol.FlowHop
public class FlowHop
A hop that a flow goes through.
| Field Summary | |
|---|---|
short |
inport
the incoming port |
Node |
node
the node the flow goes through for this hop |
short |
outport
the outgoing port |
static int |
SIZEOF
|
| Constructor Summary | |
|---|---|
FlowHop(short inport,
Node n,
short outport)
create a new IDPortPair |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
toString()
|
void |
write(java.io.DataOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int SIZEOF
public final short inport
public final Node node
public final short outport
| Constructor Detail |
|---|
public FlowHop(short inport,
Node n,
short outport)
| Method Detail |
|---|
public void write(java.io.DataOutput out)
throws java.io.IOException
java.io.IOExceptionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||