Skip to content

Commit

Permalink
add links to the API classes
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeylkhanov committed Feb 28, 2024
1 parent 10c3919 commit c22c3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The State Transition’s API has the followed structure:

![api-structure](api-structure.png)

- `StateMachine` class is responsible for full control over the state machine itself and directly for state transition.
- `StateTransitionManager` class is responsible for managing transitions for an each configured state.
- [StateMachine](./src/StateTransition/StateMachine.cs) class is responsible for full control over the state machine itself and directly for state transition.
- [StateTransitionManager](./src/StateTransition/StateTransitionManager.cs) class is responsible for managing transitions for an each configured state.

More details about exposed API methods in these classes you can get from their xml-comments in code.

0 comments on commit c22c3c9

Please sign in to comment.