AmbienteExecucaoImperativa2.java

Go to the documentation of this file.
00001 package plp.imperative2.memory;
00002 
00003 import plp.expressions2.expression.Id;
00004 import plp.imperative1.memory.AmbienteExecucaoImperativa;
00005 
00006 public interface AmbienteExecucaoImperativa2 extends AmbienteExecucaoImperativa {
00007 
00008     public void mapProcedimento(Id idArg, Procedimento procedimentoId) throws ProcedimentoJaDeclaradoException;
00009     public Procedimento getProcedimento(Id idArg) throws ProcedimentoNaoDeclaradoException;
00010 
00011 }

Generated on Wed Jul 19 19:07:51 2006 for PLP by  doxygen 1.4.7