C# Class Landis.Harvest.MaxCohortAge

A stand ranking method where the oldest stands are harvested first.
Inheritance: IStandRankingMethod
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
IStandRankingMethod ( List stands, StandRanking rankings ) : void
MaxCohortAge ( )
MaxCohortAge ( ) : System.Collections.Generic

Méthodes protégées

Méthode Description
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.

Method Details

ComputeRank() protected méthode

Computes the rank for a stand.
The stand's rank is its age.
protected ComputeRank ( Stand stand ) : double
stand Stand
Résultat double

ComputeRank() protected méthode

Computes the rank for a stand.
The stand's rank is its age.
protected ComputeRank ( Stand stand, int i ) : double
stand Stand
i int
Résultat double

IStandRankingMethod() public méthode

public IStandRankingMethod ( List stands, StandRanking rankings ) : void
stands List
rankings StandRanking
Résultat void

MaxCohortAge() public méthode

public MaxCohortAge ( )

MaxCohortAge() public méthode

public MaxCohortAge ( ) : System.Collections.Generic
Résultat System.Collections.Generic