SettlementService

PAM 系統的結算引擎——彙總各項計分、應用調整、產出最終等第。

工作流

RawScore (原始分數)
  ↓ apply(GradeAdjustment)
Adjusted Score
  ↓ apply(等第上限規則)
Final Grade (最終等第)
  ↓ output(Settlement Report)
結算報表

關鍵方法

與其他概念的關係

實作層面