Method | Description | |
---|---|---|
All ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void |
Selects all of a species' cohorts for harvesting.
|
|
AllExceptOldest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void |
Selects all of a species' cohorts for harvesting except the oldest.
|
|
AllExceptYoungest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void |
Selects all of a species' cohorts for harvesting except the youngest.
|
|
Oldest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void |
Selects the oldest of a species' cohorts for harvesting.
|
|
Youngest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void |
Selects the youngest of a species' cohorts for harvesting.
|
public static All ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void | ||
cohorts | ISpeciesCohorts | |
isHarvested | ISpeciesCohortBoolArray | |
return | void |
public static AllExceptOldest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void | ||
cohorts | ISpeciesCohorts | |
isHarvested | ISpeciesCohortBoolArray | |
return | void |
public static AllExceptYoungest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void | ||
cohorts | ISpeciesCohorts | |
isHarvested | ISpeciesCohortBoolArray | |
return | void |
public static Oldest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void | ||
cohorts | ISpeciesCohorts | |
isHarvested | ISpeciesCohortBoolArray | |
return | void |
public static Youngest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void | ||
cohorts | ISpeciesCohorts | |
isHarvested | ISpeciesCohortBoolArray | |
return | void |