Manage the properties of the reactants.
    |  | 
        
          | __init__(self,
        allreactants,
        listdef) Create an instance.
 |  |  | 
    |  | 
        
          | splitIntoComponents(self) Split the input set of all reactants into reactive molecules and a 
      set of spectator molecules.
 |  |  | 
    |  | 
        
          | updateDefParts(self) Update the indicies in the reaction channel definition parts to be 
      consistent with the new reactive molecule ordering.
 |  |  | 
    |  | 
        
          | setReactiveMolecules(self) Set the reactive molecule attributes.
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |