Returns the position of a given atom in the atoms array. It returns -1 if the atom does not exist.
Reimplemented from org::openscience::cdk::AtomContainer. Definition at line 149 of file DebugStrand.java. References org::openscience::cdk::tools::LoggingTool::debug(). { logger.debug("Getting atom number: ", atom); return super.getAtomNumber(atom); }
|