Package hec.rss.model
Class Controller
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.rss.model.Controller
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,TSLocation,Serializable,Cloneable,Comparable,Observer,rma.lang.Modifiable
Deprecated.
- See Also:
-
Field Summary
Fields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENT -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated.Controller(Operations op) Deprecated.Controller(Operations op, int idx) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.clone()Deprecated.Creates a new object of the same class as this object.findElement(String name) Deprecated.Deprecated.double[]findTSArray(String locType, String locName, String param) Deprecated.getActiveTSRecordProxies(Vector vec, int iotype) Deprecated.add the time series record proxies associated with the active operation set to the given vectorDeprecated.Deprecated.getFieldObject(Field fld) Deprecated.This method allows access to java.lang.reflect.Field objects within the implementing class.Deprecated.getRuleConnectivityRefs(boolean recurse) Deprecated.Returns a List of RuleConnectivityRef objects identifying all rule references to other objects in the network.doublegetRuleValue(AdjustableParameter adjparam, RunTimeStep runtime) Deprecated.Deprecated.Deprecated.getTSDataSet(boolean isInput) Deprecated.returns the input or output TSData set currently associated with this loationgetTSRecordProxies(boolean isInput) Deprecated.intDeprecated.doublegetValue(AdjustableParameter adjparam, RunTimeStep runtime) Deprecated.booleanDeprecated.booleanDeprecated.booleanreadData(BufferedReader input) Deprecated.voidDeprecated.voidremoveRule(String name) Deprecated.voidsetAdjParamData(String elem, String func, String param) Deprecated.voidDeprecated.voidDeprecated.booleansetFieldObject(Field fld, Object fobj) Deprecated.This allows access to fields withing the implementing object to set there data.voidsetOperatations(Operations op, int idx) Deprecated.voidDeprecated.Have top level controller update the TSRecordProxy set for itself and all child controllers and rulesbooleanwriteData(BufferedWriter out) Deprecated.Methods 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
-
Controller
public Controller()Deprecated. -
Controller
Deprecated. -
Controller
Deprecated. -
Controller
Deprecated.
-
-
Method Details
-
getRuleConnectivityRefs
Deprecated.Returns a List of RuleConnectivityRef objects identifying all rule references to other objects in the network.- Parameters:
recurse- true means to recurse through child OpControllers- Returns:
- ArrayList RuleConnectivityRef objects
-
getSystem
Deprecated. -
setOperatations
Deprecated. -
setAdjustableDiversion
Deprecated. -
clone
Deprecated.Description copied from class:NamedTypeCreates a new object of the same class as this object.
It then initializes each of the new object's fields by assigning it the same value as the corresponding field in this object. No
constructor is called. -
getUnitSystem
public int getUnitSystem()Deprecated. -
setDiversionFunction
Deprecated. -
getDiversionFunction
Deprecated. -
getOperations
Deprecated. -
getAdjParamElementName
Deprecated. -
setAdjParamData
Deprecated. -
findElement
Deprecated. -
getRuleVector
Deprecated. -
addRule
Deprecated. -
removeAllRules
public void removeAllRules()Deprecated. -
findRule
Deprecated. -
removeRule
Deprecated. -
initialize
public boolean initialize()Deprecated. -
initialize_old
public boolean initialize_old()Deprecated. -
findTSArray
Deprecated. -
getTSDataSet
Deprecated.Description copied from interface:TSLocationreturns the input or output TSData set currently associated with this loation- Specified by:
getTSDataSetin interfaceTSLocation
-
getRuleValue
Deprecated. -
getValue
Deprecated. -
writeData
Deprecated. -
readData
Deprecated. -
updateTSProxyList
public void updateTSProxyList()Deprecated.Have top level controller update the TSRecordProxy set for itself and all child controllers and rules -
getActiveTSRecordProxies
Deprecated.add the time series record proxies associated with the active operation set to the given vector -
getTSRecordProxies
Deprecated. -
getFieldObject
Deprecated.Description copied from interface:FieldAccessorThis method allows access to java.lang.reflect.Field objects within the implementing class.- Specified by:
getFieldObjectin interfaceFieldAccessor- Overrides:
getFieldObjectin classNamedType- Parameters:
fld- The field to get.- Returns:
- The data object that is stored in the given field
-
setFieldObject
Deprecated.Description copied from interface:FieldAccessorThis allows access to fields withing the implementing object to set there data.- Specified by:
setFieldObjectin interfaceFieldAccessor- Overrides:
setFieldObjectin classNamedType- Parameters:
fld- The java field object representing the member field to be setfobj- The data to set in that field- Returns:
- returns true if successful
-