uk.ac.man.cs.rainbow.simulator
Class RASM.WaitFor

java.lang.Object
  |
  +--uk.ac.man.cs.rainbow.simulator.Instruction
        |
        +--uk.ac.man.cs.rainbow.simulator.Instruction.MACRO
              |
              +--uk.ac.man.cs.rainbow.simulator.RASM.WaitFor
All Implemented Interfaces:
Serializable
Enclosing class:
RASM

Deprecated. Use WaitFor

public static class RASM.WaitFor
extends Instruction.MACRO

Wait for channel to become readable.

Waits until a value is available on input channel chanId. This instruction is simulated by a call to __MACROS__::waitFor

chanId -

See Also:
RASM.IsAvailable, RASM.Sleep, RASM.WaitGet, Serialized Form

Inner classes inherited from class uk.ac.man.cs.rainbow.simulator.Instruction
Instruction.MACRO
 
Constructor Summary
RASM.WaitFor()
          Deprecated.  
RASM.WaitFor(RASMCode code)
          Deprecated.  
 
Method Summary
protected  void addSequence(RASMCode code)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class uk.ac.man.cs.rainbow.simulator.Instruction.MACRO
definition, execute, location
 
Methods inherited from class uk.ac.man.cs.rainbow.simulator.Instruction
addClass, getInstruction, getInstruction, getInstruction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RASM.WaitFor

public RASM.WaitFor()
Deprecated. 

RASM.WaitFor

public RASM.WaitFor(RASMCode code)
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

addSequence

protected void addSequence(RASMCode code)
Deprecated. 
Overrides:
addSequence in class Instruction.MACRO