Re: [SCXML] getting set datats in the datamodel

2009-04-27 Thread Rahul Akolkar
eddelande-> > From: Linda Erlenhov [u...@commons.apache.org] > Sent: 23/4/2009 2:30:58 PM > To: Commons Users List > Subject: Re: [SCXML] getting set datats in the datamodel > > Hello again! > This seems to work, since we now can see that data has changed. > Unfortunat

Re: [SCXML] getting set datats in the datamodel

2009-04-27 Thread Anna Södling
Subject: Re: [SCXML] getting set datats in the datamodel Hello again! This seems to work, since we now can see that data has changed. Unfortunately, we seem to have missed out an important part of the question. In addition to being notified when a data value is set, we also would like to be a

Re: [SCXML] getting set datats in the datamodel

2009-04-23 Thread Linda Erlenhov
Hello again! This seems to work, since we now can see that data has changed. Unfortunately, we seem to have missed out an important part of the question. In addition to being notified when a data value is set, we also would like to be able to "get/recieve" the new data value aswell as the name (in

Re: [SCXML] getting set datats in the datamodel

2009-04-22 Thread Rahul Akolkar
On Wed, Apr 22, 2009 at 9:35 AM, Linda Erlenhov wrote: > Hello > Is there anybody that can help me with my problem described below? > > best regards > //Linda > > On Mon, Apr 20, 2009 at 2:05 PM, Linda Erlenhov > wrote: > >> Hello >> I think I´ve done some mixing between two things that doesn´t w

Re: [SCXML] getting set datats in the datamodel

2009-04-22 Thread Linda Erlenhov
Hello Is there anybody that can help me with my problem described below? best regards //Linda On Mon, Apr 20, 2009 at 2:05 PM, Linda Erlenhov wrote: > Hello > I think I´ve done some mixing between two things that doesn´t work together > as I hoped it would. > > I have this Datamodel, the scxml d

Re: [SCXML] getting set datats in the datamodel

2009-04-20 Thread Linda Erlenhov
Hello I think I´ve done some mixing between two things that doesn´t work together as I hoped it would. I have this Datamodel, the scxml document starts like this: http://commons.apache.org/scxml"; xmlns="http://www.w3.org/2005/07/scxml";> 0 -

Re: [SCXML] getting set datats in the datamodel

2009-04-15 Thread Rahul Akolkar
On Wed, Apr 15, 2009 at 12:34 PM, Linda Erlenhov wrote: > Hello > So I´m back here again. > > My problem now is that I don´t know how to notify. > I looked at the solution suggested below since I thought it would be the > easiest and best looking way to implement this. > > The way my first solutio

Re: [SCXML] getting set datats in the datamodel

2009-04-15 Thread Linda Erlenhov
Hello So I´m back here again. My problem now is that I don´t know how to notify. I looked at the solution suggested below since I thought it would be the easiest and best looking way to implement this. The way my first solution worked was to use Observer and Observable. Since Observable is a clas

Re: [SCXML] getting set datats in the datamodel

2009-04-07 Thread Rahul Akolkar
On Mon, Apr 6, 2009 at 10:35 AM, Linda Erlenhov wrote: > Hello again! > > I´m not sure how to explain what I want to do. Code snippets like the ones below help. > The task I have is to build > an editor that you then can use to build simulations of applications. An > application can be a cd-pl

Re: [SCXML] getting set datats in the datamodel

2009-04-06 Thread Linda Erlenhov
Hello again! I´m not sure how to explain what I want to do. The task I have is to build an editor that you then can use to build simulations of applications. An application can be a cd-player for instance. What already exists is an editor for building GUI:s without coding (not build by me) and an

Re: [SCXML] getting set datats in the datamodel

2009-04-06 Thread Linda Erlenhov
Hello Armel Me and another girl named Anna has build the editor using GMF, Graphical modeling framework for Eclipse (http://www.eclipse.org/modeling/gmf/) as a part of our Master Thesis project. best regards //Linda On Fri, Apr 3, 2009 at 11:59 AM, Armel SORO wrote: > Hi Linda, > > This is not

Re: [SCXML] getting set datats in the datamodel

2009-04-03 Thread Armel SORO
Hi Linda, This is not really an answer to the problem but a simple question: which kind of graphical editor do you use to build state machines? Was it built from scratch or did you use any specific software to do this? I am indeed interesting in using one like that to model my system and generate

Re: [SCXML] getting set datats in the datamodel

2009-04-02 Thread Rahul Akolkar
For the archives, the discussion below has moved to ongoing thread titled "[SCXML] History state". -Rahul On Thu, Apr 2, 2009 at 5:07 PM, Ouyang, Landon - ES/RDR -Gil wrote: > I am trying to implement a history state.  It does work, returns to the > calling state, however it enters all the sup

RE: [SCXML] getting set datats in the datamodel

2009-04-02 Thread Ouyang, Landon - ES/RDR -Gil
I am trying to implement a history state. It does work, returns to the calling state, however it enters all the super states before getting to the calling state. Which also calls entry actions (when there are entry actions). This is not the behavior I was expecting. Can you explain to me how

Re: [SCXML] getting set datats in the datamodel

2009-04-01 Thread Rahul Akolkar
On Tue, Mar 31, 2009 at 7:46 AM, Linda Erlenhov wrote: > Hello again! > > I have a problem with my datamodel. Or rather the fetching of datas that are > used in the datamodel. > I have my editor for building statemachines graphical, this is then > "translated" into a corresponding SCXML document t

[SCXML] getting set datats in the datamodel

2009-03-31 Thread Linda Erlenhov
Hello again! I have a problem with my datamodel. Or rather the fetching of datas that are used in the datamodel. I have my editor for building statemachines graphical, this is then "translated" into a corresponding SCXML document that then is run "normally" with Apache commons. The person that use