Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Distributions.cs
1using System;
2
4{
9 {
16 : base(Parent, Model)
17 {
18 }
19
23 public override string LocalName => nameof(Distributions);
24
32 {
33 return new Distributions(Parent, Model);
34 }
35 }
36}
Root node of a simulation model
Definition: Model.cs:49
override ISimulationNode Create(ISimulationNode Parent, Model Model)
Creates a new instance of the node.
Distributions(ISimulationNode Parent, Model Model)
Container for distributions.
override string LocalName
Local name of XML element defining contents of class.
Abstract base class for simulation nodes with children
ISimulationNode Parent
Parent node in the simulation model.
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...