Prev - Next - Down | SDMetrics - the UML design measurement tool |
Rule: NoIncoming | Category: Completeness |
Severity: 1-high | Applies to: all areas |
The input pin has no incoming edges. Input pins require incoming edges to provide values to their actions. Add an incoming edge to the pin. |
Rule: NoOutgoing | Category: Completeness |
Severity: 1-high | Applies to: all areas |
The output pin has no outgoing edges. Output pins require outgoing edges to deliver values provided by their actions. Add in outgoing edge to the pin. |
Rule: IllegalInputPin | Category: Correctness |
Severity: 1-high | Applies to: all areas |
The input pin has outgoing edges. Only input pins on structured activity nodes can have outgoing edges. Check the pin and remove any outgoing edges.
|
Rule: IllegalOutputPin | Category: Correctness |
Severity: 1-high | Applies to: all areas |
The output pin has incoming edges. Only output pins on structured activity nodes can have incoming edges. Check the pin and remove any incoming edges.
|
Rule: IllegalValuePin | Category: Correctness |
Severity: 1-high | Applies to: all areas |
The value pin has an incoming edge. Value pins provide their actions with constant values and thus require no incoming edges. Check the pin and remove any incoming edges.
|
Prev | Up | Next |
Appendix C.22 "Objectnode Rules" | Contents | Appendix C.24 "Controlflow Rules" |