C# 클래스 Landis.Extension.BaseHarvest.InclusionRule

a struct for the inclusion-rule type to hold all parameters
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

공개 메소드들

메소드 설명
InclusionRule ( string inclusion_type, AgeRange age_range, string temp_percent, List species_list ) : Landis.Library.AgeOnlyCohorts

constructor, assign members of the stucture

InclusionRule ( string inclusion_type, AgeRange age_range, string temp_percent, List species_list ) : System

constructor, assign members of the stucture

메소드 상세

InclusionRule() 공개 메소드

constructor, assign members of the stucture
public InclusionRule ( string inclusion_type, AgeRange age_range, string temp_percent, List species_list ) : Landis.Library.AgeOnlyCohorts
inclusion_type string
age_range AgeRange
temp_percent string
species_list List
리턴 Landis.Library.AgeOnlyCohorts

InclusionRule() 공개 메소드

constructor, assign members of the stucture
public InclusionRule ( string inclusion_type, AgeRange age_range, string temp_percent, List species_list ) : System
inclusion_type string
age_range AgeRange
temp_percent string
species_list List
리턴 System