}
public Responsible createXPDLObject(Responsibles rs,
String type,
boolean addToCollection) {
Responsible r = (Responsible) rs.generateNewElement();
adjustType(r, type);
JaWETypes jts = JaWEManager.getInstance().getJaWEController().getJaWETypes();
boolean hasTemplate = jts.hasTemplateId(type);
if (hasTemplate) {