public interface IAtomTypeConfigurator
| Modifier and Type | Method and Description |
|---|---|
List<IAtomType> |
readAtomTypes(IChemObjectBuilder builder)
Reads a set of configured AtomType's into a List.
|
void |
setInputStream(InputStream ins)
Sets the file containing the configuration data.
|
void setInputStream(InputStream ins)
ins - InputStream from which the atom type definitions are to be readList<IAtomType> readAtomTypes(IChemObjectBuilder builder) throws IOException
builder - INewChemObjectBuilder used to instantiate the AtomType's.IOException - when something went wrong with reading the dataCopyright © 2017. All Rights Reserved.