diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html index 5c035c055..483f1c2c4 100644 --- a/Documentation/Core.Fsm.html +++ b/Documentation/Core.Fsm.html @@ -1502,15 +1502,7 @@ because the goal of MOOSE is to simplify mission design complexity for m By efficiently utilizing the FSM class and derived classes, MOOSE allows mission designers to quickly build processes. Ready made FSM-based implementations classes exist within the MOOSE framework that can easily be re-used, and tailored by mission designers through the implementation of Transition Handlers. -Each of these FSM implementation classes start either with:

- - - -

Detailed explanations and API specifics are further below clarified and FSM derived class specifics are described in those class documentation sections.

+Detailed explanations and API specifics are further below clarified and FSM derived class specifics are described in those class documentation sections.

Disclaimer:

The FSM class development is based on a finite state machine implementation made by Conroy Kyle. @@ -1521,7 +1513,6 @@ Additionally, I've added extendability and created an API that allows seamless F

The following derived classes are available in the MOOSE framework, that implement a specialized form of a FSM: