Documentation of 'jsci.chemistry.CovalentBond' Java class
CovalentBond
jsci.chemistry

Class CovalentBond



  • public class CovalentBond
    extends Bond
    A covalent bond between two atoms.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int DOUBLE
      Sigma and one pi bond
      static int SINGLE
      Sigma bond
      static int TRIPLE
      Sigma 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CovalentBond

        public CovalentBond(Atom a,
                            Atom b)
        Constructs a sigma bond between two atoms.
      • CovalentBond

        public CovalentBond(Atom a,
                            Atom b,
                            int bondType)
        Constructs a covalent bond between two atoms.
        Parameters:
        bondType - one of SINGLE, DOUBLE or TRIPLE.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.