Method | Description | |
---|---|---|
GraphNode ( string tag ) : System.Collections.Generic |
Constructs with the provided string tag.
|
|
GraphNode ( string tag, |
Constructs with the provided string tag and position.
|
|
GraphNode ( string tag, |
Constructs with the provided string tag, position and auxiliary data.
|
|
GraphNode ( string tag, |
Constructs with the provided string tag, position, auxiliary data and node depth.
|
public GraphNode ( string tag ) : System.Collections.Generic | ||
tag | string | |
return | System.Collections.Generic |
public GraphNode ( string tag, |
||
tag | string | |
position | ||
return | System.Collections.Generic |
public GraphNode ( string tag, |
||
tag | string | |
position | ||
auxData | object | |
return | System.Collections.Generic |
public GraphNode ( string tag, |
||
tag | string | |
position | ||
auxData | object | |
depth | int | |
return | System.Collections.Generic |