@Override public int getValue(int uid) { return base.synthGetValue(true, uid, 0, default_untilv[uid]); }
@Override public ScConstructValueString getValueString(int uid) throws ScNoValueStringException { ScConstructValue value = new ScConstructValue(base.displayGetValue(true, uid, 0, 1 << 20)); return new ScConstructValueString("", value, ""); }
@Override public int getDynamicValue(int uid, int untilv) { return base.synthGetValue(true, uid, 0, untilv); }