Sha256: 6b0bfe0a0379cae194153d5c14f467035c20496774f4a4c59e51ec58fbaefaec

Contents?: true

Size: 1.4 KB

Versions: 1

Compression:

Stored size: 1.4 KB

Contents

/*
Copyright Ideaconsult Ltd.(C) 2006-2011
Contact: jeliazkova.nina@gmail.com

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

*/
package sicret.rules;


/**
 * MeltingPoint >  180.0
 * @author Nina Jeliazkova
 *
 */
public class Rule14 extends RuleMeltingPoint {
	
	private static final long serialVersionUID = 0;
	public Rule14()
	{
		super(MeltingPoint,"\u2103",condition_higher,180.0);
		id = "16";
		examples[1]="Oc(c(cc(c1)Cc(cc(c(O)c2C(C)(C)C)C(C)(C)C)c2)C(C)(C)C)c1C(C)(C)C";
		propertyExamples[1] = 208.482605;
		examples[0] = "CCC(c1ccccc1)C(=O)c2ccc(OCCN(C)C)cc2";
		propertyExamples[0] = 146.560272;

	}

    public javax.swing.JComponent optionsPanel(org.openscience.cdk.interfaces.IAtomContainer atomContainer) {
        return null;
    };
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
toxtree-0.0.1 Toxtree-v2.6.13/src/sicret/rules/Rule14.java