C# Class Landis.Harvest.MaxCohortAge

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

Public Methods

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

Protected Methods

Method 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 method

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

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

IStandRankingMethod() public method

public IStandRankingMethod ( List stands, StandRanking rankings ) : void
stands List
rankings StandRanking
return void

MaxCohortAge() public method

public MaxCohortAge ( )

MaxCohortAge() public method

public MaxCohortAge ( ) : System.Collections.Generic
return System.Collections.Generic