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<Assignment> |
DiagramNode.getAssignments()
Gets view of the list of assignments of this
connection.
|
List<Assignment> |
DiagramConnection.getAssignments()
Gets unmodifiable view of the list of assignments of this
connection.
|
Modifier and Type | Method and Description |
---|---|
void |
DiagramNode.addAssignment(Assignment assignment)
Adds an assignment to a list of assignment of this diagram connection.
|
void |
DiagramConnection.addAssignment(Assignment assignment)
Adds an assignment to a list of assignment of this diagram connection.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.