Package org.kie.dmn.model.v1_2.dmndi
Class Edge
- java.lang.Object
-
- org.kie.dmn.model.v1_2.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_2.dmndi.DiagramElement
-
- org.kie.dmn.model.v1_2.dmndi.Edge
-
- All Implemented Interfaces:
DiagramElement,Edge,DMNModelInstrumentedBase
- Direct Known Subclasses:
DMNDecisionServiceDividerLine,DMNEdge
public abstract class Edge extends DiagramElement implements Edge
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_2.dmndi.DiagramElement
DiagramElement.Extension
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.dmndi.DiagramElement
DiagramElement.Extension
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Point>waypoint-
Fields inherited from class org.kie.dmn.model.v1_2.dmndi.DiagramElement
extension, id, sharedStyle, style
-
-
Constructor Summary
Constructors Constructor Description Edge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Point>getWaypoint()Gets the value of the waypoint property.-
Methods inherited from class org.kie.dmn.model.v1_2.dmndi.DiagramElement
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
-
Methods inherited from class org.kie.dmn.model.v1_2.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.dmndi.DiagramElement
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-
-
-
Method Detail
-
getWaypoint
public List<Point> getWaypoint()
Gets the value of the waypoint property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the waypoint property.For example, to add a new item, do as follows:
getWaypoint().add(newItem);Objects of the following type(s) are allowed in the list
Point- Specified by:
getWaypointin interfaceEdge
-
-