C# Class Landis.Extension.BaseHarvest.StandRankingMethod

A base class that represents a method for computing stand rankings.
Inheritance: IStandRankingMethod
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes protégées

Méthode Description
ComputeRank ( Stand stand, int i ) : double

Computes the rank for a stand.

InitializeForRanking ( List stands, int standCount ) : void
StandRankingMethod ( ) : Edu.Wisc.Forest.Flel.Util
StandRankingMethod ( ) : System.Collections.Generic

Private Methods

Méthode Description
IStandRankingMethod ( IRequirement requirement ) : void
IStandRankingMethod ( List stands, StandRanking rankings ) : void

Method Details

ComputeRank() protected abstract méthode

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

InitializeForRanking() protected méthode

protected InitializeForRanking ( List stands, int standCount ) : void
stands List
standCount int
Résultat void

StandRankingMethod() protected méthode

protected StandRankingMethod ( ) : Edu.Wisc.Forest.Flel.Util
Résultat Edu.Wisc.Forest.Flel.Util

StandRankingMethod() protected méthode

protected StandRankingMethod ( ) : System.Collections.Generic
Résultat System.Collections.Generic