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.
-
Follow(Channel, Channel, Channel)
-
-
Follow(NrpMachine, String, String, String)
-
-
activation(Machine)
-
-
toString()
-
Follow
public Follow(Channel left,
Channel right,
Channel out)
Follow
public Follow(NrpMachine machine,
String left,
String right,
String out)
toString
public final String toString()
- Overrides:
- toString in class Instruction
activation
protected byte activation(Machine machine)
- Overrides:
- activation in class Instruction
All Packages Class Hierarchy This Package Previous Next Index