Package org.activiti.bpmn.model
Class InclusiveGateway
java.lang.Object
org.activiti.bpmn.model.BaseElement
org.activiti.bpmn.model.FlowElement
org.activiti.bpmn.model.FlowNode
org.activiti.bpmn.model.Gateway
org.activiti.bpmn.model.InclusiveGateway
- All Implemented Interfaces:
AcceptUpdates,HasExecutionListeners,HasExtensionAttributes
-
Field Summary
Fields inherited from class org.activiti.bpmn.model.Gateway
defaultFlowFields inherited from class org.activiti.bpmn.model.FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlowsFields inherited from class org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.activiti.bpmn.model.Gateway
getDefaultFlow, setDefaultFlow, setValuesMethods inherited from class org.activiti.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, hasIncomingFlows, hasOutgoingFlows, isAsynchronous, isExclusive, isInitialFlowNode, isLinkCatchEvent, isLinkThrowEvent, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesMethods inherited from class org.activiti.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.bpmn.model.AcceptUpdates
accept