ifference between revisions of "EMK:Schedules"
Line 24: | Line 24: | ||
The information in a Schedule Resource can be presented in one of two modes | The information in a Schedule Resource can be presented in one of two modes | ||
*Data grid | *Data grid | ||
+ | *Script editor (as shown in figure to the right | ||
+ | |||
+ | |||
[[EMK:EMarket User Manual | Back to User Manual Main Page]] | [[EMK:EMarket User Manual | Back to User Manual Main Page]] |
Revision as of 13:48, 12 November 2012
Schedules are designed to give advanced control over various aspects of a Run during its execution. This is achieved by changing how values for EMarket's internal variables are derived. In other words the Schedule extends and modifies EMarket's underlying scripting language which describes the input parameters at each Tick of a Run. In this regard a Schedule can be considered analogous to programming language for EMarket.
The Schedule can be used to define:
- variables
- the traits of entities
When a variable is defined, a new value is added to the run data, based on the definition. When a trait is defined through the Schedule, the entity and trait concerned will already exist in the model, but the existing definition of the trait's value will be modified.
Schedule Window Fields
Name | The name of the Schedule resource. |
Description | A free text field for supplementary information about the Schedule. |
Variable | Variable names are used in the Schedule to place values into the model (or return values from the model) as it runs. |
Definition | The definition determines the value that the associated variable will take. |
The information in a Schedule Resource can be presented in one of two modes
- Data grid
- Script editor (as shown in figure to the right