Uses of Class
sbrt.shell.text.math.LinearCombFormatV1

Packages that use LinearCombFormatV1
sbrt.shell.text.chem Provides classes and interfaces for defining formats for chemistry related objects. 
sbrt.shell.text.fba Provides classes and interfaces for defining formats for objects relevant to Flux Balance Analysis. 
sbrt.shell.text.math Provides classes and interfaces for defining formats for mathematical objects. 
 

Uses of LinearCombFormatV1 in sbrt.shell.text.chem
 

Methods in sbrt.shell.text.chem that return LinearCombFormatV1
 LinearCombFormatV1<java.lang.String> RevRxnFormatV1.getLinearCombFormat()
          Returns the format used for stoichiometric expressions.
 LinearCombFormatV1<java.lang.String> IrrevRxnFormatV1.getLinearCombFormat()
          Returns the format used for stoichiometric expressions.
 

Uses of LinearCombFormatV1 in sbrt.shell.text.fba
 

Methods in sbrt.shell.text.fba that return LinearCombFormatV1
 LinearCombFormatV1<java.lang.String> RevRxnFormatV1.getLinearCombFormat()
          Returns the format used for stoichiometric expressions.
 LinearCombFormatV1<java.lang.String> IrrevRxnFormatV1.getLinearCombFormat()
          Returns the format used for stoichiometric expressions.
 LinearCombFormatV1<java.lang.String> RxnNameExprFormatV1.getLinerCombFormat()
          Returns the format used for linear combination.
 

Uses of LinearCombFormatV1 in sbrt.shell.text.math
 

Methods in sbrt.shell.text.math that return LinearCombFormatV1
static LinearCombFormatV1<java.lang.String> LinearCombFormatV1.getBasic()
          Returns a LinearCombFormatV1 that does not format or parse the variables supplied to it.