edu.washington.cs.supple.customization.state
Class Specification

java.lang.Object
  extended byedu.washington.cs.supple.customization.state.Specification

public class Specification
extends java.lang.Object

Represents a functional specification.

Author:
raphael

Constructor Summary
Specification(UiObject root)
           
 
Method Summary
 UiObject getRoot()
           
 void setRoot(UiObject root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Specification

public Specification(UiObject root)
Method Detail

setRoot

public void setRoot(UiObject root)

getRoot

public UiObject getRoot()