C# Class Landis.Extension.BaseHarvest.InclusionRule

a struct for the inclusion-rule type to hold all parameters
Show file Open project: LANDIS-II-Foundation/Extensions-Disturbance Class Usage Examples

Public Methods

Method Description
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

Method Details

InclusionRule() public method

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
return Landis.Library.AgeOnlyCohorts

InclusionRule() public method

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
return System