sbrt.shell.text.fba
Interface RxnNameOrExprFormat

All Superinterfaces:
Format, Formatter<java.lang.Object>, Parser<java.lang.Object>, SimpleFormat<java.lang.Object>
All Known Implementing Classes:
RxnNameOrExprFormatV1

public interface RxnNameOrExprFormat
extends SimpleFormat<java.lang.Object>

This interface is used to represent formats for reaction names and 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.