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

Class inria.meije.rc.sugarcubes.Config

java.lang.Object
   |
   +----inria.meije.rc.sugarcubes.Config

public class Config
extends Object
implements ReturnCodes
Event configurations are combinations of events. A configuration can be evaluated as soon as it is fixed.

Constructor Index

 o Config()

Method Index

 o equals(Config)
 o evaluate(Machine)
Evaluates the configuration.
 o fixed(Machine)
Returns true if the configuration is fixed, and thus can be evaluated safely.

Constructors

 o Config
  public Config()

Methods

 o fixed
  public abstract boolean fixed(Machine machine)
Returns true if the configuration is fixed, and thus can be evaluated safely.
 o evaluate
  public abstract boolean evaluate(Machine machine)
Evaluates the configuration.
 o equals
  public boolean equals(Config conf)

All Packages  Class Hierarchy  This Package  Previous  Next  Index