seniorproj
Class SelectAttr

java.lang.Object
  extended by seniorproj.SelectAttr

public class SelectAttr
extends java.lang.Object

Creates GUI for the user to choose the independent variables which will eventually become the primary key in the main table of the data warehouse.

Author:
Steven Weigand

Constructor Summary
SelectAttr()
           
 
Method Summary
static void createSelectAttrs()
          Creates GUI layout for user to select independent variables from available data set columns.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectAttr

public SelectAttr()
Method Detail

createSelectAttrs

public static void createSelectAttrs()
Creates GUI layout for user to select independent variables from available data set columns. After selecting, the user would move to GUI allowing for the selection of dependent variables.