Uses of Interface
fr.inria.oadymppac.solver.SolverManagable

Packages that use SolverManagable
fr.inria.oadymppac.solver   
fr.inria.oadymppac.solver.analyser   
fr.inria.oadymppac.solver.parsing   
fr.inria.oadymppac.solver.parsing.adapter   
 

Uses of SolverManagable in fr.inria.oadymppac.solver
 

Subinterfaces of SolverManagable in fr.inria.oadymppac.solver
 interface Annotation
           
 interface Awake
           
 interface BackTo
           
 interface Cause
           
 interface ChoiceConstraint
           
 interface ChoicePoint
           
 interface Constraint
           
 interface ConstraintEvent
           
 interface ConstraintStatus
           
 interface Delta
           
 interface Domain
           
 interface EndStage
           
 interface Explanation
          An Explanation consists of a cause list and a contraint list.
 interface Failure
           
 interface Post
           
 interface Reduce
           
 interface Reject
           
 interface Remove
           
 interface Restore
           
 interface ResumeStage
           
 interface Schedule
           
 interface SearchNode
           
 interface Solution
           
 interface Solved
           
 interface SolverElement
           
 interface SolverEventElement
           
 interface SolverMainElement
           
 interface Stage
           
 interface StageEvent
           
 interface StartStage
           
 interface State
           
 interface Status
           
 interface Suspend
           
 interface SuspendStage
           
 interface Update
           
 interface ValueList
           
 interface Variable
           
 interface VariableStatus
           
 

Classes in fr.inria.oadymppac.solver that implement SolverManagable
 class AbstractAnnotation
           
 class AbstractConstraint
           
 class AbstractSearchNode
           
 class AbstractStage
           
 class AbstractStatus
           
 class AbstractVariable
           
 class AnnotationManager
          A AnnotationManager is a utility class that manages the domain of all the variables declared and used during a session.
 class AnnotationProxy
           
 class AwakeManager
          A AwakeManager is a utility class that manages the domain of all the variables declared and used during a session.
 class BackToManager
          A BackToManager is a utility class that manages the domain of all the variables declared and used during a session.
 class BasicSearchNode
           
 class ConstraintEventImpl
           
 class ConstraintManager
          A ConstraintManager is a utility class that manages the constraints and their related constraints declared and used during a session.
 class ConstraintProxy
           
 class DefaultAnnotation
           
 class DefaultAwake
           
 class DefaultCause
           
 class DefaultChoicePoint
           
 class DefaultConstraint
           
 class DefaultConstraintStatus
           
 class DefaultDelta
           
 class DefaultDomain
           
 class DefaultExplanation
           
 class DefaultFailure
           
 class DefaultPost
           
 class DefaultReduce
           
 class DefaultReject
           
 class DefaultRemove
           
 class DefaultSchedule
           
 class DefaultSolution
           
 class DefaultSolved
           
 class DefaultStage
           
 class DefaultState
           
 class DefaultSuspend
           
 class DefaultUpdate
           
 class DefaultValueList
           
 class DefaultVariable
           
 class DefaultVariableStatus
           
 class DeltaManager
          A DeltaManager is a utility class that manages the domain of all the variables declared and used during a session.
 class DomainManager
          A VarDomainManager is a utility class that manages the domain of all the variables declared and used during a session.
 class ExceptionManager
          A VariableManager is a utility class that manages the domain of all the variables declared and used during a session.
 class OrderedManager
          A VariableManager is a utility class that manages the domain of all the variables declared and used during a session.
 class PostManager
          A PostManager is a utility class that manages the domain of all the variables declared and used during a session.
 class ReduceManager
          A VariableManager is a utility class that manages the domain of all the variables declared and used during a session.
 class RejectManager
          A RejectManager is a utility class that manages the domain of all the variables declared and used during a session.
 class RemoveManager
          A RemoveManager is a utility class that manages the domain of all the variables declared and used during a session.
 class RestoreManager
          A RestoreManager is a utility class that manages the domain of all the variables declared and used during a session.
 class ScheduleManager
          A ScheduleManager is a utility class that manages the domain of all the variables declared and used during a session.
 class SearchNodeManager
          A SearchNodeManager is a utility class that manages the constraints and their related constraints declared and used during a session.
 class SearchNodeProxy
           
 class SolvedManager
          A SolvedManager is a utility class that manages the domain of all the variables declared and used during a session.
 class SolverElementImpl
           
 class SolverEventElementImpl
           
 class SolverMainElementImpl
           
 class SolverObjectManager
           
 class StageManager
          A StageManager is a utility class that manages the domain of all the variables declared and used during a session.
 class StageProxy
           
 class StateManager
          A StateManager is a utility class that manages the domain of all the variables declared and used during a session.
 class SuspendManager
          A SuspendManager is a utility class that manages the domain of all the variables declared and used during a session.
 class UpdateManager
          A UpdateManager is a utility class that manages the domain of all the variables declared and used during a session.
 class ValueListImpl
           
 class VariableManager
          A VariableManager is a utility class that manages the domain of all the variables declared and used during a session.
 class VariableProxy
           
 

Uses of SolverManagable in fr.inria.oadymppac.solver.analyser
 

Classes in fr.inria.oadymppac.solver.analyser that implement SolverManagable
 class AbstractGraphAnalyser
           
 class ConstraintConstraintGraphAnalyser
           
 class SolverAnalyserImpl
           
 class VariableConstraintGraphAnalyser
           
 

Uses of SolverManagable in fr.inria.oadymppac.solver.parsing
 

Classes in fr.inria.oadymppac.solver.parsing that implement SolverManagable
 class AbstractManagerEventListener
           
 class ConstraintConstraintManagerEventListener
           
 class SolverManagerEventListener
           
 class VariableConstraintManagerEventListener
           
 

Uses of SolverManagable in fr.inria.oadymppac.solver.parsing.adapter
 

Classes in fr.inria.oadymppac.solver.parsing.adapter that implement SolverManagable
 class DefaultAdapter
           
 class DefaultAwakeAdapter
           
 class DefaultCauseAdapter
           
 class DefaultConstraintAdapter
           
 class DefaultConstraintStatusAdapter
           
 class DefaultDeltaAdapter
           
 class DefaultDomainAdapter
           
 class DefaultExplanationAdapter
           
 class DefaultPostAdapter
           
 class DefaultReduceAdapter
           
 class DefaultSearchNodeAdapter
           
 class DefaultStateAdapter
           
 class DefaultUpdateAdapter
           
 class DefaultValueListAdapter
           
 class DefaultVariableAdapter
           
 class DefaultVariableStatusAdapter