|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.text.fba.CatalystListFormatV1
public final class CatalystListFormatV1
This class is a concrete implemenation of CatalystListFormat.
Constructor Summary | |
---|---|
CatalystListFormatV1(CatalyzedFluxome fluxome)
Constructs a new catalyst name collection format using the provided fluxome. |
Method Summary | |
---|---|
java.lang.String |
format(java.util.List<java.lang.String> catalystNames)
Returns a formatted string representation of the provided list of catalyst names. |
CatalystVerifier |
getEnzymeChecker()
Returns the catalyst name verifier. |
CatalyzedFluxome |
getFluxome()
Returns the fluxome used to verify catalyst names. |
WhitespaceListFormat<java.lang.String> |
getListFormat()
Returns the format used for lists of catalyst names. |
java.util.List<java.lang.String> |
parse(java.lang.String catalystNames)
Parses the provided string and returns the list of catalyst names it contains. |
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.Formatter |
---|
format |
Constructor Detail |
---|
public CatalystListFormatV1(CatalyzedFluxome fluxome)
fluxome
- the fluxome used to verify catalyst
names.Method Detail |
---|
public CatalyzedFluxome getFluxome()
getFluxome
in interface CatalystListFormat
public WhitespaceListFormat<java.lang.String> getListFormat()
public CatalystVerifier getEnzymeChecker()
public java.lang.String format(java.util.List<java.lang.String> catalystNames)
format
in interface CatalystListFormat
catalystNames
- the list of catalyst names to be formatted.
public java.util.List<java.lang.String> parse(java.lang.String catalystNames)
parse
in interface CatalystListFormat
parse
in interface Parser<java.util.List<java.lang.String>>
catalystNames
- the string to be parsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |