Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICustomGraph.cs
1
using
System;
2
3
namespace
TAG.Simulator.ObjectModel.Graphs
4
{
8
public
interface
ICustomGraph
:
IGraph
9
{
13
string
For
14
{
15
get
;
16
}
17
}
18
}
TAG.Simulator.ObjectModel.Graphs.ICustomGraph
Interface for custom graph nodes
Definition:
ICustomGraph.cs:9
TAG.Simulator.ObjectModel.Graphs.ICustomGraph.For
string For
If the graph represents the visualization of a given entity. (Otherwise, null, or the empty string....
Definition:
ICustomGraph.cs:14
TAG.Simulator.ObjectModel.Graphs.IGraph
Interface for graph nodes
Definition:
IGraph.cs:10
TAG.Simulator.ObjectModel.Graphs
Definition:
CombinedCounterGraph.cs:4
ComSim
TAG.Simulator
ObjectModel
Graphs
ICustomGraph.cs
Generated by
1.9.5