InputOutput¶
-
class
scml.scml2019.
InputOutput
(product, quantity, step)[source]¶ Bases:
object
An input/output to a production process
Attributes Summary
Index of the product used as input or output
Quantity needed/produced
Relative time within the production at which the input is needed (output is produced)
Attributes Documentation
-
product
¶ Index of the product used as input or output
-
quantity
¶ Quantity needed/produced
-
step
¶ Relative time within the production at which the input is needed (output is produced)
-