Class NESTWorkflowSequenceNodeIterator
- java.lang.Object
-
- de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowSequenceNodeIterator
-
- All Implemented Interfaces:
Iterator<NESTSequenceNodeObject>
public class NESTWorkflowSequenceNodeIterator extends Object implements Iterator<NESTSequenceNodeObject>
-
-
Constructor Summary
Constructors Constructor Description NESTWorkflowSequenceNodeIterator(NESTAbstractWorkflowObject graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()NESTSequenceNodeObjectnext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
NESTWorkflowSequenceNodeIterator
public NESTWorkflowSequenceNodeIterator(NESTAbstractWorkflowObject graph)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<NESTSequenceNodeObject>
-
next
public NESTSequenceNodeObject next()
- Specified by:
nextin interfaceIterator<NESTSequenceNodeObject>
-
-