plp.imperative2.memory
Interface AmbienteExecucaoImperativa2

All Superinterfaces:
Ambiente<Valor>, AmbienteExecucao, AmbienteExecucaoImperativa
All Known Implementing Classes:
ContextoExecucaoImperativa2

public interface AmbienteExecucaoImperativa2
extends AmbienteExecucaoImperativa


Method Summary
 Procedimento getProcedimento(Id idArg)
           
 void mapProcedimento(Id idArg, Procedimento procedimentoId)
           
 
Methods inherited from interface plp.imperative1.memory.AmbienteExecucaoImperativa
changeValor, getSaida, read, write
 
Methods inherited from interface plp.expressions2.memory.Ambiente
get, incrementa, map, restaura
 

Method Detail

mapProcedimento

void mapProcedimento(Id idArg,
                     Procedimento procedimentoId)
                     throws ProcedimentoJaDeclaradoException
Throws:
ProcedimentoJaDeclaradoException

getProcedimento

Procedimento getProcedimento(Id idArg)
                             throws ProcedimentoNaoDeclaradoException
Throws:
ProcedimentoNaoDeclaradoException