Package | Description |
---|---|
org.yawlfoundation.yawl.editor.core.layout | |
org.yawlfoundation.yawl.editor.ui.specification.io |
Modifier and Type | Method and Description |
---|---|
YNetLayout |
YLayout.getNetLayout(java.lang.String netID) |
YNetLayout |
YLayout.newNetLayoutInstance(java.lang.String id)
Create a new net layout for this layout tree.
|
YNetLayout |
YLayout.removeNetLayout(java.lang.String netID) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,YNetLayout> |
YLayout.getNetLayouts() |
Modifier and Type | Method and Description |
---|---|
void |
YLayout.addNetLayout(YNetLayout netLayout) |
Modifier and Type | Method and Description |
---|---|
static void |
LayoutImporter.setNetLayout(NetGraphModel netModel,
YNetLayout netLayout) |