|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.chemistry.Bond JSci.chemistry.CovalentBond
public class CovalentBond
A covalent bond between two atoms.
Field Summary | |
---|---|
static int |
DOUBLE
Sigma and one pi bond |
static int |
SINGLE
Sigma bond |
static int |
TRIPLE
Sigma and two pi bonds |
Fields inherited from class JSci.chemistry.Bond |
---|
atom1, atom2 |
Constructor Summary | |
---|---|
CovalentBond(Atom a,
Atom b)
Constructs a sigma bond between two atoms. |
|
CovalentBond(Atom a,
Atom b,
int bondType)
Constructs a covalent bond between two atoms. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SINGLE
public static final int DOUBLE
public static final int TRIPLE
Constructor Detail |
---|
public CovalentBond(Atom a, Atom b)
public CovalentBond(Atom a, Atom b, int bondType)
bondType
- one of SINGLE, DOUBLE or TRIPLE.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |