C# Class OpenRasta.Pipeline.CallGraph.TopologicalSortCallGraphGenerator

Inheritance: IGenerateCallGraphs
Show file Open project: openrasta/openrasta-core

Public Methods

Method Description
GenerateCallGraph ( IEnumerable contributors ) : IEnumerable

Private Methods

Method Description
GetCompatibleNodes ( IEnumerable nodes, TopologicalNode notificationNode, Type type ) : IEnumerable>
TopologicalSortCallGraphGenerator ( ) : System

Method Details

GenerateCallGraph() public method

public GenerateCallGraph ( IEnumerable contributors ) : IEnumerable
contributors IEnumerable
return IEnumerable