Uses of Interface
org.camunda.bpm.model.bpmn.instance.di.LabeledShape
-
Packages that use LabeledShape Package Description org.camunda.bpm.model.bpmn.impl.instance.bpmndi org.camunda.bpm.model.bpmn.impl.instance.di org.camunda.bpm.model.bpmn.instance.bpmndi -
-
Uses of LabeledShape in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement LabeledShape Modifier and Type Class Description class
BpmnShapeImpl
The BPMNDI BPMNShape element -
Uses of LabeledShape in org.camunda.bpm.model.bpmn.impl.instance.di
Classes in org.camunda.bpm.model.bpmn.impl.instance.di that implement LabeledShape Modifier and Type Class Description class
LabeledShapeImpl
The DI LabeledShape element -
Uses of LabeledShape in org.camunda.bpm.model.bpmn.instance.bpmndi
Subinterfaces of LabeledShape in org.camunda.bpm.model.bpmn.instance.bpmndi Modifier and Type Interface Description interface
BpmnShape
The BPMNDI BPMNShape element
-