Interface IElectronContainer

    • Method Detail

      • getElectronCount

        Integer getElectronCount()
        Returns the number of electrons in this electron container.
        Returns:
        The number of electrons in this electron container.
        See Also:
        setElectronCount(java.lang.Integer)
      • setElectronCount

        void setElectronCount​(Integer electronCount)
        Sets the number of electrons in this electron container.
        Parameters:
        electronCount - The number of electrons in this electron container.
        See Also:
        getElectronCount()