Modifier and Type | Method and Description |
---|---|
DiagramElement |
BaseElementImpl.getDiagramElement() |
Modifier and Type | Class and Description |
---|---|
class |
BpmnEdgeImpl
The BPMNDI BPMNEdge element
|
class |
BpmnLabelImpl
The BPMNDI BPMNLabel element
|
class |
BpmnPlaneImpl
The BPMNDI BPMNPlane element
|
class |
BpmnShapeImpl
The BPMNDI BPMNShape element
|
Modifier and Type | Field and Description |
---|---|
protected static AttributeReference<DiagramElement> |
BpmnEdgeImpl.sourceElementAttribute |
protected static AttributeReference<DiagramElement> |
BpmnEdgeImpl.targetElementAttribute |
Modifier and Type | Method and Description |
---|---|
DiagramElement |
BpmnEdgeImpl.getSourceElement() |
DiagramElement |
BpmnEdgeImpl.getTargetElement() |
Modifier and Type | Method and Description |
---|---|
void |
BpmnEdgeImpl.setSourceElement(DiagramElement sourceElement) |
void |
BpmnEdgeImpl.setTargetElement(DiagramElement targetElement) |
Modifier and Type | Class and Description |
---|---|
class |
DiagramElementImpl
The DI DiagramElement element
|
class |
EdgeImpl |
class |
LabeledEdgeImpl
The DI LabeledEdge element
|
class |
LabeledShapeImpl
The DI LabeledShape element
|
class |
LabelImpl
The DI Label element
|
class |
NodeImpl
The DI Node element
|
class |
PlaneImpl
The DI Plane element
|
class |
ShapeImpl
The DI Shape element
|
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<DiagramElement> |
PlaneImpl.diagramElementCollection |
Modifier and Type | Method and Description |
---|---|
Collection<DiagramElement> |
PlaneImpl.getDiagramElements() |
Modifier and Type | Method and Description |
---|---|
DiagramElement |
BaseElement.getDiagramElement() |
Modifier and Type | Interface and Description |
---|---|
interface |
BpmnEdge
The BPMNDI BPMNEdge element
|
interface |
BpmnLabel
The BPMNDI BPMNLabel element
|
interface |
BpmnPlane
The BPMNDI BPMNPlane element
|
interface |
BpmnShape
The BPMNDI BPMNShape element
|
Modifier and Type | Method and Description |
---|---|
DiagramElement |
BpmnEdge.getSourceElement() |
DiagramElement |
BpmnEdge.getTargetElement() |
Modifier and Type | Method and Description |
---|---|
void |
BpmnEdge.setSourceElement(DiagramElement sourceElement) |
void |
BpmnEdge.setTargetElement(DiagramElement targetElement) |
Modifier and Type | Interface and Description |
---|---|
interface |
Edge
The DI Edge element
|
interface |
Label
The DI Label element
|
interface |
LabeledEdge
The DI LabeledEdge element
|
interface |
LabeledShape
The DI LabeledShape element
|
interface |
Node
The DI Node element
|
interface |
Plane
The DI Plane element
|
interface |
Shape
The DI Shape element
|
Modifier and Type | Method and Description |
---|---|
Collection<DiagramElement> |
Plane.getDiagramElements() |
Copyright © 2015. All rights reserved.