public static class Network.IndexOutIn
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
IndexOutIn(int index,
Bag out,
Bag in) |