| Prev - Next - Down | SDMetrics - the UML design measurement tool | 
For example, if a metric "Signature" for operations contains the signature string of the operation, you can define the set of signatures for the operations of a class as follows:
<set name="Sigs" domain="class"> 
  <description>The set of signatures of the operations in the 
     class.</description>
  <projection relation="context" target="operation"
              valueset="Signature" />
</set>
The metric expression "Signature" is evaluated for each operation; the
resulting values are stored in the set.Attribute valueset may be used in combination with all other attributes except set or exclude_self.
| Prev | Up | Next | 
| Section 8.2.1.3 "Attribute "exclude_self"" | Contents | Section 8.2.2 "Subelements" |