$darkmode
DENOPTIM
|
Toolbox useful when dealing with Ring Closing Attractors and ring closures. More...
Static Public Member Functions | |
static ArrayList< RingClosingAttractor > | findAttractors (IAtomContainer mol) |
Looks for pseudoatoms representing the possibility of closing a ring: the so-called RingClosingAttractor s. More... | |
static boolean | areSameRingsSet (List< Ring > oldCmb, List< Ring > ringsComb) |
Compares two combinations of DENOPTIMRings s and evaluates whether these correspond to the same combination. More... | |
Toolbox useful when dealing with Ring Closing Attractors and ring closures.
Definition at line 39 of file RingClosingUtils.java.
|
static |
Compares two combinations of DENOPTIMRings
s and evaluates whether these correspond to the same combination.
Definition at line 73 of file RingClosingUtils.java.
Referenced by denoptim.graph.rings.CyclicGraphHandler.combineCompatPathSubGraphs().
|
static |
Looks for pseudoatoms representing the possibility of closing a ring: the so-called RingClosingAttractor
s.
mol | the molecular system to analyze |
RingClosingAttractor
s Definition at line 52 of file RingClosingUtils.java.
References denoptim.graph.rings.RingClosingAttractor.isAttractor().