|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.proc.fba.MetatoolInputWriter
public class MetatoolInputWriter
This class is used to write input files for Metatool.
Field Summary | |
---|---|
static java.lang.String |
SURR
The string used to denote the surroundings. |
Constructor Summary | |
---|---|
MetatoolInputWriter()
Creates a new Metatool input file writer. |
Method Summary | |
---|---|
void |
writeFile(IrrevRxnFluxome fluxome,
OutputFile<java.lang.String> file)
Writes a metatool input file. |
void |
writeFile(MixedFluxome fluxome,
OutputFile<java.lang.String> file)
Writes a metatool input file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SURR
Constructor Detail |
---|
public MetatoolInputWriter()
Method Detail |
---|
public void writeFile(IrrevRxnFluxome fluxome, OutputFile<java.lang.String> file)
fluxome
- the network to be written to file.file
- the metatool input file.public void writeFile(MixedFluxome fluxome, OutputFile<java.lang.String> file)
fluxome
- the network to be written to file.file
- the metatool input file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |