public interface Calculation
Modifier and Type | Method and Description |
---|---|
void |
calculate()
Does the calculation.
|
void |
resetCalculation()
Resets the simulation to a known initial state.
|
void |
setControl(Control control)
Sets object that controls this calculation.
|
void setControl(Control control)
control
- void calculate()
void resetCalculation()