@TestClass(value="org.openscience.cdk.config.CDKBasedAtomTypeConfiguratorTest") public class CDKBasedAtomTypeConfigurator extends Object implements IAtomTypeConfigurator
| Constructor and Description |
|---|
CDKBasedAtomTypeConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
List<IAtomType> |
readAtomTypes(IChemObjectBuilder builder)
Reads the atom types from the CDK based atom type list.
|
void |
setInputStream(InputStream ins)
Sets the file containing the config data.
|
@TestMethod(value="testCDKBasedAtomTypeConfigurator") public CDKBasedAtomTypeConfigurator()
@TestMethod(value="testSetInputStream_InputStream") public void setInputStream(InputStream ins)
IAtomTypeConfiguratorsetInputStream in interface IAtomTypeConfiguratorins - InputStream from which the atom type definitions are to be read@TestMethod(value="testReadAtomTypes_IChemObjectBuilder") public List<IAtomType> readAtomTypes(IChemObjectBuilder builder) throws IOException
readAtomTypes in interface IAtomTypeConfiguratorbuilder - IChemObjectBuilder used to construct the IAtomType's.IOException - when a problem occured with reading from the InputStream