fr.inria.oadymppac.solver
Interface SolverTypes

All Known Subinterfaces:
Solver
All Known Implementing Classes:
AbstractManagerEventListener, AbstractSolver, SolverAnalyserImpl

public interface SolverTypes

Author:
raf TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
static byte ANNOTATION
           
static byte AWAKE
           
static byte BACKTO
           
static byte CAUSE
           
static byte CONSTRAINT
           
static byte CONSTRAINT_STATUS
           
static byte DELTA
           
static byte DOMAIN
           
static byte EVENT_SIZE
           
static byte EXCEPTION
           
static byte EXPLANATION
           
static byte POST
           
static byte REDUCE
           
static byte REJECT
           
static byte REMOVE
           
static byte RESTORE
           
static byte SCHEDULE
           
static byte SEARCHNODE
           
static byte SOLVED
           
static byte STAGE
           
static byte STAGE_EVENT
           
static byte STATE
           
static byte SUSPEND
           
static byte UPDATE
           
static byte VALUELIST
           
static byte VARIABLE
           
static byte VARIABLE_STATUS
           
 

Field Detail

EXCEPTION

public static final byte EXCEPTION
See Also:
Constant Field Values

VARIABLE

public static final byte VARIABLE
See Also:
Constant Field Values

CONSTRAINT

public static final byte CONSTRAINT
See Also:
Constant Field Values

POST

public static final byte POST
See Also:
Constant Field Values

SEARCHNODE

public static final byte SEARCHNODE
See Also:
Constant Field Values

BACKTO

public static final byte BACKTO
See Also:
Constant Field Values

REMOVE

public static final byte REMOVE
See Also:
Constant Field Values

RESTORE

public static final byte RESTORE
See Also:
Constant Field Values

REDUCE

public static final byte REDUCE
See Also:
Constant Field Values

SUSPEND

public static final byte SUSPEND
See Also:
Constant Field Values

SOLVED

public static final byte SOLVED
See Also:
Constant Field Values

REJECT

public static final byte REJECT
See Also:
Constant Field Values

AWAKE

public static final byte AWAKE
See Also:
Constant Field Values

SCHEDULE

public static final byte SCHEDULE
See Also:
Constant Field Values

ANNOTATION

public static final byte ANNOTATION
See Also:
Constant Field Values

STAGE

public static final byte STAGE
See Also:
Constant Field Values

STAGE_EVENT

public static final byte STAGE_EVENT
See Also:
Constant Field Values

STATE

public static final byte STATE
See Also:
Constant Field Values

VALUELIST

public static final byte VALUELIST
See Also:
Constant Field Values

DOMAIN

public static final byte DOMAIN
See Also:
Constant Field Values

DELTA

public static final byte DELTA
See Also:
Constant Field Values

UPDATE

public static final byte UPDATE
See Also:
Constant Field Values

VARIABLE_STATUS

public static final byte VARIABLE_STATUS
See Also:
Constant Field Values

CONSTRAINT_STATUS

public static final byte CONSTRAINT_STATUS
See Also:
Constant Field Values

EXPLANATION

public static final byte EXPLANATION
See Also:
Constant Field Values

CAUSE

public static final byte CAUSE
See Also:
Constant Field Values

EVENT_SIZE

public static final byte EVENT_SIZE
See Also:
Constant Field Values