Uses of Class
sbrt.kernel.fba.ReversibleRxn

Packages that use ReversibleRxn
sbrt.shell.text.chem Provides classes and interfaces for defining formats for chemistry related objects. 
 

Uses of ReversibleRxn in sbrt.shell.text.chem
 

Methods in sbrt.shell.text.chem that return ReversibleRxn
 ReversibleRxn RevRxnFormatV1.parse(java.lang.String reaction)
          Parses the provided string and returns its corresponding chemical reaction.
 ReversibleRxn RevRxnFormatV2.parse(java.lang.String reaction)
          Parses the provided string and returns its corresponding chemical reaction.
 

Methods in sbrt.shell.text.chem with parameters of type ReversibleRxn
 java.lang.String RevRxnFormatV1.format(ReversibleRxn rxn)
          Returns a formatted string representation of the provided reversible chemical reaction.
 java.lang.String RevRxnFormatV2.format(ReversibleRxn rxn)
          Returns a formatted string representation of the provided reversible chemical reaction.