Package hec.rss.model
Class Operations
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.clientapp.model.Manager
hec.rss.model.Operations
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,LockableObject,MessagePrinter,TSManager,TsRecordContainer,Serializable,Cloneable,Comparable,Observer,mil.army.usace.hec.rmi.csinterface.CallBackInterface,rma.lang.Modifiable
- See Also:
-
Field Summary
Fields inherited from class hec.clientapp.model.Manager
_callBack, _dssFileManagerWrapper, _identifier, _lastModifiedTime, _modifiableListeners, _proxyList, _readOnly, _reloadFailed, _reloadOk, _uiWrapper, _userInterface, _wkspPath, _Workspace, LASTMODIFIED_STRINGFields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddController(Controller control) createController(ControlStructure elem, NamedType parentElem) findAdjParam(String element, String function, String param) findElement(String name) double[]findTSArray(String locType, String locName, String param) getController(String name) getFieldObject(Field fld) This method allows access to java.lang.reflect.Field objects within the implementing class.get a vector containing all input time-series records in the managers objects.getTSRecordProxies(boolean isInput) get a vector containing all time-series records in the managers objects.voidinit()booleaninitialize(RssSystem sys, TSDataSet inputTS, TSDataSet outputTS, ReleaseOverrides ro) booleanreadFile(Identifier id) booleanremoveController(String name) booleansetFieldObject(Field fld, Object fobj) This allows access to fields withing the implementing object to set there data.voidsetInputTSDataSet(TSDataSet tsData) voidsetOutputTSDataSet(TSDataSet tsData) voidvoidbooleanwriteFile(Identifier id) Writes the data for the operations manager to a fileMethods inherited from class hec.clientapp.model.Manager
addModifiableListener, backupFile, computeComplete, copyFile, deleteFile, deleting, finalize, getCallback, getCommonDataList, getDirectory, getDSSFileManager, getDSSFileManagerWrapper, getFileManager, getFilename, getGmtOffset, getIdentifier, getInputITSDataSet, getLastModifiedTime, getLastModifiedTimeString, getModTime, getModTime, getOutputITSDataSet, getPath, getProxyList, getReadOnly, getRelativePath, getReloadOk, getSaveAsId, getSaveAsId, getUnitSystem, getUserInterface, getWorkspace, getWorkspacePath, hasLock, isCanceled, isForecastManager, loadComplete, loadSaveAsFile, makeAbsolutePath, makeAbsolutePath, makeAbsolutePathFromWatershed, makeRelativePath, makeRelativePathFromWatershed, modifiyForSaveAs, newFile, newTSRecordProxy, newTSRecordProxy, notify, notifyModifiableListeners, openFile, printErrorMessage, printLogMessage, printMessage, printSeparator, printStatus, printTableRow, printWarningMessage, refreshData, reLoadChildManagers, reLoadFile, reLoadFile, removeCallBack, removeModifiableListener, renamed, saveChildManagers, saveManager, saveManagerAs, saveManagerAs, setIdentifier, setLastModifiedTime, setLastModifiedTime, setLineAttributes, setLocked, setManagersModifiedTime, setModified, setModifiedFalse, setPath, setProgress, setProxyList, setReadOnly, setReloadOk, setUserInterface, setUserInterface, setWorkspace, toString, unloading, writeLastModTimeMethods inherited from class hec.lang.NamedType
clone, compareTo, fireModifiedStateChanged, getDescription, getDisplayName, getIgnoreModifiedEvents, getIndex, getName, isModified, isValid, readResolve, rename, set, setDescription, setIgnoreModifiedEvents, setIndex, setName, setValid, update, useRecursiveModifiedTestMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface rma.lang.Modifiable
isModified
-
Constructor Details
-
Operations
public Operations()
-
-
Method Details
-
init
public void init() -
getSystem
-
setReleaseOverrides
-
getReleaseOverrides
-
findElement
-
findAdjParam
-
findTSArray
-
setSystem
-
setInputTSDataSet
-
getInputTSDataSet
- Overrides:
getInputTSDataSetin classManager
-
setOutputTSDataSet
-
getOutputTSDataSet
- Overrides:
getOutputTSDataSetin classManager
-
initialize
public boolean initialize(RssSystem sys, TSDataSet inputTS, TSDataSet outputTS, ReleaseOverrides ro) -
addController
-
removeController
-
getController
-
createController
-
getControllerVector
-
getTSRecordProxies
Description copied from interface:TSManagerget a vector containing all input time-series records in the managers objects.- Specified by:
getTSRecordProxiesin interfaceTSManager
-
getTSRecordProxies
Description copied from interface:TSManagerget a vector containing all time-series records in the managers objects.- Specified by:
getTSRecordProxiesin interfaceTSManager
-
readFile
-
writeFile
Writes the data for the operations manager to a file -
getFieldObject
Description copied from interface:FieldAccessorThis method allows access to java.lang.reflect.Field objects within the implementing class.- Specified by:
getFieldObjectin interfaceFieldAccessor- Overrides:
getFieldObjectin classManager- Parameters:
fld- The field to get.- Returns:
- The data object that is stored in the given field
-
setFieldObject
Description copied from interface:FieldAccessorThis allows access to fields withing the implementing object to set there data.- Specified by:
setFieldObjectin interfaceFieldAccessor- Overrides:
setFieldObjectin classManager- 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
-