Package org.flowable.bpmn.model
Class InclusiveGateway
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.FlowElement
-
- org.flowable.bpmn.model.FlowNode
-
- org.flowable.bpmn.model.Gateway
-
- org.flowable.bpmn.model.InclusiveGateway
-
- All Implemented Interfaces:
HasExecutionListeners,HasExtensionAttributes
public class InclusiveGateway extends Gateway
- Author:
- Tijs Rademakers
-
-
Field Summary
-
Fields inherited from class org.flowable.bpmn.model.Gateway
defaultFlow
-
Fields inherited from class org.flowable.bpmn.model.FlowNode
asynchronous, asynchronousLeave, asynchronousLeaveNotExclusive, behavior, incomingFlows, notExclusive, outgoingFlows
-
Fields inherited from class org.flowable.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainer
-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description InclusiveGateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InclusiveGatewayclone()voidsetValues(InclusiveGateway otherElement)-
Methods inherited from class org.flowable.bpmn.model.Gateway
getDefaultFlow, setDefaultFlow, setValues
-
Methods inherited from class org.flowable.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isAsynchronousLeave, isAsynchronousLeaveExclusive, isAsynchronousLeaveNotExclusive, isExclusive, isNotExclusive, setAsynchronous, setAsynchronousLeave, setAsynchronousLeaveExclusive, setAsynchronousLeaveNotExclusive, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValues
-
Methods inherited from class org.flowable.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValues
-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Method Detail
-
clone
public InclusiveGateway clone()
-
setValues
public void setValues(InclusiveGateway otherElement)
-
-