Prev - Next - Down | SDMetrics - the UML design measurement tool |
Metric: Trans | Category: Complexity |
The number of transitions in the state machine. Internal transitions are not included in this count.
|
Metric: TEffects | Category: Complexity |
The number of transitions with an effect in the state machine. |
Metric: TGuard | Category: Complexity |
The number of transitions with a guard in the state machine.
|
Metric: TTrigger | Category: Complexity |
The number of triggers of the transitions of the state machine.
|
Metric: States | Category: Size |
The number of states in the state machine. This includes pseudo states, as well as composite and concurrent states of the statemachine, and recursively the states they contain, at all levels of nesting. Submachine states count as "one", the states in statemachines they reference are not included.
|
Metric: SActivity | Category: Size |
The number of activities defined for the states of the state machine. This counts entry, exit, and do activities (or interactions or statemachines) defined for the states. The states considered are those counted by metric States.
|
Metric: CC | Category: Complexity |
The cyclomatic complexity of the state-transition graph. This is calculated as Trans-States+2.
|
Prev | Up | Next |
Appendix B.5 "Usecase Metrics" | Contents | Appendix B.7 "Activity Metrics" |