![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
class | Factory |
Factory of simulation objects. More... | |
interface | ISimulationNode |
Basic interface for simulator nodes. Implementing this interface allows classes with default contructors to be used in simulator models. More... | |
interface | ISimulationNodeChildren |
Basic interface for simulator nodes with child nodes. More... | |
class | Model |
Root node of a simulation model More... | |
Enumerations | |
enum | TimeBase |
Base of simulation time More... | |
Functions | |
delegate Task | ForEachCallbackMethod (ISimulationNode Node) |
Callback method for iteration across the simulation model. More... | |
delegate Task TAG.Simulator.ForEachCallbackMethod | ( | ISimulationNode | Node | ) |
Callback method for iteration across the simulation model.
Node | Current node being processed. |