C# Class Landis.Harvest.InclusionRule

a struct for the inclusion-rule type to hold all parameters
Mostrar archivo 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.AgeCohort

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.AgeCohort
inclusion_type string
age_range AgeRange
temp_percent string
species_list List
return Landis.AgeCohort