Interface FlowNode

All Superinterfaces:
BaseElement, BpmnModelElementInstance, FlowElement, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Subinterfaces:
Activity, AdHocSubProcess, BoundaryEvent, BusinessRuleTask, CallActivity, CatchEvent, ComplexGateway, EndEvent, Event, EventBasedGateway, ExclusiveGateway, Gateway, InclusiveGateway, IntermediateCatchEvent, IntermediateThrowEvent, ManualTask, ParallelGateway, ReceiveTask, ScriptTask, SendTask, ServiceTask, StartEvent, SubProcess, Task, ThrowEvent, Transaction, UserTask
All Known Implementing Classes:
ActivityImpl, AdHocSubProcessImpl, BoundaryEventImpl, BusinessRuleTaskImpl, CallActivityImpl, CatchEventImpl, ComplexGatewayImpl, EndEventImpl, EventBasedGatewayImpl, EventImpl, ExclusiveGatewayImpl, FlowNodeImpl, GatewayImpl, InclusiveGatewayImpl, IntermediateCatchEventImpl, IntermediateThrowEventImpl, ManualTaskImpl, ParallelGatewayImpl, ReceiveTaskImpl, ScriptTaskImpl, SendTaskImpl, ServiceTaskImpl, StartEventImpl, SubProcessImpl, TaskImpl, ThrowEventImpl, TransactionImpl, UserTaskImpl

public interface FlowNode extends FlowElement
The BPMN flowNode element
Author:
Sebastian Menski