|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnalysePlan
AnalysePlan.java Created: 1 mars 07 20:27:28
| Method Summary | |
|---|---|
boolean |
afterSimulation(AnalysePlanContext context,
SimulationStorage lastSimulation)
Call after each simulation. |
boolean |
beforeSimulation(AnalysePlanContext context,
SimulationStorage nextSimulation)
Call before each simulation. |
java.lang.String |
getDescription()
Return plan description. |
java.lang.String[] |
getNecessaryResult()
Return plan necessary Results. |
void |
init(AnalysePlanContext context)
Use only once before first simulation. |
| Method Detail |
|---|
java.lang.String[] getNecessaryResult()
java.lang.String getDescription()
throws java.lang.Exception
java.lang.Exception
void init(AnalysePlanContext context)
throws java.lang.Exception
context - plan context
java.lang.Exception
boolean beforeSimulation(AnalysePlanContext context,
SimulationStorage nextSimulation)
throws java.lang.Exception
context - plan contextnextSimulation - storage used for next simulation
java.lang.Exception
boolean afterSimulation(AnalysePlanContext context,
SimulationStorage lastSimulation)
throws java.lang.Exception
context - plan contextlastSimulation - storage used for simulation
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||