Class TwoStepAnalysis

java.lang.Object
   |
   +----TwoStepAnalysis

public class TwoStepAnalysis
extends Object

Variable Index

 o step1
 o step2

Constructor Index

 o TwoStepAnalysis()

Method Index

 o analyzeList(String)
loads .list file and analyzes it, incrementing the array elements
 o load(String)
loads array from a file, filename.step
 o main(String[])
Commandline usage: java TwoStepAnalysis The will be read from a .list and its analysis saved to .step
 o save(String)
saves array into a file, filename.step

Variables

 o step1
 public int step1[]
 o step2
 public int step2[][]

Constructors

 o TwoStepAnalysis
 public TwoStepAnalysis()

Methods

 o analyzeList
 public void analyzeList(String listname)
loads .list file and analyzes it, incrementing the array elements

 o load
 public void load(String filename)
loads array from a file, filename.step

 o save
 public void save(String filename)
saves array into a file, filename.step

 o main
 public static void main(String argv[])
Commandline usage: java TwoStepAnalysis The will be read from a .list and its analysis saved to .step