|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.text.AbstractMapFormat<java.lang.String,ChemRxn>
sbrt.shell.text.fba.MixedFluxomeFormatV1
public final class MixedFluxomeFormatV1
This class is used to format irreversible reaction fluxome files.
Constructor Summary | |
---|---|
MixedFluxomeFormatV1()
Constructs a new irreversible reaction fluxome format. |
Method Summary | |
---|---|
PipeListFormat<ChemRxn> |
getListFormat()
Returns the format used for lists of reactions. |
EqualsMapEntryFormatV1<java.lang.String,java.lang.String> |
getMapEntryFormat()
Returns the format used for reaction name-reaction pairs. |
RxnFormatV1 |
getRxnFormat()
Returns the format used for reactions. |
RxnNameFormatV1 |
getRxnNameFormat()
Returns the format used for reaction names. |
PipeSetFormat<java.lang.String> |
getSetFormat()
Returns the format used for sets of reaction names. |
Methods inherited from class sbrt.shell.text.AbstractMapFormat |
---|
formatKey, formatKeys, formatPair, formatPair, formatValue, formatValues, formatValues, getKeyFormatter, getKeyParser, getValueFormatter, getValueParser, parseAllKeys, parseAllPairs, parseAllValues, parseAllValues, parseKey, parsePair, parseValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MixedFluxomeFormatV1()
Method Detail |
---|
public RxnNameFormatV1 getRxnNameFormat()
public RxnFormatV1 getRxnFormat()
public EqualsMapEntryFormatV1<java.lang.String,java.lang.String> getMapEntryFormat()
getMapEntryFormat
in class AbstractMapFormat<java.lang.String,ChemRxn>
public PipeSetFormat<java.lang.String> getSetFormat()
getSetFormat
in class AbstractMapFormat<java.lang.String,ChemRxn>
public PipeListFormat<ChemRxn> getListFormat()
getListFormat
in class AbstractMapFormat<java.lang.String,ChemRxn>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |