|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcbr.framework.Solution
public class Solution
Solution to a problem. Currently is just a string.
Constructor Summary | |
---|---|
Solution(String solution)
Create a Solution |
Method Summary | |
---|---|
String |
toString()
Describe the solution. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Solution(String solution)
Solution
solution
- a String
to describe the Solution
Method Detail |
---|
public String toString()
toString
in class Object
String
describing the Solution
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |