simulator.script
Class SetPreprocessKey

java.lang.Object
  |
  +--simulator.script.Reaction
        |
        +--simulator.script.SendMessage
              |
              +--simulator.script.SetPreprocessKey

public class SetPreprocessKey
extends SendMessage

Sends a regenerate taems event to an agent. This is essentially a specialization of the SendMessage reaction.

Data


Constructor Summary
SetPreprocessKey(java.lang.String d)
          Constructor.
 
Method Summary
 void init()
          Init.
 
Methods inherited from class simulator.script.SendMessage
findAgent, realize
 
Methods inherited from class simulator.script.Reaction
getData, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetPreprocessKey

public SetPreprocessKey(java.lang.String d)
Constructor.
Method Detail

init

public void init()
Init.
Overrides:
init in class SendMessage
Following copied from class: simulator.script.Reaction
See Also:
utilities.Converter#reTypeProperty