new BondOrder()
Enumeration of bond orders
- Source:
Members
-
(static) DEFAULT
-
Default is a single bond
- Source:
-
(static) DOUBLE
-
Double bond.
- Source:
-
(static) EXPLICIT_AROMATIC
-
Explicit Aromatic bond.
- Source:
-
(static) OTHER
-
Other form of bond.
- Source:
-
(static) QUAD
-
Quadruple bond.
- Source:
-
(static) SINGLE
-
Single bond
- Source:
-
(static) TRIPLE
-
Triple bond.
- Source:
-
(static) UNSET
-
Uncertain bond.
- Source:
Methods
-
(static) getBondValence(bondOrder) → {Float}
-
Get min valence of an atom to connect to a bond.
Parameters:
Name Type Description bondOrder
Object - Source:
Returns:
Aromatic bond will return 1.5, means it is between single and double bond.- Type
- Float