public class GatewayPathSelector extends Object
| Constructor and Description |
|---|
GatewayPathSelector(BPSimulator simulator)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getEnabledFlows(ProcessActivity fromActivity,
int[] flowIndexes)
Given preceeding element and list of all possible flows selects ones to
activate.
|
public GatewayPathSelector(BPSimulator simulator)
simulator - instance of the simulatorpublic int[] getEnabledFlows(ProcessActivity fromActivity, int[] flowIndexes) throws BPSimulatorException
fromActivity - gateway elementflowIndexes - outgoing flow indexesBPSimulatorException - in case of unknown gateways typeCopyright © 2020 Pivotal Software, Inc.. All rights reserved.