dasi.models.Reaction¶
-
class
dasi.models.
Reaction
(name, inputs, outputs, metadata=None)[source]¶ Bases:
object
An activity that takes in several Molecules and produces other Molecules.
Attributes
input molecules to the reaction
output molecule of the reaction
-
__init__
(name, inputs, outputs, metadata=None)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(name, inputs, outputs[, metadata])Initialize self.
-
inputs
= None¶ input molecules to the reaction
-
outputs
= None¶ output molecule of the reaction
-