Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.INamedBpmnElementLayout
-
Packages that use INamedBpmnElementLayout Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of INamedBpmnElementLayout in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces of INamedBpmnElementLayout in de.xima.fc.interfaces.workflow.bpmn Modifier and Type Interface Description interface
IAnnotatedNamedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
/** Represents a laid out BPMN element that has a visibleTextAnnotation
interface
ISubProcessBpmnElementLayout<Element extends de.xima.bpmn_model.api.element.bpmn.activities.SubProcess<?>>
/** Represents a laid outSubProcess
that may have a visibletext annotation
, a visiblename
, and astart
andend event
.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type INamedBpmnElementLayout Modifier and Type Method Description de.xima.bpmn_model.api.element.bpmndi.BpmnLabel
IFlattenedAlignmentItemMap. createLabel(de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge, INamedBpmnElementLayout<?> namedElement)
Creates the label for the given edge.de.xima.bpmn_model.api.element.bpmndi.BpmnLabel
IFlattenedAlignmentItemMap. createLabel(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, INamedBpmnElementLayout<?> namedElement)
Creates the label for the given shape.
-