C# Class Landis.Harvest.EconomicRank

A stand ranking method based on economic ranks
Inheritance: StandRankingMethod
Show file Open project: LANDIS-II-Foundation/Extensions-Disturbance

Public Methods

Method Description
EconomicRank ( EconomicRankTable rankTable ) : Landis.AgeCohort
EconomicRank ( ) : System.Collections.Generic
IStandRankingMethod ( List stands, StandRanking rankings ) : void

Protected Methods

Method Description
ComputeRank ( Stand stand ) : double

Computes the rank for a stand.

ComputeRank ( Stand stand, int i ) : double

Computes the rank for a stand.

Method Details

ComputeRank() protected method

Computes the rank for a stand.
protected ComputeRank ( Stand stand ) : double
stand Stand
return double

ComputeRank() protected method

Computes the rank for a stand.
protected ComputeRank ( Stand stand, int i ) : double
stand Stand
i int
return double

EconomicRank() public method

public EconomicRank ( EconomicRankTable rankTable ) : Landis.AgeCohort
rankTable EconomicRankTable
return Landis.AgeCohort

EconomicRank() public method

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

IStandRankingMethod() public method

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