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