SimJava
v2.0

Deprecated API

Deprecated Methods
eduni.simjava.Sim_entity.sim_hold_for(double, Sim_event)
          As of SimJava version 2.0, replaced by sim_pause_for(double delay, Sim_event ev). This method was deprecated because of the new statistical support present to entities. When an entity holds it must now be specified if the hold corrssponds to the entity being active or inactive. The original sim_hold() methods are equivalent to their respective sim_pause() methods. 
eduni.simjava.Sim_entity.sim_hold(double)
          As of SimJava version 2.0, replaced by sim_pause(double delay). This method was deprecated because of the new statistical support present to entities. When an entity holds it must now be specified if the hold corrssponds to the entity being active or inactive. The original sim_hold() methods are equivalent to their respective sim_pause() methods. 
 

Deprecated Constructors
eduni.simjava.Sim_type_p(int, int)
          This constructor is now replaced by the more flexible Sim_type_p(int[]). To use this predicate call Sim_type_p(new int[] {t1, t2}). 
eduni.simjava.Sim_type_p(int, int, int)
          This constructor is now replaced by the more flexible Sim_type_p(int[]). To use this predicate call Sim_type_p(new int[] {t1, t2, t3}). 
 


SimJava
v2.0

The University of Edinburgh, 2002