|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.moeaframework.core.spi.ProblemProvider
org.moeaframework.problem.ClassLoaderProblems
public class ClassLoaderProblems
Problem provider for problems accessible through the current class loader.
The name of the problem should be the fully-qualified class name (including
the containing package, if any). Problems instantiated this way must provide
an empty constructor. No reference sets are provided; see
PropertiesProblems for a way to define problems with reference sets.
| Constructor Summary | |
|---|---|
ClassLoaderProblems()
|
|
| Method Summary | |
|---|---|
Problem |
getProblem(String name)
Returns the problem with the specified name, or null if this
provider does not support the problem. |
NondominatedPopulation |
getReferenceSet(String name)
Returns the reference set for the specified problem, or null if
this provider does not support the problem or no reference set is
available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassLoaderProblems()
| Method Detail |
|---|
public Problem getProblem(String name)
ProblemProvidernull if this
provider does not support the problem.
getProblem in class ProblemProvidername - the problem name
null if this
provider does not support the problempublic NondominatedPopulation getReferenceSet(String name)
ProblemProvidernull if
this provider does not support the problem or no reference set is
available.
getReferenceSet in class ProblemProvidername - the problem name
null if
this provider does not support the problem or no reference set
is available
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||