// This file was generated by DAJ from program.cd.

import edu.neu.ccs.demeter.*;

class Atom {
  AtomId atomId;
  ElementType elementType;
  HydrogenCount hydrogenCount;
  Atom() { }
  Atom(AtomId atomId, ElementType elementType, HydrogenCount hydrogenCount) {
    this.atomId = atomId;
    this.elementType = elementType;
    this.hydrogenCount = hydrogenCount;
  }
}