Interface IBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>

    • Method Detail

      • bpmnElement

        default Element bpmnElement()
        Description copied from interface: IBpmnElementAccessor
        Gets the BPMN element contained in this container.
        Specified by:
        bpmnElement in interface IBpmnElementAccessor<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
        Returns:
        The BPMN element that this container holds.
      • element

        IWorkflowBpmnAlignmentItem<Element,​?> element()
        Gets the alignment item for the laid out BPMN element itself.
        Returns:
        The alignment item for the BPMN element.
      • item

        IWorkflowBpmnAlignmentItem<?,​?> item()
        Gets the alignment item for the complete layout, including the element() and other parts.
        Returns:
        The computed alignment item with the element and other parts.