3import javax.vecmath.Point3d;
5import org.openscience.cdk.interfaces.IAtom;
7import denoptim.utils.MoleculeUtils;
String toString()
Do not use this to make SDF representations.
An attachment point (AP) is a possibility to attach a Vertex onto the vertex holding the AP (i....
APClass getAPClass()
Returns the Attachment Point class.
FragIsomorphNode(AttachmentPoint ap)
String label
Elemental symbol or name used to identify the node content.
FragIsomorphNode(IAtom atm)
Object original
Reference to the object that originally generated this node.
boolean isAtm
true if the original object was an atom.
Utilities for molecule conversion.
static String getSymbolOrLabel(IAtom atm)
Gets either the elemental symbol (for standard atoms) of the label (for pseudo-atoms).
static Point3d getPoint3d(IAtom atm)
Return the 3D coordinates, if present.