Package hec.rss.model
Class RssSimRun
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.clientapp.model.Manager
hec.clientapp.model.SimulationRun
hec.rss.model.RssSimRun
- All Implemented Interfaces:
hec.event.ModifiableListener,AsciiSerializable,FieldAccessor,LockableObject,hec.map.MapObjectInterface,MessagePrinter,ModelConstants,TsRecordContainer,RssSimulationRun,Serializable,Cloneable,Comparable,EventListener,Observer,mil.army.usace.hec.rmi.csinterface.CallBackInterface,rma.lang.Modifiable
Title: CWMS Development Project Description: Copyright: Copyright (c) 2001
Company: Resource Management Associates
- See Also:
-
Field Summary
FieldsFields inherited from class hec.clientapp.model.SimulationRun
_altList, _baseRunName, _modelForecastAltMgrs, _trialList, _trials, FILE_EXT, NO_SELECTIONFields 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_EVENTFields inherited from interface hec.model.ModelConstants
FDA_MODEL_NAME, FIA_MODEL_NAME, HFP_MODEL_NAME, MFP_MODEL_NAME, RAS_MODEL_NAME, RESPRM_MODEL_NAME, RSS_MODEL_NAME, SUPPLEMENTAL_MODEL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptTrial(AltItem altItem, int pos, String newTrialKey, boolean propagate) get the NameType's descriptionGets the ModelAltWorkspaceName attribute of the RssSimRun objectget the Rss Alternativeget the Rss SystemGets the TrialRunClassName attribute of the RssSimRun objectvoidinit()Description of the MethodvoidmodifiedStateChanged(rma.lang.Modifiable mgr, boolean modified) booleanremoveTrial(SimulationTrialRun trial2Remove) remove the trial from this SimulationRunvoidcalled when the manager proxy is unloading the managerMethods inherited from class hec.clientapp.model.SimulationRun
addTrial, areManagersModified, getAlternativeNameLength, getAltItems, getAltList, getBaseRunName, getComputeInundation, getConfigurationId, getCoordinateReferenceSystem, getExtent, getFieldObject, getFileExtension, getIdForModelAlt, getKey, getMapIdentifier, getModel, getModelAlt, getModelAlt, getModelAltClassName, getModelCount, getModelNameLength, getModelNames, getProgramOrder, getRasModelForecastAlt, getRasModelReference, getRunKey, getSimulation, getTrialKeys, getTrials, getUserName, hasModelAlt, isActiveRun, isExpanded, isSelected, load, loadManager, notifyModifiableListeners, readFile, reLoadFile, saveManagers, setActiveRun, setAltList, setComputeInundation, setConfigurationId, setDefaultModelAltClassName, setDescription, setExpanded, setExtent, setFieldObject, setMapIdentifier, setModelsLocked, setModified, setName, setSelected, setSimulation, setUserName, toString, unload, usesModeltAlt, writeFileMethods inherited from class hec.clientapp.model.Manager
addModifiableListener, backupFile, computeComplete, copyFile, deleteFile, deleting, finalize, getCallback, getCommonDataList, getDirectory, getDSSFileManager, getDSSFileManagerWrapper, getFileManager, getFilename, getGmtOffset, getIdentifier, getInputITSDataSet, getInputTSDataSet, getLastModifiedTime, getLastModifiedTimeString, getModTime, getModTime, getOutputITSDataSet, getOutputTSDataSet, 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, removeCallBack, removeModifiableListener, renamed, saveChildManagers, saveManager, saveManagerAs, saveManagerAs, setIdentifier, setLastModifiedTime, setLastModifiedTime, setLineAttributes, setLocked, setManagersModifiedTime, setModifiedFalse, setPath, setProgress, setProxyList, setReadOnly, setReloadOk, setUserInterface, setUserInterface, setWorkspace, writeLastModTimeMethods inherited from class hec.lang.NamedType
clone, compareTo, fireModifiedStateChanged, getDisplayName, getIgnoreModifiedEvents, getIndex, getName, isModified, isValid, readResolve, rename, set, setIgnoreModifiedEvents, setIndex, 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 hec.map.MapObjectInterface
getNameMethods inherited from interface rma.lang.Modifiable
isModifiedMethods inherited from interface hec.rss.model.RssSimulationRun
getTrials, getUserName
-
Field Details
-
_rssSystem
-
_rssAlt
-
-
Constructor Details
-
RssSimRun
public RssSimRun()Constructor for the RssSimRun object
-
-
Method Details
-
getModelAltWorkspaceName
Gets the ModelAltWorkspaceName attribute of the RssSimRun object- Specified by:
getModelAltWorkspaceNamein classSimulationRun- Returns:
- The ModelAltWorkspaceName value
-
getTrialRunClassName
Gets the TrialRunClassName attribute of the RssSimRun object- Specified by:
getTrialRunClassNamein classSimulationRun- Returns:
- The TrialRunClassName value
- See Also:
-
init
public void init()Description of the Method- Overrides:
initin classSimulationRun
-
getRssAlt
get the Rss Alternative- Specified by:
getRssAltin interfaceRssSimulationRun
-
getRssSystem
get the Rss System- Specified by:
getRssSystemin interfaceRssSimulationRun
-
unloading
public void unloading()Description copied from class:Managercalled when the manager proxy is unloading the manager- Overrides:
unloadingin classSimulationRun
-
modifiedStateChanged
public void modifiedStateChanged(rma.lang.Modifiable mgr, boolean modified) - Specified by:
modifiedStateChangedin interfacehec.event.ModifiableListener- Overrides:
modifiedStateChangedin classSimulationRun
-
acceptTrial
- Overrides:
acceptTrialin classSimulationRun
-
getDescription
Description copied from class:NamedTypeget the NameType's description- Overrides:
getDescriptionin classNamedType- Returns:
- the description
-
removeTrial
remove the trial from this SimulationRun- Overrides:
removeTrialin classSimulationRun
-