Spirograph Problem Set Javadocs

spirograph
Interface CodeSource

All Known Implementing Classes:
Recipie, TextAreaCodeSource

public interface CodeSource

Objects with this interface can provide code for bean shell compilation and loading.

Copyright © 2002-2003 Franklin W. Olin College of Engineering.

Author:
Patrick G. Heck

Method Summary
 java.lang.String getCode()
           
 java.lang.String getFields()
           
 

Method Detail

getCode

public java.lang.String getCode()

getFields

public java.lang.String getFields()

Spirograph Problem Set Javadocs