Beispiel #1
0
                protected internal override void UpdateEventTransition(Events_SendFSMContext context)
                {
#if TRACE
                    Trace.WriteLine(
                        "TRANSITION   : Events_SendFSM_SM.Internally_Generated_State_DO_NOT_USE.UpdateEventTransition()");
#endif


                    return;
                }
Beispiel #2
0
        public Events_SendFSM(urn_jaus_jss_core_Transport_1_1.Transport_SendFSM pTransport_SendFSM)
        {
            /*
             * If there are other variables, context must be constructed last so that all
             * class variables are available if an EntryAction of the InitialState of the
             * statemachine needs them.
             */
            context = new Events_SendFSMContext(this);

            this.pTransport_SendFSM = pTransport_SendFSM;
        }
Beispiel #3
0
        public Events_SendFSM(urn_jaus_jss_core_Transport_1_1.Transport_SendFSM pTransport_SendFSM)
        {
            /*
             * If there are other variables, context must be constructed last so that all
             * class variables are available if an EntryAction of the InitialState of the
             * statemachine needs them.
             */
            context = new Events_SendFSMContext(this);

            this.pTransport_SendFSM = pTransport_SendFSM;
        }
Beispiel #4
0
            protected internal virtual void Default(Events_SendFSMContext context)
            {
#if TRACE
                Trace.WriteLine(
                    "TRANSITION : Default");
#endif
                throw (
                          new statemap.TransitionUndefinedException(
                              "State: " +
                              context.State.Name +
                              ", Transition: " +
                              context.GetTransition()));
            }
Beispiel #5
0
 protected internal virtual void ReceiveTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
Beispiel #6
0
 protected internal virtual void QueryEventsTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
Beispiel #7
0
 protected internal virtual void EventOccurredTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
Beispiel #8
0
 protected internal virtual void CreateCommandEventTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
Beispiel #9
0
 protected internal virtual void CommandCompletedTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
 protected internal virtual void Default(Events_SendFSMContext context)
 {
     #if TRACE
     Trace.WriteLine(
         "TRANSITION : Default");
     #endif
     throw (
         new statemap.TransitionUndefinedException(
             "State: " +
             context.State.Name +
             ", Transition: " +
             context.GetTransition()));
 }
 protected internal virtual void CommandCompletedTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
                protected internal override void UpdateEventTransition(Events_SendFSMContext context)
                {
                    #if TRACE
                    Trace.WriteLine(
                        "TRANSITION   : Events_SendFSM_SM.Internally_Generated_State_DO_NOT_USE.UpdateEventTransition()");
                    #endif

                    return;
                }
 protected internal virtual void UpdateEventTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
 protected internal virtual void ReceiveTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
 protected internal virtual void QueryEventTimeoutTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
 protected internal virtual void Exit(Events_SendFSMContext context)
 {
 }
 protected internal virtual void EventOccurredTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
Beispiel #18
0
 protected internal virtual void UpdateEventTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
 protected internal virtual void BroadcastLocalTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
Beispiel #20
0
 protected internal virtual void BroadcastLocalTransition(Events_SendFSMContext context)
 {
     Default(context);
 }
Beispiel #21
0
 protected internal virtual void Exit(Events_SendFSMContext context)
 {
 }
 protected internal virtual void CreateCommandEventTransition(Events_SendFSMContext context)
 {
     Default(context);
 }