From 95b68a1c49f5c73752c17b6eefaf82eb55b66d7b Mon Sep 17 00:00:00 2001 From: Sgeo Date: Thu, 15 Jun 2017 22:27:51 -0400 Subject: [PATCH] Updated Persister (.world etc.) format (markdown) --- Persister-(.world-etc.)-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Persister-(.world-etc.)-format.md b/Persister-(.world-etc.)-format.md index c590dfd..b0c4d35 100644 --- a/Persister-(.world-etc.)-format.md +++ b/Persister-(.world-etc.)-format.md @@ -30,7 +30,7 @@ If the Object ID has been seen before within this file, reuse the associated obj ## Explicit vs Implicit -Objects often contain other objects. Even if object A (e.g. World) is expected to only contain B (e.g. a Hashtable), B will still have the class ID and potentially class name. This will be noted in these docs as "Explicit" as a reminder. There are exceptions where there is no object ID and class name (usually because of an is-a relationship). These will be noted as "Implicit". +Objects often contain other objects. Even if object A (e.g. World) is expected to only contain B (e.g. a Hashtable), B will still have the class ID and potentially class name. This will be noted in these docs as "Explicit" as a reminder. There are exceptions where there is no object ID and class id/name (usually because of an is-a relationship). These will be noted as "Implicit". ## Subtyping