Class AtomTypeReader
java.lang.Object
org.openscience.cdk.config.atomtypes.AtomTypeReader
XML Reader for the CDKBasedAtomTypeConfigurator.
- See Also:
- Source code:
- main
- Belongs to CDK module:
- core
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadAtomTypes
(IChemObjectBuilder builder) Reads the atom types from the data file.
-
Constructor Details
-
AtomTypeReader
Instantiates the XML based AtomTypeReader.- Parameters:
input
- The Reader to read the IAtomType's from.
-
-
Method Details
-
readAtomTypes
Reads the atom types from the data file.- Parameters:
builder
- The IChemObjectBuilder used to create new IAtomType's.- Returns:
- a List with atom types. Is empty if some reading error occurred.
-