edu.washington.cs.supple.net.rmi
Class SolutionData

java.lang.Object
  extended byedu.washington.cs.supple.net.rmi.SolutionData
All Implemented Interfaces:
java.io.Serializable

public final class SolutionData
extends java.lang.Object
implements java.io.Serializable

Total kludge to get solutions to serialize.

Author:
dbc1
See Also:
Serialized Form

Constructor Summary
SolutionData(Solution s)
           
 
Method Summary
 Solution generateSolution(UiObject uiObject, WidgetFactory f)
          Generate a solution for a ui.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolutionData

public SolutionData(Solution s)
Method Detail

generateSolution

public Solution generateSolution(UiObject uiObject,
                                 WidgetFactory f)
                          throws java.lang.Exception
Generate a solution for a ui.

Throws:
java.lang.Exception