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 writerPrintExceptionpublic void doExportBatch(ResultWriter writer) throws PrintException
PrintExceptionpublic void doImportBatch(ResultReader reader) throws ImportException
ImportException