Package edu.cornell.cs.sam.ui

Interface Summary
SamUI.Component  
 

Class Summary
SamCapture Allows the display of past program states
SamGUI Provides a GUI for the SaM Simulator that can run SaM programs and capture their state after each instruction execution for later review.
SamGUI.BreakpointList Stores breakpoints and provides convenience functions We currently use a hashtable for fast access with key=PC of break and value=Boolean(true)
SamTester Provides a GUI for testing multiple files.
SamTester.AddTestDialog  
SamText This is a front end for executing a SaM program from a console
SamUI This provides various shared functions used among all the SaM UI classes
TestScript This class holds an execution script to test multiple sam files and report the results.
TestScript.Test Represents one single test
TestScript.Test.CH  
TestScript.Test.FLOAT  
TestScript.Test.INT  
TestScript.Test.MA  
TestScript.Test.PA  
TestScript.TestThread  
 

Enum Summary
SamTester.AddTestDialog.IOType  
 

Exception Summary
TestScript.TestScriptException