}
public TransitionRef createXPDLObject(TransitionRefs trs,
String type,
boolean addToCollection) {
TransitionRef tr = (TransitionRef) trs.generateNewElement();
adjustType(tr, type);
JaWETypes jts = JaWEManager.getInstance().getJaWEController().getJaWETypes();
boolean hasTemplate = jts.hasTemplateId(type);
if (hasTemplate) {