메소드 | 설명 | |
---|---|---|
AddEdge ( |
||
AddEdge ( string srcLabel, string destLabel ) : void | ||
AddEdge ( string srcLabel, string destLabel, string label ) : void | ||
AddNode ( |
||
Graph ( ) : System |
메소드 | 설명 | |
---|---|---|
AddEdge ( |
public AddEdge ( |
||
src | ||
dest | ||
리턴 | void |
public AddEdge ( string srcLabel, string destLabel ) : void | ||
srcLabel | string | |
destLabel | string | |
리턴 | void |
public AddEdge ( string srcLabel, string destLabel, string label ) : void | ||
srcLabel | string | |
destLabel | string | |
label | string | |
리턴 | void |