|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsim.field.network.Network.IndexOutIn
public static class Network.IndexOutIn
The structure stored in the indexOutInHash hash table. Holds the index of a node in the allNodes bag, a Bag containing the node's outgoing edges, and a Bag containing the node's incoming edges.
| Field Summary | |
|---|---|
Bag |
in
Bag containing incoming edges of (entering) the node |
int |
index
Index of the node in the allNodes bag |
Bag |
out
Bag containing outgoing edges of (leaving) the node |
| Constructor Summary | |
|---|---|
Network.IndexOutIn(int index,
Bag out,
Bag in)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int index
public Bag out
public Bag in
| Constructor Detail |
|---|
public Network.IndexOutIn(int index,
Bag out,
Bag in)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||