| Package | Description |
|---|---|
| databaseHandler | |
| flowGenerator |
| Modifier and Type | Field and Description |
|---|---|
private ClosedFlowsQueue |
DatabaseHandler.myClosedFlowsQueue
Queue of closed flows.
|
| Constructor and Description |
|---|
DatabaseHandler(ClosedFlowsQueue closedFlowsQueue,
PerformanceMonitorQueue performanceMonitorQueue,
java.lang.String databaseFolderPath)
Constructs the object.
|
| Modifier and Type | Field and Description |
|---|---|
private ClosedFlowsQueue |
FlowGenerator.myClosedFlowsQueue
Queue to store closed flows.
|
| Modifier and Type | Method and Description |
|---|---|
ClosedFlowsQueue |
FlowGenerator.getClosedFlowsQueue()
Gets queue of closed flows.
|