Class Edge
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DiagramElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Edge
- Direct Known Subclasses:
LabeledEdge
Java class for Edge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Edge"> <complexContent> <extension base="{http://www.omg.org/spec/DD/20100524/DI}DiagramElement"> <sequence> <element name="waypoint" type="{http://www.omg.org/spec/DD/20100524/DC}Point" maxOccurs="unbounded" minOccurs="2"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DiagramElement
DiagramElement.Extension
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DiagramElement
extension, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the waypoint property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.DiagramElement
getExtension, getId, getOtherAttributes, setExtension, setId
-
Field Details
-
waypoint
-
-
Constructor Details
-
Edge
public Edge()
-
-
Method Details
-
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 Jakarta XML Binding 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
-