protected Object calculate(TimeList tl, Context cntx)
throws CalculateException {
tl.addPointTime(Type.START);
Object o;
WaitValue wv;
Map<String, WaitValue> r = new HashMap<String, WaitValue>();
Map<String, WaitValue> r_parent = new HashMap<String, WaitValue>();
Sync sync = new Sync();