choco.kernel.model.factories
Class ConstraintListFactory
java.lang.Object
choco.kernel.model.factories.ConstraintListFactory
public class ConstraintListFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintListFactory
public ConstraintListFactory()
getConstraintList
public static ArrayList<Constraint> getConstraintList()
add
public static int add(Constraint c)
get
public static Constraint get(int i)
remove
public static boolean remove(int i,
Constraint removeOne)
remove
public static void remove(int i)
Copyright © 2012. All Rights Reserved.