fr.inria.oadymppac.solver
Interface SolverElement

All Superinterfaces:
Indexable, SolverManagable
All Known Subinterfaces:
Annotation, Awake, BackTo, Cause, ChoiceConstraint, ChoicePoint, Constraint, ConstraintEvent, ConstraintStatus, Delta, Domain, EndStage, Explanation, Failure, Post, Reduce, Reject, Remove, Restore, ResumeStage, Schedule, SearchNode, Solution, Solved, SolverEventElement, SolverMainElement, Stage, StageEvent, StartStage, State, Status, Suspend, SuspendStage, Update, ValueList, Variable, VariableStatus
All Known Implementing Classes:
AbstractAnnotation, AbstractConstraint, AbstractSearchNode, AbstractStage, AbstractStatus, AbstractVariable, BasicSearchNode, ConstraintEventImpl, ConstraintProxy, DefaultAwake, DefaultCause, DefaultChoicePoint, DefaultConstraint, DefaultConstraintStatus, DefaultDelta, DefaultDomain, DefaultExplanation, DefaultFailure, DefaultPost, DefaultReduce, DefaultReject, DefaultRemove, DefaultSchedule, DefaultSolution, DefaultSolved, DefaultStage, DefaultState, DefaultSuspend, DefaultUpdate, DefaultVariable, DefaultVariableStatus, SolverMainElementImpl, ValueListImpl

public interface SolverElement
extends Indexable, SolverManagable

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

Method Summary
 java.lang.String getEventType()
           
 java.lang.String getLabel()
           
 byte getSolverType()
           
 
Methods inherited from interface fr.inria.oadymppac.utils.Indexable
getIndex, getKey, reset, setIndex
 
Methods inherited from interface fr.inria.oadymppac.solver.SolverManagable
getSolver, setSolver
 

Method Detail

getSolverType

public byte getSolverType()

getEventType

public java.lang.String getEventType()

getLabel

public java.lang.String getLabel()