|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.sim.datasource.HistorialProcessVariableSource
public class HistorialProcessVariableSource
Default implementation of ProcessVariableSource which gets
process variables from historical log data.
NOT YET IMPLEMENTED
TODO: implement
| Constructor Summary | |
|---|---|
HistorialProcessVariableSource()
|
|
HistorialProcessVariableSource(CommandService commandService)
|
|
| Method Summary | |
|---|---|
void |
addNextData(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()
|
void |
setCommandService(CommandService commandService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistorialProcessVariableSource()
public HistorialProcessVariableSource(CommandService commandService)
| Method Detail |
|---|
public void reset()
reset in interface ProcessDataSourcepublic void setCommandService(CommandService commandService)
public boolean hasNext()
ProcessDataSource
hasNext in interface ProcessDataSourcepublic void addNextData(ExecutionContext ctx)
ProcessDataSource
addNextData in interface ProcessDataSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||