parser.chocogen
Class ObjectFactory

java.lang.Object
  extended by parser.chocogen.ObjectFactory
Direct Known Subclasses:
ExtConstraintFactory, GloConstraintFactory, ModelConstraintFactory, RelationFactory, VariableFactory

public abstract class ObjectFactory
extends Object


Field Summary
static int AC2001
           
static int AC2008
           
static int AC32
           
static int algorithmAC
          algo d'ac : 2001 ou 32 ou 2008
protected  Model m
           
protected  InstanceParser parser
           
 
Constructor Summary
protected ObjectFactory(Model m, InstanceParser parser)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AC32

public static final int AC32
See Also:
Constant Field Values

AC2001

public static final int AC2001
See Also:
Constant Field Values

AC2008

public static final int AC2008
See Also:
Constant Field Values

algorithmAC

public static int algorithmAC
algo d'ac : 2001 ou 32 ou 2008


parser

protected InstanceParser parser

m

protected Model m
Constructor Detail

ObjectFactory

protected ObjectFactory(Model m,
                        InstanceParser parser)


Copyright © 2012. All Rights Reserved.