From lieber Thu Nov 26 07:38:24 1998 To: lieber@ccs.neu.edu, mira@informatik.uni-siegen.de Subject: Re: simplify Cc: edu@doors.informatik.uni-siegen.de, lorenz@tigana.ccs.neu.edu, neu@doors.informatik.uni-siegen.de Status: R Hi Mira: An APPC contains strategies that define the superset of events the APPC is interested in. To define the exact set of events it is interested in, David proposed a notation like: node(_,before) //all before events node({A,B,C},after) //afterevents for A B C edge(_,_,_,before) //before events forall edges edge(_,l,C,_) //before and after events for edges into C labeled l etc. -- Karl >From mira@informatik.uni-siegen.de Tue Nov 24 14:54:28 1998 >Subject: Re: simplify >To: lieber@ccs.neu.edu (Karl Lieberherr) >Date: Tue, 24 Nov 1998 20:54:18 +0100 (MET) >From: "Mira Mezini" >Cc: lorenz@tigana.ccs.neu.edu, neu@doors.informatik.uni-siegen.de, > edu@doors.informatik.uni-siegen.de > >Hi Karl: > >would you please give me some more detail about the option notation? >What is it intended for? What did David proposed? > >Please don't let me get lost :-) > >- Mira >