|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScenarioInstance
A scenario instance is an active scenario. It has a ranking, an evaluate method and knows whether it is complete.
The evaluate method is called repeatedly as operations are processed.
Nested Class Summary | |
---|---|
static class |
ScenarioInstance.Ranking
|
Method Summary | |
---|---|
Command |
evaluate(Operation operation)
evaluate the scenario against the current operation |
ScenarioInstance.Ranking |
getRanking()
Get the Ranking |
boolean |
isComplete()
Is the scenario complete? |
Method Detail |
---|
ScenarioInstance.Ranking getRanking()
Command evaluate(Operation operation)
operation
- boolean isComplete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |