org.jbpm.pvm.impl
Class ExecutionScopeIterator
java.lang.Object
org.jbpm.pvm.impl.ExecutionScopeIterator
- Direct Known Subclasses:
- VariableScopeIterator
public abstract class ExecutionScopeIterator
- extends java.lang.Object
- Author:
- Tom Baeyens
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execution
protected ExecutionImpl execution
scopeList
protected java.util.List<java.lang.Object> scopeList
index
protected int index
next
protected java.lang.Object next
isConsumed
protected boolean isConsumed
lastConsumedScopeList
protected java.util.List<java.lang.Object> lastConsumedScopeList
lastConsumedIndex
protected int lastConsumedIndex
ExecutionScopeIterator
public ExecutionScopeIterator(ExecutionImpl execution)
isWanted
protected abstract boolean isWanted(java.lang.Object executionScope)
getScopeListFromExecution
protected abstract java.util.List getScopeListFromExecution()
hasNext
public boolean hasNext()
next
public java.lang.Object next()
remove
public void remove()