Prev - Next - Down | SDMetrics - the UML design measurement tool |
Metric: NumOps | Category: Size |
The number of operations in the interface.
|
Metric: EC_Attr | Category: Coupling (export) |
The number of times the interface is used as attribute type.
|
Metric: EC_Par | Category: Coupling (export) |
The number of times the interface is used as parameter type.
|
Metric: IC_Par | Category: Coupling (import) |
The number of parameters in the interface having an interface or class as their type.
|
Metric: Assoc | Category: Coupling |
The number of elements the interface has an association with. The metric counts incoming, outgoing, or bidirectional associations, aggregations and compositions to all kinds of elements. In practice, there should mostly be incoming associations (see AttrOnIF), so the metric has export coupling characteristics.
|
Metric: NumDirClients | Category: not specified |
The number of elements directly implementing the interface. This is the number of UML abstractions where this interface is the target.
|
Metric: NumIndClients | Category: not specified |
The number of elements implementing a descendent of the interface. An element implementing an interface is also an implementation of every ancestor of that interface. This metrics counts how many classes, components, etc., indirectly implement the interface via a descendent. Together with metric NumDirClients, this indicates the total number of realizations of the interface. |
Metric: NumAnc | Category: Inheritance |
The number of ancestors of the interface.
|
Metric: NumDesc | Category: Inheritance |
The number of descendents of the interface.
|
Metric: Diags | Category: Diagram |
The number of times the interface appears on a diagram. |
Prev | Up | Next |
Appendix B.1 "Class Metrics" | Contents | Appendix B.3 "Package Metrics" |