Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISourceRecipient.cs
1
using
System;
2
3
namespace
TAG.Simulator.ObjectModel.Graphs
4
{
8
public
interface
ISourceRecipient
:
ISimulationNodeChildren
9
{
14
void
Register
(
ISource
Source
);
15
}
16
}
TAG.Simulator.ObjectModel.Graphs.Source
Graph source reference.
Definition:
Source.cs:11
TAG.Simulator.ISimulationNodeChildren
Basic interface for simulator nodes with child nodes.
Definition:
ISimulationNodeChildren.cs:9
TAG.Simulator.ObjectModel.Graphs.ISource
Interface for sources
Definition:
ISource.cs:9
TAG.Simulator.ObjectModel.Graphs.ISourceRecipient
Interface for nodes holding a source node
Definition:
ISourceRecipient.cs:9
TAG.Simulator.ObjectModel.Graphs.ISourceRecipient.Register
void Register(ISource Source)
Registers a source.
TAG.Simulator.ObjectModel.Graphs
Definition:
CombinedCounterGraph.cs:4
ComSim
TAG.Simulator
ObjectModel
Graphs
ISourceRecipient.cs
Generated by
1.9.5