engine
Class CoutTask

java.lang.Object
  |
  +--engine.Instruction
        |
        +--engine.DefaultInstruction
              |
              +--engine.CoutTask

class CoutTask
extends DefaultInstruction

See Also:
Serialized Form

Field Summary
(package private)  Expression target
           
 
Fields inherited from class engine.DefaultInstruction
delayBefore, desc, ns, state
 
Fields inherited from class engine.Instruction
next
 
Constructor Summary
(package private) CoutTask(NameSpace ns, int delayBefore, InstructionDescription desc, Expression target, DefaultInstruction next)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class engine.DefaultInstruction
checkIfIsAllowedInFunction, toString, waitToRun
 
Methods inherited from class engine.Instruction
add, append, next
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

target

Expression target
Constructor Detail

CoutTask

CoutTask(NameSpace ns,
         int delayBefore,
         InstructionDescription desc,
         Expression target,
         DefaultInstruction next)
Method Detail

execute

public void execute()
             throws InterpretTimeException,
                    SimulationStoppedException