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