jmetal.problems
Class ProblemFactory

java.lang.Object
  extended by jmetal.problems.ProblemFactory

public class ProblemFactory
extends java.lang.Object

This class represents a factory for problems


Constructor Summary
ProblemFactory()
           
 
Method Summary
 Problem getProblem(java.lang.String name, java.lang.Object[] params)
          Creates an object representing a problem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProblemFactory

public ProblemFactory()
Method Detail

getProblem

public Problem getProblem(java.lang.String name,
                          java.lang.Object[] params)
                   throws JMException
Creates an object representing a problem

Parameters:
name - Name of the problem
params - Parameters characterizing the problem
Returns:
The object representing the problem
Throws:
JMException