Calculating the fan-in of selected classes

You can use the Fan-In pluglet to calculate the fan-in metric for a class.
  1. Import your UML model into your Package Explorer view.
  2. Import the Fan-In pluglet sample from the Help, Samples section.
  3. Run the pluglet for the first time by selecting the pluglet sample FanInMetric.java in the Package Explorer.
  4. Click Run > Internal Tools > Run As > Pluglet
  5. Select your class in either Project Explorer view or Package Explorer view. Click Run > Internal Tools > FanInMetric.
The pluglet runs, and the fan-in results are displayed in the Console window.

Feedback