public class ConfigureSet
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static int |
AND_Split |
static int |
NO_Join |
static int |
NO_Split |
static int |
XOR_Split |
Constructor and Description |
---|
ConfigureSet(NetGraphModel model) |
Modifier and Type | Method and Description |
---|---|
boolean |
addRemoveMember(YAWLCell newSetMember) |
boolean |
containsRemoveMembers(YAWLCell cell) |
java.util.Map<YAWLTask,java.lang.Integer> |
getChangedDecorators() |
java.util.HashSet |
getRemoveFlows() |
java.util.HashSet<YAWLCell> |
getRemoveSetMembers() |
java.util.HashSet |
getRemoveTasks() |
java.util.HashSet<VertexContainer> |
getRemoveVertexContainers() |
boolean |
hasRemoveMembers() |
boolean |
removeRemoveMember(YAWLCell oldSetMember) |
void |
setRemoveSetMembers(java.util.HashSet<YAWLCell> setMembers) |
int |
sizeOfRemoveMembers() |
public static final int NO_Join
public static final int NO_Split
public static final int AND_Split
public static final int XOR_Split
public ConfigureSet(NetGraphModel model)
public java.util.HashSet<VertexContainer> getRemoveVertexContainers()
public java.util.HashSet<YAWLCell> getRemoveSetMembers()
public void setRemoveSetMembers(java.util.HashSet<YAWLCell> setMembers)
public java.util.HashSet getRemoveFlows()
public java.util.HashSet getRemoveTasks()
public boolean addRemoveMember(YAWLCell newSetMember)
public boolean removeRemoveMember(YAWLCell oldSetMember)
public boolean containsRemoveMembers(YAWLCell cell)
public int sizeOfRemoveMembers()
public boolean hasRemoveMembers()
public java.util.Map<YAWLTask,java.lang.Integer> getChangedDecorators()