$darkmode
DENOPTIM
|
A ConnectedLigand is just an atom with an explicit field reporting the number of connected atoms. More...
Public Member Functions | |
ConnectedLigand (IAtom seed, int connections) | |
int | getConnections () |
boolean | isDummy () |
IAtom | getAtom () |
String | toString () |
Private Attributes | |
final IAtom | seed |
final int | connections |
final boolean | isDu |
A ConnectedLigand is just an atom with an explicit field reporting the number of connected atoms.
Definition at line 32 of file ConnectedLigand.java.
denoptim.utils.ConnectedLigand.ConnectedLigand | ( | IAtom | seed, |
int | connections | ||
) |
Definition at line 43 of file ConnectedLigand.java.
References denoptim.constants.DENOPTIMConstants.ALL_ELEMENTS, denoptim.utils.ConnectedLigand.connections, denoptim.constants.DENOPTIMConstants.DUMMYATMSYMBOL, denoptim.graph.rings.RingClosingAttractor.RCATYPEMAP, and denoptim.utils.ConnectedLigand.seed.
IAtom denoptim.utils.ConnectedLigand.getAtom | ( | ) |
Definition at line 69 of file ConnectedLigand.java.
References denoptim.utils.ConnectedLigand.seed.
Referenced by denoptim.utils.ConnectedLigandComparator.compare().
int denoptim.utils.ConnectedLigand.getConnections | ( | ) |
Definition at line 55 of file ConnectedLigand.java.
References denoptim.utils.ConnectedLigand.connections.
Referenced by denoptim.utils.ConnectedLigandComparator.compare().
boolean denoptim.utils.ConnectedLigand.isDummy | ( | ) |
Definition at line 62 of file ConnectedLigand.java.
References denoptim.utils.ConnectedLigand.isDu.
Referenced by denoptim.utils.ConnectedLigandComparator.compare().
String denoptim.utils.ConnectedLigand.toString | ( | ) |
Definition at line 76 of file ConnectedLigand.java.
References denoptim.utils.ConnectedLigand.connections, and denoptim.utils.ConnectedLigand.seed.
|
private |
Definition at line 37 of file ConnectedLigand.java.
Referenced by denoptim.utils.ConnectedLigand.ConnectedLigand(), denoptim.utils.ConnectedLigand.getConnections(), and denoptim.utils.ConnectedLigand.toString().
|
private |
Definition at line 39 of file ConnectedLigand.java.
Referenced by denoptim.utils.ConnectedLigand.isDummy().
|
private |
Definition at line 35 of file ConnectedLigand.java.
Referenced by denoptim.utils.ConnectedLigand.ConnectedLigand(), denoptim.utils.ConnectedLigand.getAtom(), and denoptim.utils.ConnectedLigand.toString().