C# Class Landis.Extension.BaseHarvest.MaxCohortAge

A stand ranking method where the oldest stands are harvested first.
Inheritance: StandRankingMethod
Mostrar archivo Open project: LANDIS-II-Foundation/Extensions-Disturbance

Public Methods

Method Description
MaxCohortAge ( )

Protected Methods

Method Description
ComputeRank ( Stand stand, int i ) : double

Computes the rank for a stand.

The stand's rank is its age.

Method Details

ComputeRank() protected method

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

MaxCohortAge() public method

public MaxCohortAge ( )