final int o6r = Env.encodeReadVar(TYPE_OBJECT, 6);
final int o6w = Env.encodeWriteVar(TYPE_OBJECT, 6);
final int o8w = Env.encodeWriteVar(TYPE_OBJECT, 8);
PQLFactory.setParallelisationMode(PQLFactory.ParallelisationMode.NONPARALLEL);
Join p = PQLFactory.Reduction( new Reductor [] {PQLFactory.Reductors.SET(o0r, o8w)},
PQLFactory.CONTAINS(o1r, o0w),
PQLFactory.FIELD(env.v_object[0].getClass(), o0r, o3w),
PQLFactory.CONTAINS(o3r, o2w),
PQLFactory.FIELD(env.v_object[2].getClass(), o2r, o5w),
PQLFactory.FIELD(env.v_object[5].getClass(), o5r, o6w),