|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Algorithm
Describes an algorithm that can be executed for a constraint satisfaction problem. An algorithm may or may have not a solver. If the algorithm requires runtime information it can obtain the problem's solver using: problem.getSolver()
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of this algorithm. |
Problem |
getProblem()
Gets the problem this algorithm was associated to. |
void |
setName(java.lang.String name)
Sets the name of this algorithm. |
void |
setProblem(Problem problem)
Sets the problem on which this algorithm will perform. |
| Method Detail |
|---|
Problem getProblem()
void setProblem(Problem problem)
problem - a constraint satisfaction problemjava.lang.String getName()
void setName(java.lang.String name)
name - a string representing the name of the algorithm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||