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

Interface inria.meije.rc.sugarcubes.ReturnCodes

public interface ReturnCodes
extends Object
The basic return codes: TERM means that nothing remains to be executed; STOP means that execution is finished for the current instant but that something remains to be done at next instant; SUSP means that execution at current instant must resume during this instant.

Variable Index

 o STOP
 o SUSP
 o TERM

Variables

 o STOP
  public final static byte STOP
 o TERM
  public final static byte TERM
 o SUSP
  public final static byte SUSP

All Packages  Class Hierarchy  This Package  Previous  Next  Index