|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ForecastIterator
Indicates when some flow charts that contain Timer Triggers are expected to fire; YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING IT!
| Method Summary | |
|---|---|
void |
close()
YOU MUST CALL CLOSE() ON THIS ITERATOR WHEN YOU ARE FINISHED USING IT! |
boolean |
hasNext()
Indicates whether there are more forecast elements in this iterator. |
ForecastElement |
next()
Returns the next forecast element in this forecast iterator. |
| Method Detail |
|---|
void close()
throws EngineException
EngineException - If a system error occurs.
boolean hasNext()
throws EngineException
EngineException - If a system error occurs.
ForecastElement next()
throws EngineException
EngineException - If a system error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||