public abstract class Edge extends DiagramElement implements Edge
DiagramElement.ExtensionDiagramElement.Extension| Modifier and Type | Field and Description |
|---|---|
protected List<Point> |
waypoint |
extension, id, sharedStyle, style| Constructor and Description |
|---|
Edge() |
| Modifier and Type | Method and Description |
|---|---|
List<Point> |
getWaypoint()
Gets the value of the waypoint property.
|
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyleaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyleaddChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentpublic List<Point> getWaypoint()
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 set method 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
getWaypoint in interface EdgeCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.