Class inria.meije.rc.sugarcubes.Generate
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class inria.meije.rc.sugarcubes.Generate

java.lang.Object
   |
   +----inria.meije.rc.sugarcubes.Instruction
           |
           +----inria.meije.rc.sugarcubes.Atom
                   |
                   +----inria.meije.rc.sugarcubes.Generate

public class Generate
extends Atom
Event generation. Generating an event in a machine sets its move flag.

Variable Index

 o eventName

Constructor Index

 o Generate(String)

Method Index

 o action(Machine)
 o equals(Instruction)
Equality of two instructions implies that they are of the same type.
 o toString()
Instructions can be converted to strings.

Variables

 o eventName
  protected String eventName

Constructors

 o Generate
  public Generate(String eventName)

Methods

 o equals
  public final boolean equals(Instruction inst)
Equality of two instructions implies that they are of the same type.
Overrides:
equals in class Instruction
 o toString
  public final String toString()
Instructions can be converted to strings.
Overrides:
toString in class Instruction
 o action
  protected void action(Machine machine)
Overrides:
action in class Atom

All Packages  Class Hierarchy  This Package  Previous  Next  Index