Class SingleElectron

    • Field Detail

      • electronCount

        protected final int electronCount
        Number of electron for this class is defined as one.
        See Also:
        Constant Field Values
      • atom

        protected IAtom atom
        The atom with which this single electron is associated.
    • Constructor Detail

      • SingleElectron

        public SingleElectron​(IAtom atom)
        Constructs an single electron orbital on an Atom.
        Parameters:
        atom - The atom to which the single electron belongs.
      • SingleElectron

        public SingleElectron()
        Constructs an single electron orbital with an associated Atom.