// This file was generated by DAJ from program.cd. import edu.neu.ccs.demeter.*; class ChineseWallExample { A a; B b; C c; ChineseWallExample() { } ChineseWallExample(A a, B b, C c) { this.a = a; this.b = b; this.c = c; } }