From 895bb9fbb5649fb0762e8571be260e0f306e73e7 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Mon, 23 Jan 2023 09:14:48 +0000 Subject: [PATCH] Updated wikipage ET: The Dynamic Structure: Execution Model. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2385 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../et-dynamic-structure-execution-model.wiki | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/22.12/eiffel/Tutorials/eiffel-tutorial-et/et-dynamic-structure-execution-model.wiki b/documentation/22.12/eiffel/Tutorials/eiffel-tutorial-et/et-dynamic-structure-execution-model.wiki index 11f574a0..ce22eafe 100644 --- a/documentation/22.12/eiffel/Tutorials/eiffel-tutorial-et/et-dynamic-structure-execution-model.wiki +++ b/documentation/22.12/eiffel/Tutorials/eiffel-tutorial-et/et-dynamic-structure-execution-model.wiki @@ -1,3 +1,5 @@ +[[Property:modification_date|Mon, 23 Jan 2023 09:14:48 GMT]] +[[Property:publication_date|Mon, 23 Jan 2023 09:14:48 GMT]] [[Property:title|ET: The Dynamic Structure: Execution Model]] [[Property:weight|-10]] [[Property:uuid|1f3f2707-9129-4dca-76c7-157143d7ae74]] @@ -7,7 +9,7 @@ The properties of the run-time model are not just of interest to implementers; t ==Objects, fields, values, and references== -A class was defined as the static description of a type of run-time data structures. The data structures described by a ca class are called '''instances''' of the class, which in turn is called their '''generating class''' (or just "generator"). An instance of ACCOUNT is a data structure representing a bank account; an instance of LINKED_LIST is a data structure representing a linked list. +A class was defined as the static description of a type of run-time data structures. The data structures described by a class are called '''instances''' of the class, which in turn is called their '''generating class''' (or just "generator"). An instance of ACCOUNT is a data structure representing a bank account; an instance of LINKED_LIST is a data structure representing a linked list. An '''object''', as may be created during the execution of a system, is an instance of some class of the system. @@ -146,7 +148,7 @@ False |   | -Null +NUL |- |