All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, Event, FlowElement, FlowNode, InteractionNode, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
CatchEventImpl, ThrowEventImpl

public abstract class EventImpl extends FlowNodeImpl implements Event
The BPMN event element
Author:
Sebastian Menski
  • Field Details

    • propertyCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Property> propertyCollection
  • Constructor Details

    • EventImpl

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