throw new IllegalArgumentException
(act + " has no predecessors, cannot be preliminarily chosen");
}
for (Iterator i = predecessors.iterator(); i.hasNext ();) {
ExtTransitionLocal trans = (ExtTransitionLocal)i.next();
ExtActivityLocal fromAct = (ExtActivityLocal)trans.from();
if (fromAct.deferChoiceOnSplit ()
&& threadInfo.includes (fromAct.key())) {
for (Iterator j = ((Collection)transByFrom.get(fromAct.key()))
.iterator(); j.hasNext ();) {
ExtTransitionLocal ft = (ExtTransitionLocal)j.next();