|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.text.AbstractMapFormat<LinearComb<java.lang.String>,Interval>
sbrt.shell.text.fba.ConstraintsFileLineFormatV2
public final class ConstraintsFileLineFormatV2
This class is a concrete implemenation of ConstraintsFileLineFormat.
Constructor Summary | |
---|---|
ConstraintsFileLineFormatV2(Fluxome fluxome)
Constructs a new contraints file line format. |
Method Summary | |
---|---|
Fluxome |
getFluxome()
Returns the fluxome used to verify reaction names. |
PipeListFormat<Interval> |
getListFormat()
Returns the format used for lists of values. |
EqualsMapEntryFormatV1<java.lang.String,java.lang.String> |
getMapEntryFormat()
Returns the format used for variable-value pairs. |
PipeSetFormat<LinearComb<java.lang.String>> |
getSetFormat()
Returns the format used for sets of variables. |
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 |
Methods inherited from interface sbrt.shell.text.MapFormat |
---|
formatKey, formatKeys, formatPair, formatPair, formatValue, formatValues, formatValues, parseAllKeys, parseAllPairs, parseAllValues, parseAllValues, parseKey, parsePair, parseValue |
Constructor Detail |
---|
public ConstraintsFileLineFormatV2(Fluxome fluxome)
fluxome
- the fluxome used to verify reaction
names.Method Detail |
---|
public Fluxome getFluxome()
getFluxome
in interface ConstraintsFileLineFormat<LinearComb<java.lang.String>>
public EqualsMapEntryFormatV1<java.lang.String,java.lang.String> getMapEntryFormat()
getMapEntryFormat
in class AbstractMapFormat<LinearComb<java.lang.String>,Interval>
public PipeSetFormat<LinearComb<java.lang.String>> getSetFormat()
getSetFormat
in class AbstractMapFormat<LinearComb<java.lang.String>,Interval>
public PipeListFormat<Interval> getListFormat()
getListFormat
in class AbstractMapFormat<LinearComb<java.lang.String>,Interval>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |