Méthode | 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 | ||
Résultat | void |
public GetAllUniqueNodesRecirsively ( ) : List |
||
Résultat | List |
public GetAllUniqueNodesRecirsively ( Stack |
||
nodeStack | Stack |
|
childNodes | List |
|
Résultat | List |
public Graph ( string title ) : System.Collections.Generic | ||
title | string | |
Résultat | System.Collections.Generic |
public ProcessCircularDependencies ( List |
||
circularDependencies | List |
|
Résultat | void |