Class FlowNodeImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, FlowElement, FlowNode, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
ActivityImpl, EventImpl, GatewayImpl

public abstract class FlowNodeImpl extends FlowElementImpl implements FlowNode
The BPMN flowNode element
Author:
Sebastian Menski
  • Field Details

    • incomingCollection

      protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<SequenceFlow,Incoming> incomingCollection
    • outgoingCollection

      protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<SequenceFlow,Outgoing> outgoingCollection
  • Constructor Details

    • FlowNodeImpl

      public FlowNodeImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
  • Method Details