21import org.openscience.cdk.interfaces.IBond;
41 protected IBond.Order
bo;
46 public LWBond(
int atmIdA,
int atmIdB, IBond.Order
bo)
48 this.atomIds[0] = atmIdA;
49 this.atomIds[1] = atmIdB;
A light-weight bond representation to facilitate json serialization of IBond.
int[] atomIds
0-based index of the centers, i.e., atoms or pseudo-atoms, connected by this bond.
IBond.Order bo
Type of bond.
LWBond(int atmIdA, int atmIdB, IBond.Order bo)