sbrt.shell.text.fba
Interface RxnNameExprFormat<E extends MathExpr<S>,S>

Type Parameters:
E - the mathematical expression type.
S - the variable type.
All Superinterfaces:
Format, Formatter<E>, Parser<E>, SimpleFormat<E>
All Known Implementing Classes:
RxnNameExprFormatV1

public interface RxnNameExprFormat<E extends MathExpr<S>,S>
extends SimpleFormat<E>

This interface is used to represent formats for mathematical expressions of reaction names.

Author:
This interface was written and documented by Jeremiah Wright while in the Wagner lab.

Method Summary
 Fluxome getFluxome()
          Returns the fluxome used to verify reaction names.
 
Methods inherited from interface sbrt.shell.text.Formatter
format
 
Methods inherited from interface sbrt.shell.text.Parser
parse
 

Method Detail

getFluxome

Fluxome getFluxome()
Returns the fluxome used to verify reaction names.

Returns:
the fluxome used to verify reaction names.