SolutionType
- solution type of created searches, required to extend Solution
@FunctionalInterface public interface SearchFactory<SolutionType extends org.jamesframework.core.problems.Solution>
Modifier and Type | Method and Description |
---|---|
org.jamesframework.core.search.Search<SolutionType> |
create(org.jamesframework.core.problems.Problem<SolutionType> problem)
Create a search given the problem to solve.
|
org.jamesframework.core.search.Search<SolutionType> create(org.jamesframework.core.problems.Problem<SolutionType> problem)
problem
- problem to solveCopyright © 2015. All rights reserved.