Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISource.cs
1using System;
2
4{
8 public interface ISource : ISimulationNode
9 {
13 string Reference
14 {
15 get;
16 }
17 }
18}
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...