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

Class inria.meije.rc.nrp.Follow

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

public class Follow
extends ReactiveProcess
Follow outputs the first item of its left input channel, then duplicates its right input on the output.

Constructor Index

 o Follow(Channel, Channel, Channel)
 o Follow(NrpMachine, String, String, String)

Method Index

 o activation(Machine)
 o toString()

Constructors

 o Follow
  public Follow(Channel left,
                Channel right,
                Channel out)
 o Follow
  public Follow(NrpMachine machine,
                String left,
                String right,
                String out)

Methods

 o toString
  public final String toString()
Overrides:
toString in class Instruction
 o activation
  protected byte activation(Machine machine)
Overrides:
activation in class Instruction

All Packages  Class Hierarchy  This Package  Previous  Next  Index