Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 543fb48f7ac6afff3e0b68e9becc5c3b > files > 150

sems-1.4.3-8.fc18.x86_64.rpm


initial state lobby
  enter { 
    playFile(wav/default_en.wav) 
    throw(bla,blub=blu;i=somevalue); 
  };
transition "thrown error" lobby - exception; test(#blub=="blu"); / 
    log(1, #i); stop(true) -> end;

transition "file error" lobby - exception; test(#type="file") / stop(true) -> end;