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