namespace GEONOLOGY { public class AGENT { int no; String name; AGENT left; AGENT right; //not yet develop the implementation. } }