Class TwoStepAnalysis
java.lang.Object
|
+----TwoStepAnalysis
- public class TwoStepAnalysis
- extends Object
-
step1
-
-
step2
-
-
TwoStepAnalysis()
-
-
analyzeList(String)
- loads .list file and analyzes it, incrementing the array elements
-
load(String)
- loads array from a file, filename.step
-
main(String[])
- Commandline usage: java TwoStepAnalysis
The will be read from a .list and its
analysis saved to .step
-
save(String)
- saves array into a file, filename.step
step1
public int step1[]
step2
public int step2[][]
TwoStepAnalysis
public TwoStepAnalysis()
analyzeList
public void analyzeList(String listname)
- loads .list file and analyzes it, incrementing the array elements
load
public void load(String filename)
- loads array from a file, filename.step
save
public void save(String filename)
- saves array into a file, filename.step
main
public static void main(String argv[])
- Commandline usage: java TwoStepAnalysis
The will be read from a .list and its
analysis saved to .step