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
Показать файл Открыть проект

Открытые методы

Метод Описание
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