tmp
This commit is contained in:
parent
6279323a84
commit
70b6bf4d77
8 changed files with 120 additions and 117 deletions
|
|
@ -92,7 +92,7 @@ namespace tp {
|
|||
|
||||
void addAnyTransition(State* from, State* to) { from->mTransitions.append(Transition(Transition::ANY, to)); }
|
||||
|
||||
void setStartVertex(State* start) { mStartState = start; }
|
||||
void setStartState(State* start) { mStartState = start; }
|
||||
|
||||
[[nodiscard]] State* getStartState() const { return mStartState; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue