Serialized Form
-
Package com.pauware.pauware_engine.Core
-
Class com.pauware.pauware_engine.Core.State extends AbstractState implements Serializable
- serialVersionUID:
- 2L
-
Class com.pauware.pauware_engine.Core.StateMachine extends AbstractStateMachine implements Serializable
- serialVersionUID:
- 2L
-
-
Package com.pauware.pauware_engine.Exceptions
-
Class com.pauware.pauware_engine.Exceptions.State_based_exception extends State_exception implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_first
AbstractState _first
This field refers to the first state involved in the problem creating the exception. -
_second
AbstractState _second
This field refers to the second state involved in the problem creating the exception.
-
-
Class com.pauware.pauware_engine.Exceptions.State_exception extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2L
-
Class com.pauware.pauware_engine.Exceptions.StateMachine_execution_exception extends State_exception implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_problem
java.lang.Object _problem
This field refers to the problem creating the exception.
-
-
Class com.pauware.pauware_engine.Exceptions.Transition_based_exception extends State_exception implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_from
AbstractState _from
This field refers to the source state of the transition causing the problem. -
_to
AbstractState _to
This field refers to the end state of the transition causing the problem.
-
-