Method | Description | |
---|---|---|
AddEdge ( |
||
AddEdge ( string srcLabel, string destLabel ) : void | ||
AddEdge ( string srcLabel, string destLabel, string label ) : void | ||
AddNode ( |
||
Graph ( ) : System |
Method | Description | |
---|---|---|
AddEdge ( |
public AddEdge ( |
||
src | ||
dest | ||
return | void |
public AddEdge ( string srcLabel, string destLabel ) : void | ||
srcLabel | string | |
destLabel | string | |
return | void |
public AddEdge ( string srcLabel, string destLabel, string label ) : void | ||
srcLabel | string | |
destLabel | string | |
label | string | |
return | void |