desmoj
Interface ModelOptions

- public interface ModelOptions
Defines an interface to design the individual model options.
This interface does not define any special methods. It is used
to clarify the API by publishing a name for this type of objects.
- Version:
- DESMO-J, Ver. 1.5 copyright (c) 2001 licensed under GNU GPL
|
Method Summary |
void |
setOptions(Model m)
Sets the options for the specific model. |
setOptions
public void setOptions(Model m)
- Sets the options for the specific model.
The model has to call this method once the ModelOptions object has been
passed to the model's
init(Modeloptions) method.
This is done automatically within the init(Modeloptions) method.