ifference between revisions of "EMK:Schedules"

From EMK Wiki
Jump to navigation Jump to search
Line 22: Line 22:
 
|}
 
|}
  
 
+
The information in a Schedule Resource can be presented in one of two modes
 +
*Data grid
 
[[EMK:EMarket User Manual | Back to User Manual Main Page]]
 
[[EMK:EMarket User Manual | Back to User Manual Main Page]]

Revision as of 12:47, 12 November 2012

Example Schedule Window

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

Back to User Manual Main Page