C# Class Landis.Extension.BaseHarvest.StandRankingMethod

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

Protected Methods

Method 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

Method Description
IStandRankingMethod ( IRequirement requirement ) : void
IStandRankingMethod ( List stands, StandRanking rankings ) : void

Method Details

ComputeRank() protected abstract method

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

InitializeForRanking() protected method

protected InitializeForRanking ( List stands, int standCount ) : void
stands List
standCount int
return void

StandRankingMethod() protected method

protected StandRankingMethod ( ) : Edu.Wisc.Forest.Flel.Util
return Edu.Wisc.Forest.Flel.Util

StandRankingMethod() protected method

protected StandRankingMethod ( ) : System.Collections.Generic
return System.Collections.Generic