public class NetModelSet extends java.util.HashSet<NetGraphModel>
Constructor and Description |
---|
NetModelSet() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(NetGraphModel netModel) |
boolean |
add(NetGraphModel netModel,
boolean root) |
boolean |
addNoUndo(NetGraphModel netModel) |
boolean |
addRootNet(NetGraphModel netModel) |
void |
clear() |
NetGraphModel |
get(java.lang.String id) |
NetGraphModel |
getNetModelFromName(java.lang.String name) |
NetGraphModel |
getRootNet() |
java.util.Set<NetGraphModel> |
getSortedNets() |
java.util.Set<NetGraphModel> |
getSubNets() |
void |
propagateDecompositionNameChange(YDecomposition decomposition,
java.lang.String oldLabel) |
NetGraphModel |
propagateGlobalFontChange(java.awt.Font font) |
boolean |
remove(NetGraphModel netModel) |
boolean |
removeNoUndo(NetGraphModel netModel) |
java.util.Set<YAWLCompositeTask> |
resetUnfoldingCompositeTasks(NetGraphModel netModel) |
boolean |
setRootNet(NetGraphModel newRootNet) |
boolean |
setRootNet(java.lang.String name) |
clone, contains, isEmpty, iterator, remove, size, spliterator
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
public NetGraphModel getRootNet()
public java.util.Set<NetGraphModel> getSubNets()
public NetGraphModel get(java.lang.String id)
public java.util.Set<NetGraphModel> getSortedNets()
public boolean setRootNet(java.lang.String name)
public boolean setRootNet(NetGraphModel newRootNet)
public boolean add(NetGraphModel netModel)
add
in interface java.util.Collection<NetGraphModel>
add
in interface java.util.Set<NetGraphModel>
add
in class java.util.HashSet<NetGraphModel>
public boolean add(NetGraphModel netModel, boolean root)
public boolean addNoUndo(NetGraphModel netModel)
public boolean addRootNet(NetGraphModel netModel)
public boolean remove(NetGraphModel netModel)
public boolean removeNoUndo(NetGraphModel netModel)
public void clear()
clear
in interface java.util.Collection<NetGraphModel>
clear
in interface java.util.Set<NetGraphModel>
clear
in class java.util.HashSet<NetGraphModel>
public java.util.Set<YAWLCompositeTask> resetUnfoldingCompositeTasks(NetGraphModel netModel)
public NetGraphModel getNetModelFromName(java.lang.String name)
public void propagateDecompositionNameChange(YDecomposition decomposition, java.lang.String oldLabel)
public NetGraphModel propagateGlobalFontChange(java.awt.Font font)