public abstract class DiEdge extends DmnDiDiagramElement
| Modifier and Type | Field and Description |
|---|---|
protected List<GraphicInfo> |
waypoints |
attributes, description, extensionElements, id, label| Constructor and Description |
|---|
DiEdge() |
| Modifier and Type | Method and Description |
|---|---|
void |
addWaypoint(GraphicInfo graphicInfo) |
List<GraphicInfo> |
getWaypoints() |
void |
setWaypoints(List<GraphicInfo> waypoints) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValuesprotected List<GraphicInfo> waypoints
public void addWaypoint(GraphicInfo graphicInfo)
public List<GraphicInfo> getWaypoints()
public void setWaypoints(List<GraphicInfo> waypoints)
Copyright © 2021 Flowable. All rights reserved.