|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.proc.fba.MetatoolInputReader.Results
public static class MetatoolInputReader.Results
This class is used to store the results of parsing a Metatool input file.
Method Summary | |
---|---|
java.util.Map<java.lang.String,ChemRxn> |
getCat()
Returns the reactions that are listed in the -CAT
section of the input file. |
java.util.List<java.lang.String> |
getEnzIrrev()
Returns the reaction names that are listed in the -ENZIRREV
section of the input file. |
java.util.List<java.lang.String> |
getEnzRev()
Returns the reaction names that are listed in the -ENZREV
section of the input file. |
java.util.List<java.lang.String> |
getMetExt()
Returns the chemical species that are listed in the -METEXT
section of the input file. |
java.util.List<java.lang.String> |
getMetInt()
Returns the chemical species that are listed in the -METINT
section of the input file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.List<java.lang.String> getEnzRev()
-ENZREV
section of the input file.
-ENZREV
section of the input file.public java.util.List<java.lang.String> getEnzIrrev()
-ENZIRREV
section of the input file.
-ENZIRREV
section of the input file.public java.util.List<java.lang.String> getMetInt()
-METINT
section of the input file.
-METINT
section of the input file.public java.util.List<java.lang.String> getMetExt()
-METEXT
section of the input file.
-METEXT
section of the input file.public java.util.Map<java.lang.String,ChemRxn> getCat()
-CAT
section of the input file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |