C# Class hl2glsl.DependencyGraphNode

Mostrar archivo Open project: SickheadGames/HL2GLSL Class Usage Examples

Public Methods

Method Description
AddCallsBy ( DependencyGraphNode func ) : void
DependencyGraphNode ( string dependencyName ) : System
GetCalledByList ( ) : ArrayList
GetDependencyName ( ) : string
IsCalledBy ( string func ) : bool
Print ( ) : void
ReplaceCalledBy ( DependencyGraphNode toReplace, DependencyGraphNode newOne ) : void
SetDependencyName ( string name ) : void

Method Details

AddCallsBy() public method

public AddCallsBy ( DependencyGraphNode func ) : void
func DependencyGraphNode
return void

DependencyGraphNode() public method

public DependencyGraphNode ( string dependencyName ) : System
dependencyName string
return System

GetCalledByList() public method

public GetCalledByList ( ) : ArrayList
return System.Collections.ArrayList

GetDependencyName() public method

public GetDependencyName ( ) : string
return string

IsCalledBy() public method

public IsCalledBy ( string func ) : bool
func string
return bool

Print() public method

public Print ( ) : void
return void

ReplaceCalledBy() public method

public ReplaceCalledBy ( DependencyGraphNode toReplace, DependencyGraphNode newOne ) : void
toReplace DependencyGraphNode
newOne DependencyGraphNode
return void

SetDependencyName() public method

public SetDependencyName ( string name ) : void
name string
return void