|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjecthydroScalingAPI.modules.rainfallRunoffModel.objects.HillSlopeTimeSeries
public class HillSlopeTimeSeries
This class manages a time series of parameters associated to the hillslope. For example rainfall, or any other temporaly varaible parameter.
| Constructor Summary | |
|---|---|
HillSlopeTimeSeries(int regIn,
int numElem)
Creates new HillSlopeTimeSeries |
|
| Method Summary | |
|---|---|
void |
addDateAndValue(java.util.Calendar newRecordTime,
java.lang.Float newRecordValue)
Adds a new date and value to the time series |
float |
getMaxRecord()
The maximum value observed in the time series |
float |
getMeanRecord()
The average value observed in the time series |
float |
getRecord(java.util.Calendar atThisTime)
Returns a value for the record for a given time |
float |
getSize()
The record lenght |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HillSlopeTimeSeries(int regIn,
int numElem)
regIn - Register interval in milliseconds| Method Detail |
|---|
public void addDateAndValue(java.util.Calendar newRecordTime,
java.lang.Float newRecordValue)
newRecordTime - The time at which the record was takennewRecordValue - The value of the record takenpublic float getRecord(java.util.Calendar atThisTime)
atThisTime - The desired time to evaluate
public float getSize()
public float getMaxRecord()
public float getMeanRecord()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
CUENCAS was initially developed by Ricardo Mantilla at the University of Colorado under the supervision of Dr. Vijay K. Gupta. We wish to recognize the support from the National Science Fundation.