org.acm.seguin.uml
Class SelectedSummaryList

java.lang.Object
  extended by org.acm.seguin.uml.SelectedSummaryList

public class SelectedSummaryList
extends java.lang.Object

This class allows the user to select a series of classes in the UML class diagram and this converts the selected classes into an array of TypeSummary objects. This will allow us to decouple the user interface dialog boxes for entering information about the refactoring from the UML class diagrams.

Author:
Chris Seguin

Constructor Summary
SelectedSummaryList()
           
 
Method Summary
static TypeSummary[] list(UMLPackage umlPackage, UMLType umlType)
          Get the selected type summaries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectedSummaryList

public SelectedSummaryList()
Method Detail

list

public static TypeSummary[] list(UMLPackage umlPackage,
                                 UMLType umlType)
Get the selected type summaries

Parameters:
umlPackage - the package
umlType - the type
Returns:
the list of type summaruies