C# Class Castle.Core.Internal.TopologicalSortAlgo

Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Sort ( IVertex graphNodes ) : IVertex[]

Private Methods

Method Description
Visit ( IVertex node, ColorsSet colors, TimestampSet discovery, TimestampSet finish, LinkedList list, int &time ) : void

Method Details

Sort() public static method

public static Sort ( IVertex graphNodes ) : IVertex[]
graphNodes IVertex
return IVertex[]