|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.javailp.AbstractSolverFactory
public abstract class AbstractSolverFactory
The AbstractSolverFactory contains a map for the parameters and sets
these parameters for each created Solver.
| Constructor Summary | |
|---|---|
AbstractSolverFactory()
|
|
| Method Summary | |
|---|---|
Solver |
get()
Returns a new solver instance. |
Map<Object,Object> |
getParameters()
Returns all set parameters. |
void |
setParameter(Object parameter,
Object value)
Sets a parameter. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractSolverFactory()
| Method Detail |
|---|
public Solver get()
SolverFactory
get in interface SolverFactorypublic Map<Object,Object> getParameters()
SolverFactory
getParameters in interface SolverFactory
public void setParameter(Object parameter,
Object value)
SolverFactory
setParameter in interface SolverFactoryparameter - the parametervalue - the value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||