(atomIndex, requiredAtomTypeIds, totalAtomCount)
| 19276 | return this._requiredAtomTypeIds |
| 19277 | } |
| 19278 | _getAtomTypeId(atomIndex, requiredAtomTypeIds, totalAtomCount) { |
| 19279 | return requiredAtomTypeIds[atomIndex] |
| 19280 | } |
| 19281 | _isCatchAllAtom(atomIndex, numberOfRequiredAtoms, totalAtomCount) { |
| 19282 | return atomIndex >= numberOfRequiredAtoms |
| 19283 | } |