C# Класс Landis.Harvest.MaxCohortAge

A stand ranking method where the oldest stands are harvested first.
Наследование: IStandRankingMethod
Показать файл Открыть проект

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

Метод Описание
IStandRankingMethod ( List stands, StandRanking rankings ) : void
MaxCohortAge ( )
MaxCohortAge ( ) : System.Collections.Generic

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

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

Computes the rank for a stand.

The stand's rank is its age.

ComputeRank ( Stand stand, int i ) : double

Computes the rank for a stand.

The stand's rank is its age.

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

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

Computes the rank for a stand.
The stand's rank is its age.
protected ComputeRank ( Stand stand ) : double
stand Stand
Результат double

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

Computes the rank for a stand.
The stand's rank is its age.
protected ComputeRank ( Stand stand, int i ) : double
stand Stand
i int
Результат double

IStandRankingMethod() публичный Метод

public IStandRankingMethod ( List stands, StandRanking rankings ) : void
stands List
rankings StandRanking
Результат void

MaxCohortAge() публичный Метод

public MaxCohortAge ( )

MaxCohortAge() публичный Метод

public MaxCohortAge ( ) : System.Collections.Generic
Результат System.Collections.Generic