0
votes
2answers
46 views
I have a State class and Transition Class. How Do I make sure each state has a corresponding transition?
I am modeling a small State diagram. Each "state class needs to have its transition class. How do I ensure the developers make a transition class for each state class? The state and the transition …
