public class TokenList extends Object implements FlowInstanceTokenList
| Constructor and Description |
|---|
TokenList() |
TokenList(List<? extends FlowInstanceToken> tokenList) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(FlowInstanceToken token) |
List<FlowInstanceToken> |
getActiveTokens() |
List<FlowInstanceToken> |
getNodeTokens(Identifier nodeId) |
Iterator<FlowInstanceToken> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic TokenList()
public TokenList(List<? extends FlowInstanceToken> tokenList)
public List<FlowInstanceToken> getActiveTokens()
getActiveTokens in interface FlowInstanceTokenListpublic List<FlowInstanceToken> getNodeTokens(Identifier nodeId)
getNodeTokens in interface FlowInstanceTokenListpublic Iterator<FlowInstanceToken> iterator()
iterator in interface FlowInstanceTokenListiterator in interface Iterable<FlowInstanceToken>public void add(FlowInstanceToken token)
add in interface FlowInstanceTokenListCopyright © 2015. All rights reserved.