Uses of Class
net.sf.cpsolver.coursett.constraint.GroupConstraint.ConstraintType

Packages that use GroupConstraint.ConstraintType
net.sf.cpsolver.coursett.constraint University Course Timetabling: Constraints. 
 

Uses of GroupConstraint.ConstraintType in net.sf.cpsolver.coursett.constraint
 

Methods in net.sf.cpsolver.coursett.constraint that return GroupConstraint.ConstraintType
static GroupConstraint.ConstraintType GroupConstraint.ConstraintType.get(String reference)
          Constraint type from reference
 GroupConstraint.ConstraintType GroupConstraint.getType()
          ConstraString type (e.g, SAME_TIME)
static GroupConstraint.ConstraintType GroupConstraint.ConstraintType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroupConstraint.ConstraintType[] GroupConstraint.ConstraintType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.cpsolver.coursett.constraint with parameters of type GroupConstraint.ConstraintType
 void GroupConstraint.setType(GroupConstraint.ConstraintType type)
           
 

Constructors in net.sf.cpsolver.coursett.constraint with parameters of type GroupConstraint.ConstraintType
GroupConstraint(Long id, GroupConstraint.ConstraintType type, String preference)
          Constructor
 



Copyright © 2014 UniTime LLC. All Rights Reserved.