Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IGraph.cs
1
using
System;
2
using
System.IO;
3
4
namespace
TAG.Simulator.ObjectModel.Graphs
5
{
9
public
interface
IGraph
10
{
14
string
Header
15
{
16
get
;
17
}
18
23
void
ExportGraph
(StreamWriter Output);
24
32
bool
ExportGraphScript
(StreamWriter Output,
string
CustomColor,
bool
Span);
33
}
34
}
TAG.Simulator.ObjectModel.Graphs.IGraph
Interface for graph nodes
Definition:
IGraph.cs:10
TAG.Simulator.ObjectModel.Graphs.IGraph.Header
string Header
Optional header
Definition:
IGraph.cs:15
TAG.Simulator.ObjectModel.Graphs.IGraph.ExportGraphScript
bool ExportGraphScript(StreamWriter Output, string CustomColor, bool Span)
Exports the graph to a markdown output.
TAG.Simulator.ObjectModel.Graphs.IGraph.ExportGraph
void ExportGraph(StreamWriter Output)
Exports the graph to a markdown output.
TAG.Simulator.ObjectModel.Graphs
Definition:
CombinedCounterGraph.cs:4
ComSim
TAG.Simulator
ObjectModel
Graphs
IGraph.cs
Generated by
1.9.5