|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmetal.problems.ProblemFactory
public class ProblemFactory
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 |
---|
public ProblemFactory()
Method Detail |
---|
public Problem getProblem(java.lang.String name, java.lang.Object[] params) throws JMException
name
- Name of the problemparams
- Parameters characterizing the problem
JMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |