|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.text.fba.RxnNameOrExprFormatV1
public final class RxnNameOrExprFormatV1
This class is a concrete implemenation of RxnNameOrExprFormat.
Constructor Summary | |
---|---|
RxnNameOrExprFormatV1(Fluxome fluxome)
Constructs a new reaction name and expression format. |
Method Summary | |
---|---|
java.lang.String |
format(java.lang.Object rxnNameOrExpression)
Returns the string representation of the provided object. |
Fluxome |
getFluxome()
Returns the fluxome used to verify reaction names. |
RxnNameExprFormatV1 |
getLinearCombFormat()
Returns the reaction name expression format. |
RxnNameVerifier |
getRxnNameChecker()
Returns the reaction name verifier. |
java.lang.Object |
parse(java.lang.String rxnNameOrExpression)
Parses the provided string and returns its corresponding object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RxnNameOrExprFormatV1(Fluxome fluxome)
fluxome
- the fluxome used to verify reaction names.Method Detail |
---|
public Fluxome getFluxome()
getFluxome
in interface RxnNameOrExprFormat
public RxnNameVerifier getRxnNameChecker()
public RxnNameExprFormatV1 getLinearCombFormat()
public java.lang.String format(java.lang.Object rxnNameOrExpression)
format
in interface Formatter<java.lang.Object>
rxnNameOrExpression
- a reaction name or
LinearComb of reaction names.
public java.lang.Object parse(java.lang.String rxnNameOrExpression)
parse
in interface Parser<java.lang.Object>
rxnNameOrExpression
- a string representation of a
reaction name or expression.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |