Modifier and Type | Method and Description |
---|---|
AutomaticRule |
AutomaticState.getRule(int pos)
getRule: return the rule on the specified position
|
AutomaticRule |
AutomaticState.getRule(java.lang.String name)
getRule: return the rule with the specified name
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<AutomaticRule> |
AutomaticState.getListRules()
getListRules: return the list of rules on the state
|
Modifier and Type | Method and Description |
---|---|
void |
AutomaticState.addListRules(AutomaticRule rule)
updateListRules: add a rule to the list of rules
|
void |
AutomaticState.updateListRules(AutomaticRule rule,
int pos)
updateListRules: update the rule in the position specified
|
Modifier and Type | Method and Description |
---|---|
void |
AutomaticState.setListRules(java.util.ArrayList<AutomaticRule> listRules)
setListRules: set the list of rules
|