|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectACRU.Components.CNode
ACRU.Processes.PProcess
ACRUSalinity.Processes.SubsurfaceSaltMovement.PSubsurfaceSaltMovement
A super class for classes involved in subsurface TDS balance and salt transport.
| Field Summary |
| Fields inherited from class ACRU.Processes.PProcess |
CURRENT_DATE, END_SIMULATION_DATE, initialised, START_SIMULATION_DATE |
| Fields inherited from class ACRU.Components.CNode |
|
| Constructor Summary | |
PSubsurfaceSaltMovement()
|
|
| Method Summary | |
abstract void |
flowSalt()
The method in which the salt flow behaviour is implemented . |
void |
runProcess()
This is a general method used to "run" every process. |
| Methods inherited from class ACRU.Processes.PProcess |
initialise, isInitialised, setCurrentDate, setEndDate, setStartDate, toString |
| Methods inherited from class ACRU.Components.CNode |
getNext, getNext, getNext, getNext, getNextCount, getNextCount, getNexts, getNexts, getTypeOfNexts, getTypeOfNexts, setNext, setNext, setNext, setNext, setNext, setNexts, setNexts, setNexts |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PSubsurfaceSaltMovement()
| Method Detail |
public void runProcess()
throws java.lang.Exception,
ACRU.Exceptions.EException
ACRU.Processes.PProcessThis method acts as an adaptor and usually calls other methods.
This abstract method must be implemented by all non-abstract subclasses of PProcess.
ACRU.Exceptions.EException - EExceptions not dealt with internally.
java.lang.Exception - Exceptions not dealt with internally.
public abstract void flowSalt()
throws java.lang.Exception,
ACRU.Exceptions.EException
ACRU.Interfaces.ISaltFlow
flowSalt in interface ACRU.Interfaces.ISaltFlowjava.lang.Exception
ACRU.Exceptions.EException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||