Package org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.gateway
Class ExecutableBpmnStochasticExclusiveGatewayNode
- java.lang.Object
-
- org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.node.AbstractExecutableBpmnNode
-
- org.processmining.poemsconformancecheckingforbpmn.models.bpmn.stochastic.execution.node.gateway.ExecutableBpmnStochasticExclusiveGatewayNode
-
- All Implemented Interfaces:
ExecutableBpmnNode
public class ExecutableBpmnStochasticExclusiveGatewayNode extends AbstractExecutableBpmnNode
-
-
Constructor Summary
Constructors Constructor Description ExecutableBpmnStochasticExclusiveGatewayNode(org.processmining.stochasticbpmn.models.graphbased.directed.bpmn.stochastic.StochasticBPMNDiagram model, org.processmining.stochasticbpmn.models.graphbased.directed.bpmn.stochastic.StochasticGateway gateway, 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()protected BpmnNodeFiringOptionnewFiringOption(BpmnMarking consumeMarking, BpmnMarking produceMarking)-
Methods inherited from class org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.node.AbstractExecutableBpmnNode
equals, fire, getDefaultFiringOption, getFiringOptions, getModel, getNode, getTimesEnabledIn, hashCode, isEnabledIn, 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
-
ExecutableBpmnStochasticExclusiveGatewayNode
public ExecutableBpmnStochasticExclusiveGatewayNode(org.processmining.stochasticbpmn.models.graphbased.directed.bpmn.stochastic.StochasticBPMNDiagram model, org.processmining.stochasticbpmn.models.graphbased.directed.bpmn.stochastic.StochasticGateway gateway, BpmnMarkingUtils markingUtils, BpmnTokenFactory tokenFactory, BpmnMarkingFactory markingFactory)
-
-
Method Detail
-
getConsumeOptions
public java.util.Collection<BpmnMarking> getConsumeOptions()
-
isChoice
public boolean isChoice()
-
getProduceOptions
public java.util.Collection<BpmnMarking> getProduceOptions()
-
getProducesTokensCount
public int getProducesTokensCount()
-
getConsumesTokensCount
public int getConsumesTokensCount()
-
newFiringOption
protected BpmnNodeFiringOption newFiringOption(BpmnMarking consumeMarking, BpmnMarking produceMarking)
- Overrides:
newFiringOptionin classAbstractExecutableBpmnNode
-
-