ArrayParser, GraphParser, QueueParser, StackParserpublic interface Parser
Abstraction Interface of the strategy pattern. Every Module supplies a concrete strategy to be used.
| Modifier and Type | Method | Description |
|---|---|---|
ch.hsr.adv.commons.core.logic.domain.ModuleGroup |
parse(com.google.gson.JsonElement json) |
Parses the given json into a
ModuleGroup |
ch.hsr.adv.commons.core.logic.domain.ModuleGroup parse(com.google.gson.JsonElement json)
throws ADVParseException
ModuleGroupjson - json to parseModuleGroupADVParseException - if anything goes wrong with parsing the
session