List otherAttrs = convertAttributes((HasExtensibility) o);
ActivityRef a;
EntityRef e;
<<<<<<< HEAD
return c.convertUsed(
c.convert(o.getId()),
tAttrs, labAttrs, locAttrs, roleAttrs, otherAttrs,
(((a = o.getActivity()) == null) ? null : c.convert(a.getRef())),
(((e = o.getEntity()) == null) ? null : c.convert(e.getRef())),
o.getTime());
=======
return c.convertUsed(c.convert(o.getId()), tAttrs,
labAttrs,
locAttrs, roleAttrs,
otherAttrs,
((a = o.getActivity()) == null) ? null : c
.convert(a.getRef()),
((e = o.getEntity()) == null) ? null : c.convert(e.getRef()),
o.getTime());
>>>>>>> 46c1e442824a4f8262a058fe5f0fa2e37437071d
}
public Object convert(WasStartedBy o) { |