Package | Description |
---|---|
org.yawlfoundation.yawl.editor.core.layout |
Modifier and Type | Class and Description |
---|---|
class |
YConditionLayout
Stores the layout information for a particular condition
|
class |
YDecoratorLayout
Stores the layout information for a particular decorator of a task
|
class |
YFlowLayout
Store the layout information for a particular flow
|
class |
YNetElementNode
The abstract base class of YTaskLayout and YConditionLayout
|
class |
YTaskLayout |
Modifier and Type | Method and Description |
---|---|
java.util.Set<YLayoutNode> |
YNetLayout.getLayoutNodes()
Gets the combined set of all task and condition layouts for this net
|
Modifier and Type | Method and Description |
---|---|
void |
YNetLayout.addLayoutNode(YLayoutNode layoutNode)
A convenience method to add a node of any kind (task, flow or condition)
|