From bfe53b7ea531b4fb1c439429e0509150d05615ae Mon Sep 17 00:00:00 2001 From: Thomas Walker Lynch Date: Mon, 13 Jan 2025 08:25:19 +0000 Subject: [PATCH] finishes SRTM_Set and turns IndexTree into an inifnite graph example --- .../example/IndexTree/SRTM_Diagonal.java | 124 ++++++++++-------- .../example/IndexTree/SRTM_Diagonal_CLI.java | 35 +++-- .../IndexTree/SRTM_Diagonal_transcript.txt | 7 + .../four_down_four_across_transcript.txt | 8 ++ developer/example/SRTM/SRTMI_Array_CLI.java | 2 +- developer/example/SRTM/SRTM_Set_CLI.java | 25 ++++ developer/example/temp.java | 3 +- .../Ariadne_SRTMI_Array.java" | 59 ++++----- .../Ariadne_SRTM_Set.java" | 99 +++++++++++++- "developer/tool\360\237\226\211/clean" | 6 +- .../tool\360\237\226\211/clean_example" | 4 +- 11 files changed, 262 insertions(+), 110 deletions(-) create mode 100644 developer/example/IndexTree/SRTM_Diagonal_transcript.txt create mode 100644 developer/example/IndexTree/four_down_four_across_transcript.txt create mode 100644 developer/example/SRTM/SRTM_Set_CLI.java diff --git a/developer/example/IndexTree/SRTM_Diagonal.java b/developer/example/IndexTree/SRTM_Diagonal.java index f2ef3f4..a7fea33 100644 --- a/developer/example/IndexTree/SRTM_Diagonal.java +++ b/developer/example/IndexTree/SRTM_Diagonal.java @@ -97,27 +97,29 @@ public class SRTM_Diagonal extends Ariadne_SRTM{ // Static // - public static SRTM_Diagonal make(){ - return new SRTM_Diagonal(); + public static SRTM_Diagonal make(Label start_node){ + return new SRTM_Diagonal(start_node); } // Instance data // - private List