C# 클래스 Smrf.NodeXL.Core.VertexSorterBase

Base class for vertex sorters.
This abstract class can serve as a base class for implementations. Its implementations of the public methods provide error checking but defer the actual work to protected abstract methods.
상속: NodeXLBase, IVertexSorter
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
AssertValid ( ) : void
Sort ( ICollection vertices ) : ICollection
VertexSorterBase ( ) : System

Initializes a new instance of the VertexSorterBase class.

보호된 메소드들

메소드 설명
SortCore ( IVertex vertices ) : IVertex[]

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

Sort() 공개 메소드

public Sort ( ICollection vertices ) : ICollection
vertices ICollection
리턴 ICollection

SortCore() 보호된 추상적인 메소드

protected abstract SortCore ( IVertex vertices ) : IVertex[]
vertices IVertex
리턴 IVertex[]

VertexSorterBase() 공개 메소드

Initializes a new instance of the VertexSorterBase class.
public VertexSorterBase ( ) : System
리턴 System