| Package | Description |
|---|---|
| model |
This package is the model package of the model-view-controller
(MVC) pattern.
|
| Modifier and Type | Field and Description |
|---|---|
private static CycleHandler |
CycleHandler.instance |
| Modifier and Type | Method and Description |
|---|---|
static CycleHandler |
CycleHandler.getInstance()
Gets the only object of this singleton class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolvingGoalState.handlerMethod(CycleHandler STATE_CONTEXT,
String NAME,
RuleSet events)
This is the implementation of the
CycleState#handlerMethod(). |
void |
FiringRulesState.handlerMethod(CycleHandler STATE_CONTEXT,
String NAME,
RuleSet events)
This is the implementation of the
CycleState#handlerMethod(). |
void |
DatabaseUpdateState.handlerMethod(CycleHandler STATE_CONTEXT,
String NAME,
RuleSet events)
This is the implementation of the
CycleState#handlerMethod(). |
void |
CycleState.handlerMethod(CycleHandler STATE_CONTEXT,
String NAME,
RuleSet events)
Sends the request to the current state to operate its behavior.
|