|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.birdseyeview.LoadController
public class LoadController
The LoadController Class handles the loading of the experimental data for Bird's Eye View. Basically, an instance of this class will open a window from which enables users to load new data files.
| Field Summary | |
|---|---|
static java.lang.String |
ExperimentalData
|
static java.lang.String |
ExperimentNames
|
static java.lang.String |
IntegrationData
|
static java.lang.String |
ProbeNames
|
| Constructor Summary | |
|---|---|
LoadController(BirdsEyeView bev)
Constructor. |
|
| Method Summary | |
|---|---|
void |
cancelLoad()
This method resets all the temporary variables and closes the load window. |
void |
commitLoad()
This method finalizes the loading of the new data for the Bird's Eye View. |
java.lang.String |
getExperimentName()
Added by Mohammed Alabsi - April 13th, 2006 Method to get the name of current experiment. |
java.util.ArrayList<java.lang.String> |
getExperiments()
Added by Mohammed Alabsi - April 13th, 2006 Method to get list of experiments names |
java.util.Hashtable |
getExperimentsTable()
Added by Mohammed Alabsi - April 13th, 2006 Returned data from all experiments |
java.util.ArrayList<java.lang.String> |
getProbeNames()
Added by Mohammed Alabsi - April 13th, 2006 Method to get list of probnames |
java.util.ArrayList<java.lang.Double> |
getVariances()
Added by Mohammed Alabsi - April 13th, 2006 Method to get the variances values |
boolean |
isImported()
|
void |
load()
This method opens the load window. |
void |
loadAllData()
Added by Mohammed Alabsi - April 13th, 2006 Method loads all the data in file to experiment table. |
void |
loadData(java.lang.String type,
java.lang.String filePath)
This method loads the data of the given type from the given file path. |
void |
loadExperiment(int experimentIndex)
This method loads the variances for the given experiment. |
void |
loadImportedData(java.lang.String experimentName,
java.util.ArrayList experiments,
java.util.ArrayList probeNames,
java.util.ArrayList variances,
java.util.Hashtable data)
Method added by Mohammed Alabsi - April 13th, 2006 Method load the data recieved from a MetNet application and loads it into BEV |
void |
setExperiment(java.lang.String eName)
This method sets the name of the experiment which will be analyzed. |
void |
setExperimentsTable(java.util.Hashtable experimentsTable)
|
void |
setImported(boolean imported)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ProbeNames
public static final java.lang.String ExperimentNames
public static final java.lang.String ExperimentalData
public static final java.lang.String IntegrationData
| Constructor Detail |
|---|
public LoadController(BirdsEyeView bev)
bev - BirdsEyeView controller object| Method Detail |
|---|
public void load()
public void setExperiment(java.lang.String eName)
eName - String name of experiment
public void loadData(java.lang.String type,
java.lang.String filePath)
type - Type of datafilePath - Fully qualified file namepublic void commitLoad()
public void loadAllData()
throws FieldNotFoundException,
java.lang.Exception
FieldNotFoundException
java.lang.Exceptionpublic void cancelLoad()
public void loadExperiment(int experimentIndex)
experimentIndex - Index in the list of experiments
public void loadImportedData(java.lang.String experimentName,
java.util.ArrayList experiments,
java.util.ArrayList probeNames,
java.util.ArrayList variances,
java.util.Hashtable data)
experimentName - experiments - probeNames - variances - data - public java.lang.String getExperimentName()
public java.util.ArrayList<java.lang.String> getExperiments()
public java.util.ArrayList<java.lang.String> getProbeNames()
public java.util.ArrayList<java.lang.Double> getVariances()
public java.util.Hashtable getExperimentsTable()
public void setExperimentsTable(java.util.Hashtable experimentsTable)
experimentsTable - The experimentsTable to set.public boolean isImported()
public void setImported(boolean imported)
imported - The imported to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||