|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.proc.fba.MetatoolInputReader
public class MetatoolInputReader
This class is used to parse Metatool input files for the purpose of converting them to FBA Reaction Files.
Nested Class Summary | |
---|---|
static class |
MetatoolInputReader.Results
This class is used to store the results of parsing a Metatool input file. |
Field Summary | |
---|---|
static java.lang.String |
CAT
The Metatool keyword -CAT . |
static java.lang.String |
ENZIRREV
The Metatool keyword -ENZIRREV . |
static java.lang.String |
ENZREV
The Metatool keyword -ENZREV . |
static java.lang.String |
METEXT
The Metatool keyword -METEXT . |
static java.lang.String |
METINT
The Metatool keyword -METINT . |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Used for testing purposes. |
static MetatoolInputReader.Results |
parse(java.util.List<java.lang.String> fileLines)
Parses the lines of 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 ENZREV
-ENZREV
.
public static final java.lang.String ENZIRREV
-ENZIRREV
.
public static final java.lang.String METINT
-METINT
.
public static final java.lang.String METEXT
-METEXT
.
public static final java.lang.String CAT
-CAT
.
Method Detail |
---|
public static MetatoolInputReader.Results parse(java.util.List<java.lang.String> fileLines)
fileLines
- a list of all lines contained in a Metatool input file.
public static void main(java.lang.String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |