Package | Description |
---|---|
org.yawlfoundation.yawl.editor.core.layout |
Modifier and Type | Method and Description |
---|---|
YFlowLayout |
YNetLayout.getFlowLayout(java.lang.String sourceID,
java.lang.String targetID) |
YFlowLayout |
YLayout.getFlowLayout(java.lang.String netID,
java.lang.String sourceID,
java.lang.String targetID) |
YFlowLayout |
YNetLayout.newFlowLayoutInstance(java.lang.String sourceID,
java.lang.String targetID)
Create a new flow layout contained by this net.
|
YFlowLayout |
YNetLayout.removeFlowLayout(java.lang.String sourceID,
java.lang.String targetID) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,YFlowLayout> |
YNetLayout.getFlowLayoutMap() |
java.util.Set<YFlowLayout> |
YNetLayout.getFlows() |
Modifier and Type | Method and Description |
---|---|
void |
YNetLayout.addFlowLayout(YFlowLayout flowLayout) |
Modifier and Type | Method and Description |
---|---|
void |
YNetLayout.setFlows(java.util.Map<java.lang.String,YFlowLayout> flows) |
void |
YNetLayout.setFlows(java.util.Set<YFlowLayout> flowLayouts) |