Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
GraphVizDocument.cs
2{
6 public class GraphVizDocument
7 {
13 {
14 this.GraphDescription = GraphDescription;
15 }
16
20 public string GraphDescription { get; }
21 }
22}
string GraphDescription
Graph Description in dot file format
GraphVizDocument(string GraphDescription)
Encapsulates a GraphViz document