Uses of Interface
org.camunda.bpm.model.bpmn.instance.di.DiagramElement
Package
Description
-
Uses of DiagramElement in org.camunda.bpm.model.bpmn.impl.instance
-
Uses of DiagramElement in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Modifier and TypeClassDescriptionclass
The BPMNDI BPMNEdge elementclass
The BPMNDI BPMNLabel elementclass
The BPMNDI BPMNPlane elementclass
The BPMNDI BPMNShape elementModifier and TypeFieldDescriptionprotected static AttributeReference<DiagramElement>
BpmnEdgeImpl.sourceElementAttribute
protected static AttributeReference<DiagramElement>
BpmnEdgeImpl.targetElementAttribute
Modifier and TypeMethodDescriptionBpmnEdgeImpl.getSourceElement()
BpmnEdgeImpl.getTargetElement()
Modifier and TypeMethodDescriptionvoid
BpmnEdgeImpl.setSourceElement
(DiagramElement sourceElement) void
BpmnEdgeImpl.setTargetElement
(DiagramElement targetElement) -
Uses of DiagramElement in org.camunda.bpm.model.bpmn.impl.instance.di
Modifier and TypeClassDescriptionclass
The DI DiagramElement elementclass
class
The DI LabeledEdge elementclass
The DI LabeledShape elementclass
The DI Label elementclass
The DI Node elementclass
The DI Plane elementclass
The DI Shape elementModifier and TypeFieldDescriptionprotected static ChildElementCollection<DiagramElement>
PlaneImpl.diagramElementCollection
-
Uses of DiagramElement in org.camunda.bpm.model.bpmn.instance
-
Uses of DiagramElement in org.camunda.bpm.model.bpmn.instance.bpmndi
Modifier and TypeInterfaceDescriptioninterface
The BPMNDI BPMNEdge elementinterface
The BPMNDI BPMNLabel elementinterface
The BPMNDI BPMNPlane elementinterface
The BPMNDI BPMNShape elementModifier and TypeMethodDescriptionvoid
BpmnEdge.setSourceElement
(DiagramElement sourceElement) void
BpmnEdge.setTargetElement
(DiagramElement targetElement) -
Uses of DiagramElement in org.camunda.bpm.model.bpmn.instance.di
Modifier and TypeInterfaceDescriptioninterface
The DI Edge elementinterface
The DI Label elementinterface
The DI LabeledEdge elementinterface
The DI LabeledShape elementinterface
The DI Node elementinterface
The DI Plane elementinterface
The DI Shape element