|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FlowChartElementIterator
Contains multiple flow chart elements that are retrieved from a Flux engine; 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 flow charts in this iterator. |
FlowChartElement |
next()
Returns the next flow chart element in this iterator. |
| Method Detail |
|---|
void close()
throws EngineException
EngineException - If a system error occurs.
boolean hasNext()
throws EngineException
EngineException - If a system error occurs.
FlowChartElement next()
throws EngineException
EngineException - If the next flow chart element could not be
retrieved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||