|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<T>
repast.simphony.context.AbstractContext<T>
repast.simphony.context.SmallDefaultContext<T>
repast.simphony.context.DefaultContext<HydrologicalUnit>
uaa.feral.physical.HydrologicalSetting
HydrologicalUnit
- public class HydrologicalSetting
Class to contain the hydrological unit(s) in a simulation
Field Summary | |
---|---|
HydroBehavior |
hydroBehavior
|
Fields inherited from interface repast.simphony.context.Context |
---|
SYN_CONTEXT_PREFIX |
Constructor Summary | |
---|---|
HydrologicalSetting()
Constructor that can be used for limited hydrological behaviors or generic hydrological modeling for a scenario |
|
HydrologicalSetting(ScenarioData sd,
int number,
java.lang.String hydroModel)
Main constructor for a hydrological setting |
|
HydrologicalSetting(java.lang.String test)
Constructor for testing |
Method Summary | |
---|---|
HydroBehavior |
getHydroBehavior()
|
void |
init()
Method to initialize the object prior to execution of model behaviors |
void |
runHydro()
Method to run hydrological model or calculation |
void |
setHydroBehavior(HydroBehavior hydroBehavior)
|
void |
setWaterColorScale(HydrologicalUnit hu)
Method to set the colors in WW |
Methods inherited from class repast.simphony.context.SmallDefaultContext |
---|
getObjects, getRandomObject, getRandomObjects |
Methods inherited from class repast.simphony.context.AbstractContext |
---|
add, addContextListener, addProjection, addSubContext, addValueLayer, clear, contains, eventOccured, findContext, findParent, getAgentLayer, getAgentTypes, getContextListeners, getId, getProjection, getProjection, getProjections, getProjections, getSubContext, getSubContexts, getTypeID, getValueLayer, getValueLayers, hasSubContext, iterator, query, remove, removeContextListener, removeProjection, removeSubContext, removeValueLayer, setId, setTypeID, size |
Methods inherited from class java.util.AbstractCollection |
---|
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Collection |
---|
addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArray |
Field Detail |
---|
public HydroBehavior hydroBehavior
Constructor Detail |
---|
public HydrologicalSetting()
public HydrologicalSetting(java.lang.String test)
test
- a string to indicate a testpublic HydrologicalSetting(ScenarioData sd, int number, java.lang.String hydroModel)
number
- the number of the settinghydroModel
- the hydrology model associated with the settingMethod Detail |
---|
public void init()
public void runHydro()
public void setWaterColorScale(HydrologicalUnit hu)
hu
- a hydrological unitpublic HydroBehavior getHydroBehavior()
public void setHydroBehavior(HydroBehavior hydroBehavior)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |