public class SimNodeManager
extends java.lang.Object
Constructor and Description |
---|
SimNodeManager(SimNode rootNode) |
Modifier and Type | Method and Description |
---|---|
void |
doExportBatch(ResultWriter writer)
Triggers the exporting of the state.
|
void |
doImportBatch(ResultReader reader)
Triggers the importing of the state.
|
void |
doPrintResults(ResultType type,
PrintResultWriter writer)
Writes the result items.
|
static SimNodeManager |
getInstance() |
SimNode |
getRootNode() |
public SimNodeManager(SimNode rootNode)
public static SimNodeManager getInstance()
public SimNode getRootNode()
public void doPrintResults(ResultType type, PrintResultWriter writer)
type
- the result typewriter
- result writerpublic void doExportBatch(ResultWriter writer)
public void doImportBatch(ResultReader reader)