| Package | Description |
|---|---|
| controller |
This package is the controller package of the model-view-controller
(MVC) pattern.
|
| model |
This package is the model package of the model-view-controller
(MVC) pattern.
|
| Modifier and Type | Method and Description |
|---|---|
static DPostDeclaration |
Interpreter.stringToDPost(String string,
HashMap<String,Variable> variables)
Deprecated.
Converts the input string into a
DPostDeclaration object. |
| Modifier and Type | Class and Description |
|---|---|
class |
Initiator
This is the class that represents the initiators among the DPost
declarations.
|
class |
Terminator
This is the class that represents the terminators among the DPost
declarations.
|