Process¶
-
class
scml.scml2019.
Process
(id, production_level, name, inputs, outputs, historical_cost)[source]¶ Bases:
object
Attributes Summary
Average cost for running this process in some world.
A manufacturing process.
list of input product name + quantity required and time of consumption relative to the time required for production (value from 0 to 1)
Object name
list of output product names, quantity required and when it becomes available relative to the time required for production (value from 0 to 1)
The level of this process in the production graph
Attributes Documentation
-
historical_cost
¶ Average cost for running this process in some world. Filled by the world
-
id
¶ A manufacturing process.
-
inputs
¶ list of input product name + quantity required and time of consumption relative to the time required for production (value from 0 to 1)
-
name
¶ Object name
-
outputs
¶ list of output product names, quantity required and when it becomes available relative to the time required for production (value from 0 to 1)
-
production_level
¶ The level of this process in the production graph
-