|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FbaOptFileLineFormat
This interface is used to represent formats of FBA optimization file lines.
Method Summary | |
---|---|
Fluxome |
getFluxome()
Returns the fluxome used to verify reaction names. |
java.lang.String |
getObjValueHeader()
Returns the header used to indicate the value of the objective function. |
boolean |
isObjValueHeader(java.lang.String s)
Indicates if the provided string is the header used to indicate the value of the objective function. |
Methods inherited from interface sbrt.shell.text.MapFormat |
---|
formatKey, formatKeys, formatPair, formatPair, formatValue, formatValues, formatValues, parseAllKeys, parseAllPairs, parseAllValues, parseAllValues, parseKey, parsePair, parseValue |
Method Detail |
---|
Fluxome getFluxome()
java.lang.String getObjValueHeader()
boolean isObjValueHeader(java.lang.String s)
s
- the string to compare.
true
if the provided string is equal
to the string returned by getObjValueHeader();
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |