public interface FlowChartIterator
Modifier and Type | Method and Description |
---|---|
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.
|
FlowChart |
next()
Returns the next flow chart in this iterator.
|
void close() throws EngineException
EngineException
- If a system error occurs.boolean hasNext() throws EngineException
EngineException
- If a system error occurs.FlowChart next() throws EngineException
EngineException
- If the next flow chart could not be retrieved.© 2000-2025 Flux Corporation. All rights reserved.