Uses of Interface
org.camunda.bpm.model.bpmn.instance.InclusiveGateway
-
Packages that use InclusiveGateway Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance -
-
Uses of InclusiveGateway in org.camunda.bpm.model.bpmn.builder
Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type InclusiveGateway Constructor Description AbstractInclusiveGatewayBuilder(BpmnModelInstance modelInstance, InclusiveGateway element, Class<?> selfType)
InclusiveGatewayBuilder(BpmnModelInstance modelInstance, InclusiveGateway element)
-
Uses of InclusiveGateway in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement InclusiveGateway Modifier and Type Class Description class
InclusiveGatewayImpl
The BPMN inclusiveGateway element
-