19package denoptim.utils;
21import org.openscience.cdk.interfaces.IAtom;
23import denoptim.constants.DENOPTIMConstants;
24import denoptim.graph.rings.RingClosingAttractor;
39 private final boolean isDu;
47 String symbol =
seed.getSymbol();
General set of constants used in DENOPTIM.
static final Set< String > ALL_ELEMENTS
static final String DUMMYATMSYMBOL
Symbol of dummy atom.
The RingClosingAttractor represent the available valence/connection that allows to close a ring.
static final Map< String, String > RCATYPEMAP
Recognized types of RingClosingAttractor and compatible types.
A ConnectedLigand is just an atom with an explicit field reporting the number of connected atoms.
ConnectedLigand(IAtom seed, int connections)