Modifier and Type | Method and Description |
---|---|
AutonomousRule |
ServerStatus.getListRules(int pos) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<AutonomousRule> |
ServerStatus.getListRules()
getListRules: get the list of rules.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerStatus.addListRules(AutonomousRule rule)
addListRules: add a rule to the list of rules.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerStatus.setListRules(java.util.ArrayList<AutonomousRule> listRules)
SetListRules: set the list of rules.
|