All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----eduni.simanim.Param_type
You need to specify a parameter type in order to get a parameter to display on a timing diagram.
Example code to add a parameter type from a user's entity constructor is below.
String[] wstate = {"idle","busy"}; add_param(new Anim_param( "State", Anim_param.STATE, new Param_type("wstate", wstate) ));
![]()
public Param_type(String tp, String vals[])
public String[] getVals()
public String getType()
public int getIndex(String s)
public StringBuffer getSpec()
All Packages Class Hierarchy This Package Previous Next Index