Emulator.Global
Class Program

java.lang.Object
  extended by Emulator.Global.Program

public class Program
extends java.lang.Object

********************** Created By: Yuval Tzur Date: 15/12/12 Time: 14:36 Description: The Program class defines a whole program that needs to be loaded to the memory. ***********************


Constructor Summary
Program()
           
 
Method Summary
 void addLine(ProgramLine programLine)
           
 void clear()
           
 ProgramLine[] getLines()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Program

public Program()
Method Detail

addLine

public void addLine(ProgramLine programLine)

getLines

public ProgramLine[] getLines()

clear

public void clear()