| Package | Description |
|---|---|
| controller.syntax |
This package is the syntax package of the controller package.
|
| model |
This package is the model package of the model-view-controller
(MVC) pattern.
|
| Modifier and Type | Field and Description |
|---|---|
Initiator |
JLPSSyntaxParser.initiator_return.initiator |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<Initiator> |
JLPSSyntaxParser.postconditions_return.initiators |
| Modifier and Type | Field and Description |
|---|---|
private List<Initiator> |
Action.initiators |
| Constructor and Description |
|---|
Action(SimpleSentence action,
List<Initiator> initiators,
List<Terminator> terminators,
Clause conditions,
Clause conflicts)
Constructor of the class.
|