inline OpQueEntry::OpQueEntry(const OpQueEntry & o) : op(o.op), from(o.from) { from->incRef(); }
inline OpQueEntry::OpQueEntry(const Operation & o, LocatedEntity & f) : op(o), from(&f) { from->incRef(); }