示例#1
0
 // ## statechart_method
 public boolean isIn(int state) {
   return reactive.isIn(state);
 }