Package hec.rss.model
Class PumpAdjustableParameter
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.rss.model.AdjustableParameter
hec.rss.model.PumpAdjustableParameter
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,RssReturnStatusConstants,Serializable,Cloneable,Comparable,Observer,rma.lang.Modifiable
Title: Hec Java Development
Description:
Copyright: Copyright (c) 2003
Company:
- See Also:
-
Field Summary
Fields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENTFields inherited from interface hec.rss.model.RssReturnStatusConstants
RTN_CANCELED, RTN_NOPROBLEM, RTN_OPCHANGE, RTN_PROBLEM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetValue(RunTimeStep rts) new approach has opcontroller assigning values before this is calledintMethods inherited from class hec.rss.model.AdjustableParameter
clone, getControlledValue, getCurrentValue, getFieldObject, getFunction, getMaxByIROC, getMaxRateOfDecrease, getMaxRateOfDecrease, getMaxRateOfIncrease, getMaxRateOfIncrease, getMaxValue, getMinByDROC, getMinValue, getPreviousValue, hasDefaultParameters, initCurrentLimits, initialize, recalcCurrentLimits, recalcCurrentLimitsInst, setConstraints, setController, setCurrentValue, setDefaultParameters, setFieldObject, setFunction, setMaxRateOfDecrease, setMaxRateOfDecrease, setMaxRateOfIncrease, setMaxRateOfIncrease, setMaxValue, setMinValue, setOpController, setValue, setValue, setValueConstrained, setValueTSContainer, sumConstraints, testValueMethods inherited from class hec.lang.NamedType
addModifiableListener, compareTo, fireModifiedStateChanged, getDescription, getDisplayName, getIgnoreModifiedEvents, getIndex, getName, isModified, isValid, readResolve, removeModifiableListener, rename, set, setDescription, setIgnoreModifiedEvents, setIndex, setModified, setName, setValid, toString, update, useRecursiveModifiedTestMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Constructor Details
-
PumpAdjustableParameter
public PumpAdjustableParameter() -
PumpAdjustableParameter
-
-
Method Details
-
initCurrentLimits
-
getValue
new approach has opcontroller assigning values before this is called- Overrides:
getValuein classAdjustableParameter
-