hades.models.stimuli
Class StimuliParser.Pause

java.lang.Object
  extended byhades.models.stimuli.StimuliParser.Pause
All Implemented Interfaces:
Simulatable
Enclosing class:
StimuliParser

class StimuliParser.Pause
extends java.lang.Object
implements Simulatable


Constructor Summary
(package private) StimuliParser.Pause()
           
 
Method Summary
 void elaborate(java.lang.Object arg)
          elaborate(): This method is called by the simulation engine to initialize the simulation object.
 void evaluate(java.lang.Object arg)
          evaluate(): called by the simulation engine on all events that concern this object.
 void message(java.lang.String s)
          message(): print or display an information message
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StimuliParser.Pause

StimuliParser.Pause()
Method Detail

message

public void message(java.lang.String s)
Description copied from interface: Simulatable
message(): print or display an information message

Specified by:
message in interface Simulatable

elaborate

public void elaborate(java.lang.Object arg)
Description copied from interface: Simulatable
elaborate(): This method is called by the simulation engine to initialize the simulation object.

Specified by:
elaborate in interface Simulatable
Parameters:
arg - an arbitrary argument

evaluate

public void evaluate(java.lang.Object arg)
Description copied from interface: Simulatable
evaluate(): called by the simulation engine on all events that concern this object. The object is responsible for updating its internal state and for scheduling all pending output events.

Specified by:
evaluate in interface Simulatable
Parameters:
arg - an arbitrary argument