Class TXTBasedAtomTypeConfigurator

  • All Implemented Interfaces:
    IAtomTypeConfigurator

    public class TXTBasedAtomTypeConfigurator
    extends Object
    implements IAtomTypeConfigurator
    AtomType list configurator that uses the AtomTypes originally defined in Jmol v5. This class was added to be able to port Jmol to CDK. The AtomType's themselves seems have a computational background, but this is not clear.
    Author:
    Bradley A. Smith <bradley@baysmith.com>
    Source code:
    main
    Belongs to CDK module:
    core
    Keywords:
    atom, type
    • Constructor Detail

      • TXTBasedAtomTypeConfigurator

        public TXTBasedAtomTypeConfigurator()
    • Method Detail

      • setInputStream

        public void setInputStream​(InputStream ins)
        Sets the file containing the configuration data.
        Specified by:
        setInputStream in interface IAtomTypeConfigurator
        Parameters:
        ins - InputStream from which the atom type definitions are to be read