ADVFlowControlpublic interface FlowControl
| Modifier and Type | Method | Description |
|---|---|---|
void |
load(java.lang.String sessionJSON) |
Loads the incoming json
|
void |
save(ch.hsr.adv.commons.core.logic.domain.Session session,
java.io.File file) |
Saves the loaded json
|
void load(java.lang.String sessionJSON)
sessionJSON - jsonvoid save(ch.hsr.adv.commons.core.logic.domain.Session session,
java.io.File file)
session - the loaded sessionfile - the file to save the session