| Package | Description |
|---|---|
| controller |
This package is the controller package of the model-view-controller
(MVC) pattern.
|
| 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 | Method and Description |
|---|---|
static ReactiveRule |
Interpreter.stringToReactiveRule(String string,
HashMap<String,Variable> variables)
Deprecated.
Converts the input string into a
ReactiveRule object. |
| Modifier and Type | Method and Description |
|---|---|
ReactiveRule |
JLPSSyntaxParser.reactiveRule() |
| Modifier and Type | Field and Description |
|---|---|
(package private) List<ReactiveRule> |
ReactiveRuleSet.reactiveRules |
| Modifier and Type | Method and Description |
|---|---|
ReactiveRule |
ReactiveRule.replaceVariables(SubstitutionSet s)
Replaces all the variables in the reactive rule according to the
specified bindings.
|
ReactiveRule |
ReactiveRule.standardizeVariablesApart(Hashtable<Variable,Variable> newVars)
Standardizes the variables in order to be sure that there won't be any
variable clashes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReactiveRuleSet.addRule(ReactiveRule rule)
Adds the specified reactive rule.
|
| Constructor and Description |
|---|
ReactiveRuleSet(ReactiveRule... reactiveRules)
Constructor of the class.
|