|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CatalystSetFormat
This interface is used to represent the formats of sets of enzyme names.
Method Summary | |
---|---|
java.lang.String |
format(java.util.Set<java.lang.String> enzymeNames)
Returns a formatted string representation of the provided set of enzyme names. |
Fluxome |
getFluxome()
Returns the fluxome used to verify enzyme names. |
java.util.LinkedHashSet<java.lang.String> |
parse(java.lang.String enzymeNames)
Parses the provided string and returns the set of enzyme names it contains. |
Methods inherited from interface sbrt.shell.text.Formatter |
---|
format |
Method Detail |
---|
Fluxome getFluxome()
java.lang.String format(java.util.Set<java.lang.String> enzymeNames)
enzymeNames
- the set of enzyme names to be formatted.
java.util.LinkedHashSet<java.lang.String> parse(java.lang.String enzymeNames)
parse
in interface Parser<java.util.Set<java.lang.String>>
enzymeNames
- the string to be parsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |