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