choco.cp.solver.configure
Class MessageFactory

java.lang.Object
  extended by choco.cp.solver.configure.MessageFactory

public final class MessageFactory
extends Object


Method Summary
static String getGeneralMsg(Configuration conf, String problemName, String instanceName)
           
static String getLimitMsg(Solver solver)
           
static String getModellingMsg(Solver solver)
           
static String getRestartMsg(Solver solver)
           
static String getShavingMsg(Solver solver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGeneralMsg

public static String getGeneralMsg(Configuration conf,
                                   String problemName,
                                   String instanceName)

getLimitMsg

public static String getLimitMsg(Solver solver)

getRestartMsg

public static String getRestartMsg(Solver solver)

getShavingMsg

public static String getShavingMsg(Solver solver)

getModellingMsg

public static String getModellingMsg(Solver solver)


Copyright © 2012. All Rights Reserved.