cbr.framework
Class Solution

java.lang.Object
  extended by cbr.framework.Solution

public class Solution
extends Object

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

Solution

public Solution(String solution)
Create a Solution

Parameters:
solution - a String to describe the Solution
Method Detail

toString

public String toString()
Describe the solution.

Overrides:
toString in class Object
Returns:
the String describing the Solution.