Uses of Class
choco.kernel.model.constraints.ConstraintType

Packages that use ConstraintType
choco.cp.common.util.preprocessor.detector.scheduling   
choco.cp.model   
choco.kernel.model The root package for the Constraint Programming Kernel.
choco.kernel.model.constraints   
 

Uses of ConstraintType in choco.cp.common.util.preprocessor.detector.scheduling
 

Methods in choco.cp.common.util.preprocessor.detector.scheduling that return ConstraintType
protected  ConstraintType RmUnaryModelDetector.getType()
           
protected  ConstraintType PrecFromReifiedModelDetector.getType()
           
protected  ConstraintType PrecFromImpliedModelDetector.getType()
           
protected  ConstraintType PrecFromDisjointModelDetector.getType()
           
protected  ConstraintType DisjointModelDetector.getType()
           
protected  ConstraintType DisjointFromUnaryModelDetector.getType()
           
protected  ConstraintType DisjointFromCumulModelDetector.getType()
           
protected  ConstraintType DisjFromCumulModelDetector.getType()
           
 

Uses of ConstraintType in choco.cp.model
 

Methods in choco.cp.model with parameters of type ConstraintType
 DisposableIterator<Constraint> CPModel.getConstraintByType(ConstraintType t)
           
 int CPModel.getNbConstraintByType(ConstraintType t)
           
 

Uses of ConstraintType in choco.kernel.model
 

Methods in choco.kernel.model with parameters of type ConstraintType
 Iterator<Constraint> Model.getConstraintByType(ConstraintType t)
          Return an iterator over constraint of a certain type
 int Model.getNbConstraintByType(ConstraintType t)
          Return the number of constraint of a certain type
 

Uses of ConstraintType in choco.kernel.model.constraints
 

Methods in choco.kernel.model.constraints that return ConstraintType
 ConstraintType Constraint.getConstraintType()
           
 ConstraintType AbstractConstraint.getConstraintType()
           
static ConstraintType ConstraintType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstraintType[] ConstraintType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in choco.kernel.model.constraints with parameters of type ConstraintType
AbstractConstraint(ConstraintType type, Variable[] variables)
           
ComponentConstraint(ConstraintType constraintType, Object parameters, Variable[] variables)
           
ComponentConstraintWithSubConstraints(ConstraintType constraintType, Variable[] variables, Object params, Constraint... constraints)
           
MetaConstraint(ConstraintType type, E... constraints)
           
TemporalConstraint(ConstraintType constraintType, Object parameters, Variable[] variables)
           
 



Copyright © 2012. All Rights Reserved.