public class PostConditionTable extends Object
| Constructor and Description |
|---|
PostConditionTable()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Integer fromIndex,
int tokenFlowIndex)
Adds a flow to the table
|
int[] |
getFlowsByEventId(Integer eventId)
Returns an array of outgoing flow indexes
|
public int[] getFlowsByEventId(Integer eventId)
eventId - element indexpublic void add(Integer fromIndex, int tokenFlowIndex)
fromIndex - source element indextokenFlowIndex - flow indexCopyright © 2020 Pivotal Software, Inc.. All rights reserved.