C# Class Landis.Harvest.EconomicRank

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

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

Computes the rank for a stand.
protected ComputeRank ( Stand stand ) : double
stand Stand
Résultat double

ComputeRank() protected méthode

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

EconomicRank() public méthode

public EconomicRank ( EconomicRankTable rankTable ) : Landis.AgeCohort
rankTable EconomicRankTable
Résultat Landis.AgeCohort

EconomicRank() public méthode

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

IStandRankingMethod() public méthode

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