C# Класс Landis.Harvest.InclusionRequirement

Наследование: IRequirement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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