From lieber@ccs.neu.edu Tue Mar 16 20:59:26 1999 Subject: Re: demeterJava Cc: dem@ccs.neu.edu, lseiter@sunfish.cse.scu.edu Status: R Hi Amol: >From amolp@cse.iitb.ernet.in Mon Mar 15 23:11:37 1999 >From: Amol Patil >To: demeter@ccs.neu.edu >Subject: demeterJava > >Sir, > Does DemeterJava's latest version make use of context relations? > Or it uses only visitor pattern and traversal strategies? > Because visitor pattern, when used with context relations adds > many adaptive features to the code. > > Thanking you > > Amol > It uses only an improved form of the visitor pattern and traversal strategies. Of course, visitors can be viewed as one kind of context object. You are right that the context relation from Linda Seiter's thesis would allow to add easily run-time adaptiveness to the code. But we have not implemented this yet; hoping someone else will do it. -- Karl