C# Класс Landis.Extension.BaseHarvest.StandRankingMethod

A base class that represents a method for computing stand rankings.
Наследование: IStandRankingMethod
Показать файл Открыть проект

Защищенные методы

Метод Описание
ComputeRank ( Stand stand, int i ) : double

Computes the rank for a stand.

InitializeForRanking ( List stands, int standCount ) : void
StandRankingMethod ( ) : Edu.Wisc.Forest.Flel.Util
StandRankingMethod ( ) : System.Collections.Generic

Приватные методы

Метод Описание
IStandRankingMethod ( IRequirement requirement ) : void
IStandRankingMethod ( List stands, StandRanking rankings ) : void

Описание методов

ComputeRank() защищенный абстрактный Метод

Computes the rank for a stand.
protected abstract ComputeRank ( Stand stand, int i ) : double
stand Stand
i int
Результат double

InitializeForRanking() защищенный Метод

protected InitializeForRanking ( List stands, int standCount ) : void
stands List
standCount int
Результат void

StandRankingMethod() защищенный Метод

protected StandRankingMethod ( ) : Edu.Wisc.Forest.Flel.Util
Результат Edu.Wisc.Forest.Flel.Util

StandRankingMethod() защищенный Метод

protected StandRankingMethod ( ) : System.Collections.Generic
Результат System.Collections.Generic