Class inria.meije.rc.nrp.ReactiveProcess
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class inria.meije.rc.nrp.ReactiveProcess

java.lang.Object
   |
   +----inria.meije.rc.sugarcubes.Instruction
           |
           +----inria.meije.rc.nrp.ReactiveProcess

public class ReactiveProcess
extends Instruction
The abstract class of reactive processes.

Constructor Index

 o ReactiveProcess()

Method Index

 o fix(Channel, Machine)
 o put(Channel, Object, Machine)

Constructors

 o ReactiveProcess
  public ReactiveProcess()

Methods

 o fix
  protected byte fix(Channel chan,
                     Machine machine)
 o put
  protected void put(Channel chan,
                     Object obj,
                     Machine machine)

All Packages  Class Hierarchy  This Package  Previous  Next  Index