[Jspro-cvs] jsPro/chemistry/elements Elements.js,NONE,1.1
Brought to you by:
wigleys
From: Stuart W. <wi...@us...> - 2005-02-22 11:23:25
|
Update of /cvsroot/jspro/jsPro/chemistry/elements In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28755/chemistry/elements Added Files: Elements.js Log Message: no message --- NEW FILE: Elements.js --- /** * +---------------------------------------------------------------------------+ * | jsPro - Elements | * +---------------------------------------------------------------------------+ * | Copyright (C) 2001-2005 Stuart Wigley | * +---------------------------------------------------------------------------+ * | This library is free software; you can redistribute it and/or modify it | * | under the terms of the GNU Lesser General Public License as published by | * | the Free Software Foundation; either version 2.1 of the License, or (at | * | your option) any later version. | * | | * | This library is distributed in the hope that it will be useful, but | * | WITHOUT ANY WARRANTY; without even the implied warranty of | * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser | * | General Public License for more details. | * | | * | You should have received a copy of the GNU Lesser General Public License | * | along with this library; if not, write to the Free Software Foundation, | * | Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | [...2151 lines suppressed...] Uuq.prototype = new Chemica(); /** * Creates an object that is a ununhexium subclass of Chemica. * * @author Stuart Wigley * @author Randolph Fielding * @requires <code>Chemica</code> * @see <code>Chemica</code> */ function Uuh() { this.ATOMIC_NUMBER = 116; this.SYMBOL = 'Uuh'; this.NAME = 'ununhexium'; this.ATOMIC_WEIGHT = 292; } Uuh.prototype = new Chemica(); |