// This file was generated by DAJ from program.cd. import edu.neu.ccs.demeter.*; class S { X1 x1; NX1 nX1; S() { } S(X1 x1, NX1 nX1) { this.x1 = x1; this.nX1 = nX1; } }