Explain whats going on this state diagramSolutionThis transi
Explain whats going on this state diagram.?
Solution
This transition diagram represent \"Calculation of SHR in and Out with validation\"
- starts with login state
If the credentials are invalid it will go to alert state
If valid it will go to display state.
-in display state we can go to completed state where form will be present to fill SHR in and out variables
- these values are fed to calculating state where validation is done
If input is invalid control goes to incomplete alert state which ask to inpit again.
- when input is valid,the relevant details are submitted by clicking on submit button.
- then goes to submitted state..where after the relevant fetched details are shown in final state.
