C# 클래스 Landis.Harvest.InclusionRequirement

상속: IRequirement
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

공개 메소드들

메소드 설명
InclusionRequirement ( List rule_list ) : Landis.Species

constructor, assigns the list of inclusion rules

비공개 메소드들

메소드 설명
CheckRule ( Stand stand, InclusionRule rule ) : bool
IRequirement ( Stand stand ) : bool

use combination of all rules in rule_list to determine if this stand meets this inclusion requirement

check_rule ( Stand stand, int>.Dictionary stand_cohorts, InclusionRule rule, string key, int site_count, double percent ) : bool

calculate the boolean expression for the given rule and stand parameters.

check_rule ( Stand stand, InclusionRule rule ) : bool
get_key ( string key_start, AgeRange age_range ) : string

make a string key for the dictionary. format is

init_dictionary ( Stand stand, int>.Dictionary stand_cohorts ) : void

initialize the cohort dictionary for this stand's evaluation

메소드 상세

InclusionRequirement() 공개 메소드

constructor, assigns the list of inclusion rules
public InclusionRequirement ( List rule_list ) : Landis.Species
rule_list List
리턴 Landis.Species