$darkmode
|
DENOPTIM
|
A light-weight bond representation to facilitate json serialization of IBond.
More...
Public Member Functions | |
| LWBond (int atmIdA, int atmIdB, IBond.Order bo) | |
Protected Attributes | |
| int[] | atomIds = new int[2] |
| 0-based index of the centers, i.e., atoms or pseudo-atoms, connected by this bond. More... | |
| IBond.Order | bo |
| Type of bond. More... | |
A light-weight bond representation to facilitate json serialization of IBond.
It consider only connections that can be defined between two centers, i.e., two atoms or pseudo-atoms.
Definition at line 30 of file LWBond.java.
| denoptim.json.LWBond.LWBond | ( | int | atmIdA, |
| int | atmIdB, | ||
| IBond.Order | bo | ||
| ) |
Definition at line 46 of file LWBond.java.
References denoptim.json.LWBond.bo.
|
protected |
0-based index of the centers, i.e., atoms or pseudo-atoms, connected by this bond.
Definition at line 36 of file LWBond.java.
Referenced by denoptim.json.IAtomContainerDeserializer.deserialize().
|
protected |
Type of bond.
Definition at line 41 of file LWBond.java.
Referenced by denoptim.json.IAtomContainerDeserializer.deserialize(), and denoptim.json.LWBond.LWBond().