|
Python YASMIN (Yet Another State MachINe)
|
Classes | |
| class | FibonacciState |
Functions | |
| str | print_result (Blackboard blackboard) |
| None | main () |
| None yasmin_demos.action_client_demo.main | ( | ) |
| str yasmin_demos.action_client_demo.print_result | ( | Blackboard | blackboard | ) |
Prints the result of the Fibonacci action.
This function logs the final result stored in the blackboard.
Args:
blackboard (Blackboard): The blackboard containing the result.
Returns:
str: Outcome of the operation, typically SUCCEED.
Raises:
None