public class FlowChartSnippet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<FlowLink> |
links
The flow chart links.
|
private java.util.List<FlowNode> |
nodes
The flow chart nodes.
|
| Constructor and Description |
|---|
FlowChartSnippet(java.util.List<FlowNode> nodes,
java.util.List<FlowLink> links)
Create an instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FlowLink> |
getLinks()
Get the
links field. |
java.util.List<FlowNode> |
getNodes()
Get the
nodes field. |
void |
setLinks(java.util.List<FlowLink> links)
Set the list of links in the flow chart.
|
void |
setNodes(java.util.List<FlowNode> nodes)
Set the list of nodes in the flow chart.
|
private java.util.List<FlowNode> nodes
private java.util.List<FlowLink> links
public void setNodes(java.util.List<FlowNode> nodes)
nodes - The new list of nodes.public void setLinks(java.util.List<FlowLink> links)
links - The new list of links.