Package org.flowable.dmn.model
Class DmnDiEdge
- java.lang.Object
-
- org.flowable.dmn.model.DmnElement
-
- org.flowable.dmn.model.DmnDiDiagramElement
-
- org.flowable.dmn.model.DiEdge
-
- org.flowable.dmn.model.DmnDiEdge
-
public class DmnDiEdge extends DiEdge
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdmnElementRef-
Fields inherited from class org.flowable.dmn.model.DmnElement
attributes, description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description DmnDiEdge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDmnElementRef()voidsetDmnElementRef(String dmnElementRef)-
Methods inherited from class org.flowable.dmn.model.DiEdge
addWaypoint, getWaypoints, setWaypoints
-
Methods inherited from class org.flowable.dmn.model.DmnElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValues
-
-