|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectomnics.strategy.AbstractStrategy
public class AbstractStrategy
Represents an abstract implementation of SolverStrategy
interface.
| Field Summary | |
|---|---|
protected SystematicSolver |
solver
|
| Constructor Summary | |
|---|---|
AbstractStrategy()
|
|
| Method Summary | |
|---|---|
SystematicSolver |
getSolver()
Gets a reference of the solver. |
void |
setSolver(SystematicSolver solver)
Sets the solver which will use this strategy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SystematicSolver solver
| Constructor Detail |
|---|
public AbstractStrategy()
| Method Detail |
|---|
public SystematicSolver getSolver()
SolverStrategy
getSolver in interface SolverStrategypublic void setSolver(SystematicSolver solver)
SolverStrategy
setSolver in interface SolverStrategysolver - a SystematicSolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||