Class ExecutableBpmnParallelGatewayNode
- java.lang.Object
-
- org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.node.AbstractExecutableBpmnNode
-
- org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.node.gateway.ExecutableBpmnParallelGatewayNode
-
- All Implemented Interfaces:
ExecutableBpmnNode
public class ExecutableBpmnParallelGatewayNode extends AbstractExecutableBpmnNode
-
-
Constructor Summary
Constructors Constructor Description ExecutableBpmnParallelGatewayNode(org.processmining.models.graphbased.directed.bpmn.BPMNDiagram model, org.processmining.models.graphbased.directed.bpmn.BPMNNode node, BpmnMarkingUtils markingUtils, BpmnTokenFactory tokenFactory, BpmnMarkingFactory markingFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<BpmnMarking>getConsumeOptions()intgetConsumesTokensCount()java.util.Collection<BpmnMarking>getProduceOptions()intgetProducesTokensCount()booleanisChoice()-
Methods inherited from class org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.node.AbstractExecutableBpmnNode
equals, fire, getDefaultFiringOption, getFiringOptions, getModel, getNode, getTimesEnabledIn, hashCode, isEnabledIn, newFiringOption, setDefaultProduceOption, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.node.ExecutableBpmnNode
fireAll, fireOne
-
-
-
-
Constructor Detail
-
ExecutableBpmnParallelGatewayNode
public ExecutableBpmnParallelGatewayNode(org.processmining.models.graphbased.directed.bpmn.BPMNDiagram model, org.processmining.models.graphbased.directed.bpmn.BPMNNode node, BpmnMarkingUtils markingUtils, BpmnTokenFactory tokenFactory, BpmnMarkingFactory markingFactory)
-
-
Method Detail
-
isChoice
public boolean isChoice()
-
getProduceOptions
public java.util.Collection<BpmnMarking> getProduceOptions()
-
getProducesTokensCount
public int getProducesTokensCount()
-
getConsumesTokensCount
public int getConsumesTokensCount()
-
getConsumeOptions
public java.util.Collection<BpmnMarking> getConsumeOptions()
-
-