Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - freezepour

Pages: [1]
1
State Diagram with Ingress/Exit Procedures:
  • To illustrate the typical execution sequence and unusual situations, use a state chart.
  • Specify how states and transitions should enter and leave.
  • The entrance action has the ability to detect unusual situations and initiate a shift to a "exception handling" state in the interruptible zone, which is equivalent to the C++ try block.
  • For the "exception handling" state, define numerous exit actions, each of which should correspond to a distinct C++ catch block. The catch-body operations would be represented by these departure actions.
  • By substituting state transitions and actions for repeated repetitions of the same event, this method eliminates their limitations.

2
General Board / Re: Call Operation Action not working
« on: April 09, 2024, 12:22:20 pm »
Try this :
1. Open the diagram properties for the diagram that includes the items to be reported on.
2. From the left-hand tree, choose Diagram.
3. Check the checkbox labeled. Add each included element to Documentation.
4. Close the Diagram Properties.

Pages: [1]