Interface FlowElement

All Superinterfaces:
BaseElement, BpmnModelElementInstance, ModelElementInstance
All Known Subinterfaces:
Activity, BoundaryEvent, BusinessRuleTask, CallActivity, CatchEvent, ComplexGateway, DataObject, DataObjectReference, DataStoreReference, EndEvent, Event, EventBasedGateway, ExclusiveGateway, FlowNode, Gateway, InclusiveGateway, IntermediateCatchEvent, IntermediateThrowEvent, ManualTask, ParallelGateway, ReceiveTask, ScriptTask, SendTask, SequenceFlow, ServiceTask, StartEvent, SubProcess, Task, ThrowEvent, Transaction, UserTask
All Known Implementing Classes:
ActivityImpl, BoundaryEventImpl, BusinessRuleTaskImpl, CallActivityImpl, CatchEventImpl, ComplexGatewayImpl, DataObjectImpl, DataObjectReferenceImpl, DataStoreReferenceImpl, EndEventImpl, EventBasedGatewayImpl, EventImpl, ExclusiveGatewayImpl, FlowElementImpl, FlowNodeImpl, GatewayImpl, InclusiveGatewayImpl, IntermediateCatchEventImpl, IntermediateThrowEventImpl, ManualTaskImpl, ParallelGatewayImpl, ReceiveTaskImpl, ScriptTaskImpl, SendTaskImpl, SequenceFlowImpl, ServiceTaskImpl, StartEventImpl, SubProcessImpl, TaskImpl, ThrowEventImpl, TransactionImpl, UserTaskImpl

public interface FlowElement extends BaseElement
The BPMN flowElement element
Author:
Daniel Meyer, Sebastian Menski