|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.text.fba.FbaOptHeaderFormatterV1
public class FbaOptHeaderFormatterV1
This class is a concrete implemenation of FbaOptHeaderFormatter.
Field Summary | |
---|---|
static java.lang.String |
OBJ_VALUE
The header used to indicate the value of the objective function. |
Constructor Summary | |
---|---|
FbaOptHeaderFormatterV1(Fluxome fluxome)
Constructs a new FBA optimization header formatter. |
Method Summary | |
---|---|
java.lang.String |
format(java.lang.String header)
Returns a formatted string representation of the provided header. |
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. |
PipeSetFormat<java.lang.String> |
getPipeSetFormat()
Returns the format used for sets of strings. |
RxnNameSetFormatV1 |
getRxnNameSetFormat()
Returns the format used for reaction name sets. |
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 class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String OBJ_VALUE
Constructor Detail |
---|
public FbaOptHeaderFormatterV1(Fluxome fluxome)
fluxome
- the fluxome used to verify reaction names.Method Detail |
---|
public Fluxome getFluxome()
getFluxome
in interface FbaOptHeaderFormatter
public RxnNameSetFormatV1 getRxnNameSetFormat()
public PipeSetFormat<java.lang.String> getPipeSetFormat()
public java.lang.String getObjValueHeader()
getObjValueHeader
in interface FbaOptHeaderFormatter
public boolean isObjValueHeader(java.lang.String s)
isObjValueHeader
in interface FbaOptHeaderFormatter
s
- the string to compare.
true
if the provided string is equal to the string
returned by getObjValueHeader(); false
otherwise.public java.lang.String format(java.lang.String header)
format
in interface Formatter<java.lang.String>
header
- the header to be formatted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |