Manage a reaction channel definition.
    |  | 
        
          | __init__(self,
        str_definition,
        logger=None) Create an instance.
 |  |  | 
    |  | 
        
          | __eq__(self,
        other) Define class equality.
 |  |  | 
    |  | 
        
          | __repr__(self) Define representation format.
 |  |  | 
    |  | 
        
          | setChannelAttrs(self,
        r_one_a_one,
        r_two_a_one,
        r_one_a_two=None,
        r_two_a_two=None) Set up some attributes for this class.
 |  |  | 
    |  | 
        
          | checkDefStrFormat(self) Check the format of the string representation of the definition.
 |  |  | 
    |  | 
        
          | checkAtomUniqueness(self) Check for unique atoms.
 |  |  | 
    |  | 
        
          | checkAtomZeroIndex(self) Check for an atom index that is zero.
 |  |  | 
    |  | 
        
          | checkDefinition(self) Check this reaction channel definition.
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__setattr__,__sizeof__,__str__,__subclasshook__ |