jsci.chemistry
Class CovalentBond
- java.lang.Object
-
- jsci.chemistry.Bond
-
- jsci.chemistry.CovalentBond
-
public class CovalentBond extends Bond
A covalent bond between two atoms.
-
-
Field Summary
Fields Modifier and Type Field and Description static intDOUBLESigma and one pi bondstatic intSINGLESigma bondstatic intTRIPLESigma and two pi bonds
-
Constructor Summary
Constructors Constructor and Description 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.
-
-
-
Field Detail
-
SINGLE
public static final int SINGLE
Sigma bond- See Also:
- Constant Field Values
-
DOUBLE
public static final int DOUBLE
Sigma and one pi bond- See Also:
- Constant Field Values
-
TRIPLE
public static final int TRIPLE
Sigma and two pi bonds- See Also:
- Constant Field Values
-
-
DMelt 3.0 © DataMelt by jWork.ORG