choco.real.constraint
Interface RealConstraint

All Superinterfaces:
java.lang.Cloneable, Constraint, Entity, java.util.EventListener, Propagator, RealListener, VarEventListener
All Known Implementing Classes:
AbstractLargeRealConstraint, AbstractPalmSplit, AbstractPalmUnRealConstraint, AbstractUnRealConstraint, Equation, PalmEquation, PalmSplitLeft, PalmSplitRight

public interface RealConstraint
extends Constraint, Propagator, RealListener

An interface for float constraints.


Method Summary
 RealVar getRealVar(int i)
           
 int getRealVarNb()
           
 
Methods inherited from interface choco.Propagator
assignIndices, awake, awakeOnVar, constAwake, delete, getEvent, getPlugIn, getPriority, isCompletelyInstantiated, isConsistent, isEntailed, propagate
 
Methods inherited from interface choco.prop.VarEventListener
addListener, isActive, setActive, setPassive
 
Methods inherited from interface choco.real.constraint.RealListener
awakeOnInf, awakeOnSup, getConstraintIdx, setConstraintIndex
 
Methods inherited from interface choco.prop.VarEventListener
addListener, isActive, setActive, setPassive
 

Method Detail

getRealVar

RealVar getRealVar(int i)

getRealVarNb

int getRealVarNb()