Uses of Interface
org.camunda.bpm.model.bpmn.instance.di.Node
-
-
Uses of Node in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement Node Modifier and Type Class Description class
BpmnLabelImpl
The BPMNDI BPMNLabel elementclass
BpmnPlaneImpl
The BPMNDI BPMNPlane elementclass
BpmnShapeImpl
The BPMNDI BPMNShape element -
Uses of Node in org.camunda.bpm.model.bpmn.impl.instance.di
Classes in org.camunda.bpm.model.bpmn.impl.instance.di that implement Node Modifier and Type Class Description class
LabeledShapeImpl
The DI LabeledShape elementclass
LabelImpl
The DI Label elementclass
NodeImpl
The DI Node elementclass
PlaneImpl
The DI Plane elementclass
ShapeImpl
The DI Shape element -
Uses of Node in org.camunda.bpm.model.bpmn.instance.bpmndi
Subinterfaces of Node in org.camunda.bpm.model.bpmn.instance.bpmndi Modifier and Type Interface Description interface
BpmnLabel
The BPMNDI BPMNLabel elementinterface
BpmnPlane
The BPMNDI BPMNPlane elementinterface
BpmnShape
The BPMNDI BPMNShape element -
Uses of Node in org.camunda.bpm.model.bpmn.instance.di
Subinterfaces of Node in org.camunda.bpm.model.bpmn.instance.di Modifier and Type Interface Description interface
Label
The DI Label elementinterface
LabeledShape
The DI LabeledShape elementinterface
Plane
The DI Plane elementinterface
Shape
The DI Shape element
-