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

Type Parameters:
Element - The type of the BPMN element that is laid out.
All Superinterfaces:
IBpmnElementAccessor<Element>, IBpmnElementLayout<Element>
All Known Subinterfaces:
IAnnotatedNamedBpmnElementLayout<Element>, ISubProcessBpmnElementLayout<Element>

public interface INamedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>> extends IBpmnElementLayout<Element>
Represents a laid out BPMN element that has a visible name.
Since:
8.4.0
  • Method Details