java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, Lane, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class LaneImpl extends BaseElementImpl implements Lane
The BPMN lane element
Author:
Sebastian Menski
  • Field Details

    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • partitionElementRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<PartitionElement> partitionElementRefAttribute
    • partitionElementChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<PartitionElement> partitionElementChild
    • flowNodeRefCollection

      protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<FlowNode,FlowNodeRef> flowNodeRefCollection
    • childLaneSetChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<ChildLaneSet> childLaneSetChild
  • Constructor Details

    • LaneImpl

      public LaneImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details