Class OutputData

java.lang.Object
  extended byOutputData

public class OutputData
extends java.lang.Object

Reprents output file. Have functions to get rainfall probabilities and amount.

Author:
Lulin Song

Method Summary
 java.lang.String[] getImportantText()
          Get important text
 double[][] getStationStatesProbabilites()
          Get probabilites information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStationStatesProbabilites

public double[][] getStationStatesProbabilites()
Get probabilites information.

Returns:
a vector object that each line represents one station's probabilities for different states.

getImportantText

public java.lang.String[] getImportantText()
Get important text