Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TAG.Simulator Namespace Reference

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...
 

Enumeration Type Documentation

◆ TimeBase

Base of simulation time

Definition at line 32 of file Model.cs.

Function Documentation

◆ ForEachCallbackMethod()

delegate Task TAG.Simulator.ForEachCallbackMethod ( ISimulationNode  Node)

Callback method for iteration across the simulation model.

Parameters
NodeCurrent node being processed.