Interface ISubProcessBpmnElementLayout<Element extends de.xima.bpmn_model.api.element.bpmn.activities.SubProcess<?>>
-
- Type Parameters:
Element
- The type of the BPMN element that is laid out.
- All Superinterfaces:
IAnnotatedBpmnElementLayout<Element>
,IAnnotatedNamedBpmnElementLayout<Element>
,IBoundedBpmnElementLayout<Element>
,IBpmnElementAccessor<Element>
,IBpmnElementLayout<Element>
,INamedBpmnElementLayout<Element>
public interface ISubProcessBpmnElementLayout<Element extends de.xima.bpmn_model.api.element.bpmn.activities.SubProcess<?>> extends IAnnotatedNamedBpmnElementLayout<Element>, IBoundedBpmnElementLayout<Element>
/** Represents a laid outSubProcess
that may have a visibletext annotation
, a visiblename
, and astart
andend event
.- Since:
- 8.4.0
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.interfaces.workflow.bpmn.IAnnotatedBpmnElementLayout
annotation, annotationText
-
Methods inherited from interface de.xima.fc.interfaces.workflow.bpmn.IBoundedBpmnElementLayout
endEvent, startEvent
-
Methods inherited from interface de.xima.fc.interfaces.workflow.bpmn.IBpmnElementLayout
bpmnElement, element, item
-
Methods inherited from interface de.xima.fc.interfaces.workflow.bpmn.INamedBpmnElementLayout
nameText
-
-