sbrt.shell.text.fba
Interface FluxomeSolutionFileLineFormat

All Superinterfaces:
Format, MapFormat<java.lang.String,LinearComb<java.lang.String>>
All Known Implementing Classes:
FluxomeSolFileLineFormatV1

public interface FluxomeSolutionFileLineFormat
extends MapFormat<java.lang.String,LinearComb<java.lang.String>>

This interface is used to represent formats for solutions to the linear system of equations formed by a fluxome.

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.MapFormat
formatKey, formatKeys, formatPair, formatPair, formatValue, formatValues, formatValues, parseAllKeys, parseAllPairs, parseAllValues, parseAllValues, parseKey, parsePair, parseValue
 

Method Detail

getFluxome

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

Returns:
the fluxome used to verify reaction names.