Package | Description |
---|---|
com.whitestein.lsps.visualization |
This package contains classes used to convert process model into a diagram
representation.
|
Modifier and Type | Method and Description |
---|---|
List<DiagramNode> |
Diagram.getNodes()
Gets a list of nodes in this diagram.
|
Modifier and Type | Method and Description |
---|---|
void |
Diagram.addNode(DiagramNode node)
Adds a node to this diagram.
|
Constructor and Description |
---|
DiagramNode(String id,
ProcessElementType type,
DiagramNode parent)
Creates a new node.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.