C# Class hl2glsl.DependencyGraph

Mostrar archivo Open project: SickheadGames/HL2GLSL Class Usage Examples

Public Methods

Method Description
AddDependant ( DependencyGraphNode dep ) : void
CountDependants ( ) : int
DependencyGraph ( ) : System
GetWhoThisFunctionCalls ( string func ) : ArrayList
PrintCallTree ( ) : void
RemoveDependant ( DependencyGraphNode dep ) : void
ReplaceDependant ( string toReplace, DependencyGraphNode newNode ) : void
SearchDependant ( string dependantName ) : DependencyGraphNode

Method Details

AddDependant() public method

public AddDependant ( DependencyGraphNode dep ) : void
dep DependencyGraphNode
return void

CountDependants() public method

public CountDependants ( ) : int
return int

DependencyGraph() public method

public DependencyGraph ( ) : System
return System

GetWhoThisFunctionCalls() public method

public GetWhoThisFunctionCalls ( string func ) : ArrayList
func string
return System.Collections.ArrayList

PrintCallTree() public method

public PrintCallTree ( ) : void
return void

RemoveDependant() public method

public RemoveDependant ( DependencyGraphNode dep ) : void
dep DependencyGraphNode
return void

ReplaceDependant() public method

public ReplaceDependant ( string toReplace, DependencyGraphNode newNode ) : void
toReplace string
newNode DependencyGraphNode
return void

SearchDependant() public method

public SearchDependant ( string dependantName ) : DependencyGraphNode
dependantName string
return DependencyGraphNode