public class Processador
extends java.lang.Object
Constructor and Description |
---|
Processador(java.util.ArrayList<java.lang.Float> memoriaRAM,
java.util.ArrayList<Instruccio> arrayInstruccions) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Instruccio> |
getInstruccions() |
java.util.ArrayList<java.lang.Float> |
getMemoraRAM() |
void |
setError(java.lang.String error) |
public Processador(java.util.ArrayList<java.lang.Float> memoriaRAM, java.util.ArrayList<Instruccio> arrayInstruccions)
public java.util.ArrayList<Instruccio> getInstruccions()
public java.util.ArrayList<java.lang.Float> getMemoraRAM()
public void setError(java.lang.String error)