public abstract class Controller
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
FlowService |
flowService |
TopoStore |
topoStore |
Constructor and Description |
---|
Controller() |
Modifier and Type | Method and Description |
---|---|
void |
printPath(java.util.List<TopoEdge> path) |
void |
printTopology()
Print topology information.
|
public TopoStore topoStore
public FlowService flowService
public void printTopology()
public void printPath(java.util.List<TopoEdge> path)