|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.birdseyeview.Loader
public class Loader
The Loader Class reads in a file and returns an array of elements of interest.
| Constructor Summary | |
|---|---|
Loader()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
This method tests the Loader class. |
static java.util.ArrayList |
run(java.lang.String filePath,
int fieldIndex)
This method reads the given file and returns a list of the fields with the given index. |
static java.util.ArrayList |
runIntegration(java.lang.String filePath)
This method reads the integrated file and outputs the experiments and probes list |
static java.util.ArrayList |
runIntegVar(java.lang.String filePath,
int fieldIndex)
This method reads the integrated file and outputs the variances list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Loader()
| Method Detail |
|---|
public static java.util.ArrayList run(java.lang.String filePath,
int fieldIndex)
throws java.lang.Exception,
FieldNotFoundException
filePath - Fully qualified file pathfieldIndex - Index (column) of the desired field in the rows of records
java.lang.Exception - Problem reading the file
FieldNotFoundException - Field index refers to a non-existent field
public static java.util.ArrayList runIntegration(java.lang.String filePath)
throws java.lang.Exception,
FieldNotFoundException
filePath - Fully qualified file path
java.lang.Exception - Problem reading the file
FieldNotFoundException - Field index refers to a non-existent field
public static java.util.ArrayList runIntegVar(java.lang.String filePath,
int fieldIndex)
throws java.lang.Exception,
FieldNotFoundException
filePath - Fully qualified file path
java.lang.Exception - Problem reading the file
FieldNotFoundException - Field index refers to a non-existent fieldpublic static void main(java.lang.String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||