Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ReportHistory.cs
2{
6 public class ReportHistory : ReportNode
7 {
12 : base()
13 {
14 }
15
19 public override string LocalName => nameof(ReportHistory);
20
25 public override IStateMachineNode Create()
26 {
27 return new ReportHistory();
28 }
29
30 }
31}
Contains a report over the history of the state-machine.
Definition: ReportHistory.cs:7
override IStateMachineNode Create()
Creates a new node of the corresponding type.
ReportHistory()
Contains a report over the history of the state-machine.