|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessDataSource
A VariableSource implementation generates process variables for simulation runs. The simulation just queries the process variables it needs and create the next one as soon the next process instance is created.
| Method Summary | |
|---|---|
void |
addNextData(org.jbpm.graph.exe.ExecutionContext ctx)
adds the next generated data of the data source to the process context |
boolean |
hasNext()
if false, no more data can be queried from this data source TODO: It should be possible, that the simulation ends when the data source stops sending data |
void |
reset()
|
| Method Detail |
|---|
void addNextData(org.jbpm.graph.exe.ExecutionContext ctx)
ctx - void reset()
boolean hasNext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||