Demeter/Java prints now the propagation graphs for all the traversals appearing in an adaptive program. Those files are in files gen/__trav_f_C.trv where f is a method name and C the class to which f is attached. This is useful for debugging traversal strategies although we don't see all the details of the traversal graph. You can use this facility also to define growth plans using strategies. If you define adaptive methods of the form: C{ void growthPhase1() bypassing {A,B,C} to Z {} void growthPhase2() bypassing {A} to Z {} ... } you will find the growth plan in the appropriate files. There is one problem: the syntax is eliminated from the growth plan. But Binoy has a version which prints the syntax (as good as we can)? We need a good way to associate syntax with edges and nodes. -- Karl