Method | Description | |
---|---|---|
CheckForCircularDependencies ( ) : void |
Inspects the graph's nodes for circular dependencies.
|
|
GetAllUniqueNodesRecirsively ( ) : List |
||
GetAllUniqueNodesRecirsively ( Stack |
||
Graph ( string title ) : System.Collections.Generic | ||
ProcessCircularDependencies ( List |
||
ToString ( ) : string |
public CheckForCircularDependencies ( ) : void | ||
return | void |
public GetAllUniqueNodesRecirsively ( ) : List |
||
return | List |
public GetAllUniqueNodesRecirsively ( Stack |
||
nodeStack | Stack |
|
childNodes | List |
|
return | List |
public Graph ( string title ) : System.Collections.Generic | ||
title | string | |
return | System.Collections.Generic |
public ProcessCircularDependencies ( List |
||
circularDependencies | List |
|
return | void |