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

import edu.neu.ccs.demeter.*;

class AtomRefs2 {
  String first;
  String second;
  AtomRefs2() { }
  AtomRefs2(String first, String second) {
    this.first = first;
    this.second = second;
  }
}