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

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.Write
All Implemented Interfaces:
Serializable
Enclosing class:
RASM

Deprecated. Use Write

public static class RASM.Write
extends Instruction.MACRO

A complete write to a channel.

Writes value value on output channel chanId, sending a request on that channel and receiving an acknowledgement of that request. The simplest way to implement the writing part of the chanId!expression command in Yellow. This instruction is simulated by a call to __MACROS__::write

value chanId -

See Also:
RASM.Put, RASM.SignalForward, RASM.WaitRelease, RASM.PutForward, RASM.Read, Serialized Form

Inner classes inherited from class uk.ac.man.cs.rainbow.simulator.Instruction
Instruction.MACRO
 
Constructor Summary
RASM.Write()
          Deprecated.  
RASM.Write(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.Write

public RASM.Write()
Deprecated. 

RASM.Write

public RASM.Write(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