// This file was generated by DAJ from program.cd. import edu.neu.ccs.demeter.*; class GroupName { Ident ident; GroupName() { } GroupName(Ident ident) { this.ident = ident; } }