X-Git-Url: https://git.llucax.com/z.facultad/75.68/celdas.git/blobdiff_plain/07a7e06dfcbacb8647f8bffdb117fc7e5f416ba8..586ad2d03cf73d7e75a1a2522db3e0c4eedd5e9c:/trunk/src/SistemaAutonomo.tz?ds=sidebyside diff --git a/trunk/src/SistemaAutonomo.tz b/trunk/src/SistemaAutonomo.tz index 9861302..b47452a 100644 --- a/trunk/src/SistemaAutonomo.tz +++ b/trunk/src/SistemaAutonomo.tz @@ -30,8 +30,6 @@ Object : Teoria (aka Teorias) { - to set-ptr ptr p (pointer): ptr = p. - + to destroy: - TeoriaDelete(ptr). } Object : SistemaAutonomo { @@ -54,14 +52,12 @@ Object : SistemaAutonomo { + to update-entorno entorno theEntorno (hash): nombre (string). foreach nombre in keys(theEntorno): { - print "Seteando valor de entorno ", nombre, " con ", theEntorno{nombre}. self set-entorno value theEntorno{nombre} with-name nombre. } + to update-datos-finales datos-finales datos (hash): nombre (string). foreach nombre in keys(datos): { - print "Seteando valor de dato final ", nombre, " con ", datos{nombre}. self set-dato-final value datos{nombre} with-name nombre. }