パッケージ mechanics.analysis
クラス StatsSnapshot
java.lang.Object
mechanics.analysis.StatsSnapshot
Immutable data record holding a complete snapshot of all party member stats
and active buff names at a specific point in simulation time.
Snapshots are produced by StatsRecorder and consumed by
HtmlReportGenerator to populate the interactive stats
table slider in the HTML report.
-
フィールド詳細
-
コンストラクタの詳細
-
StatsSnapshot
public StatsSnapshot(double time, Map<String, Map<StatType, Double>> characterStats, Map<String, List<String>> characterBuffs) Constructs a new snapshot.- パラメータ:
time- simulation time in secondscharacterStats- map from character name to their effective stat valuescharacterBuffs- map from character name to their active buff name list
-