Ruminant level timer
CLEM.Timers.ActivityTimerRuminantLevel
Determines if a group of ruminants meets the set criteria.

A timer is used to determine whether a component (usually an Activity) can perform its task in the current time-step (see Using timers).
This timer will allow associated components to perform tasks if the specified group of ruminants from the herd meets the set criteria.

The following parameters are used to define this activity

The style of testing this timer against filtered individuals.

Make comparisons with the number of unique individuals identified in from the supplied Ruminant group provided below this timer.

Compare with the sum of a specified property of each individual in the selected individuals.

Compare with the mean of a specified property of each individual in the selected individuals.

Compare with the minimum of a specified property of each individual in the selected individuals.

Compare with the maximum of a specified property of each individual in the selected individuals.

The Individual ruminant property to use when a property is required by the Timer Style.
Only numeric properties are available to compare with the specified amount.
This property will not be visible when Timer style is set to NumberOfIndividuals.

The operators available include
- Equal to
- Not equal to
- Less than
- Less than or equal to
- Greater than
- Greater than or equal to

The amount to compare with.

The following components are required for this timer

Any number of Ruminant group components can be used to define the individuals considered and the unique individuals across all groups will be specified.
See also