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