| Interface | Description |
|---|---|
| FlowControl |
FlowControl manages the process flow, of each incoming request.
|
| Layouter |
Builds JavaFX Elements from business objects contained in a snapshot.
|
| Parser |
Session parser
|
| Stringifyer |
JSON Serializer
|
| Class | Description |
|---|---|
| ADVFlowControl |
Framework component which controls the default visualization flow.
|
| CoreLayouter |
The Core Layouter wraps the panes of the module layouter in a SplitPane.
|
| CoreParser |
Responsible for parsing a session and delegating work to module specific
parsers.
|
| CoreStringifyer |
Serializes the an ADV Session
|
| DefaultStringifyer |
The default stringifyer is used when no module specific serialization is
needed or provided.
|
| GsonProvider |
Provides preconfigured GsonBuilder
|
| InterfaceAdapter<T> |
Represents the mapping between an interface and a concrete class during
deserialization.
|
| ModuleGroupDeserializer |
Custom deserializer which delegates deserialization to the module specific
parser.
|
| ModuleGroupSerializer |
Custom serializer which delegates serialization to the module specific
stringifier.
|
| ServiceProvider |
Contains a map of all service which need to be implemented by a module.
|