org.openscience.cdk.qsar
Class AtomValenceTool

java.lang.Object
  extended by org.openscience.cdk.qsar.AtomValenceTool

public class AtomValenceTool
extends Object

This class returns the valence of an atom.

Author:
mfe4
Created on:
2004-11-13
Belongs to CDK module:
standard
A pointer to a dictionary:
Unknown code: valence, atom
Source code:
cdk-1.4.x

Constructor Summary
AtomValenceTool()
           
 
Method Summary
static int getValence(IAtom atom)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomValenceTool

public AtomValenceTool()
Method Detail

getValence

public static int getValence(IAtom atom)