C# 클래스 Castle.Core.Internal.TopologicalSortAlgo

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Sort ( IVertex graphNodes ) : IVertex[]

비공개 메소드들

메소드 설명
Visit ( IVertex node, ColorsSet colors, TimestampSet discovery, TimestampSet finish, LinkedList list, int &time ) : void

메소드 상세

Sort() 공개 정적인 메소드

public static Sort ( IVertex graphNodes ) : IVertex[]
graphNodes IVertex
리턴 IVertex[]