PowerDesigner provides default model checks to verify the validity of states.
Check |
Description and Correction |
---|---|
Name/Code contains terms not in glossary |
[if glossary enabled] Names and codes must contain only approved terms drawn from the glossary.
|
Name/Code contains synonyms of glossary terms |
[if glossary enabled] Names and codes must not contain synonyms of glossary terms.
|
Name/Code uniqueness |
Object names must be unique in the namespace.
|
Input transition missing |
Each state must have at least one input transition. A state without an input transition cannot be reached.
|
Composite state does not have any start |
A composite state details the state behavior in a sub-statechart diagram. To be complete, this sub-statechart diagram requires a start.
|
Incorrect action order |
The entry trigger events must be the first in the list of actions on a state. The exit trigger events must the last in the list. All other actions can be ordered without any constraint.
|