コード例 #1
0
 /* Entry action for state 'StateB'. */
 private void entryAction_main_region_StateB() {
   sCInterface.raiseE1();
 }
コード例 #2
0
 public void raiseE1() {
   sCInterface.raiseE1();
 }
コード例 #3
0
  private void effect__lr1() {
    sCInterface.raiseE2();

    sCInterface.raiseE1();
  }