creationTable (WorkerPool)

Syntax

<Path>.creationTable(row:integer).AdditionalServices:string[]
<Path>.creationTable(row:integer).Amount:integer
<Path>.creationTable(row:integer).Efficiency:real
<Path>.creationTable(row:integer).Shift:string
<Path>.creationTable(row:integer).Speed:speed
<Path>.creationTable(row:integer).Worker:object

With the sub-attributes of the method creationTable you can set and get the individual settings of the Worker Creation Table of the WorkerPool designated by <Path>.

Parameters

  • The parameter Row of data type integer designates the row in the worker creation table in which you would like to set the attribute.

  • The parameter AdditionalServices is an array of data type string containing the additional services that the Worker can provide.

  • The parameter Amount of data type integer designates the number of Workers that are going to be created.

  • The parameter Efficiency of data type real designates the efficiency of the Worker.

  • The parameter Shift of data type string designates the shift during which the Worker works. You define the shift itself in the assigned ShiftCalendar.

  • The parameter Speed of data type speed designates the speed with which the Worker moves.

  • The parameter Worker of data type object sets the class of the Worker which the WorkerPool uses as the template for the Workers to be created.

Related Topics

creationTable.AdditionalServices

creationTable.Amount

creationTable.Efficiency

creationTable.Shift

creationTable.Speed

creationTable.Worker

getCreationTable

setCreationTable

Worker Creation Table