public OutcomeUnitSummary(UnitSnapshot before) { this.before = before; after = null; }
public OutcomeUnitSummary(UnitSnapshot before, UnitSnapshot after) { this.before = before; this.after = after; }