1using System.Collections.Generic;
19 public readonly SortedDictionary<long, StringBuilder>
ByTime =
new SortedDictionary<long, StringBuilder>();
24 public readonly StringBuilder
Summary =
new StringBuilder();
42 if (!this.ByTime.TryGetValue(Ticks, out StringBuilder Output))
44 Output =
new StringBuilder();
45 this.ByTime[Ticks] = Output;
Contains internal states used during generation of PlantUML diagram.s
StringBuilder GetBuilder(long Ticks)
Gets the PlantUML output StringBuilder associated with a time-point.
PlantUmlStates(TimeUnit TimeUnit)
Contains internal states used during generation of PlantUML diagram.s
readonly StringBuilder Summary
Summary part of diagrams.
readonly TimeUnit TimeUnit
Time unit.
readonly SortedDictionary< long, StringBuilder > ByTime
Event parts of diagrams.
TimeUnit
Options for presenting time in reports.