(index, atom)
| 17051 | return this |
| 17052 | } |
| 17053 | setAtom(index, atom) { |
| 17054 | const wi = this.atomBreakSymbol |
| 17055 | const atoms = this._getLine().split(wi) |
| 17056 | atoms[index] = atom |
| 17057 | this.setLine(atoms.join(wi)) |
| 17058 | return this |
| 17059 | } |
| 17060 | deleteSubparticles() { |
| 17061 | return this._clearSubparticles() |
| 17062 | } |
no test coverage detected