public interface MonosaccharideLookup
| Modifier and Type | Method and Description |
|---|---|
Monosaccharide |
getNew(String name)
Search for a monosaccharide with the input name the list of known monosaccharides.
|
List<Monosaccharide> |
values()
Return a list of the monosaccharides specified in Monosaccharide Lookup file.
|
Monosaccharide getNew(String name)
The method throw an IllegalStateException if there is no monosaccharide with the input name in the list.
name - the name of the monosaccharideList<Monosaccharide> values()
Copyright © 2016. All Rights Reserved.