Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

desmoj
Interface ModelOptions  view ModelOptions download ModelOptions.java


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.
 

Method Detail

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.