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) throws PrintException
type
- the result typewriter
- result writerPrintException
public void doExportBatch(ResultWriter writer) throws PrintException
PrintException
public void doImportBatch(ResultReader reader) throws ImportException
ImportException