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