From 1ffac96ddcc32469442f1b6d483fd9ed862107e8 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 8 Oct 2001 11:55:24 +0000 Subject: [PATCH] New graph implementation: the visit is no more pruned on a level base, but when the number of the nodes in the graph exceeds a fixed limit. --- helm/style/mk_dep_graph.xsl | 42 ++++++++++-------- helm/style/mk_meta_graph.xsl | 85 ++++++++++++++++++++++++++++-------- 2 files changed, 89 insertions(+), 38 deletions(-) diff --git a/helm/style/mk_dep_graph.xsl b/helm/style/mk_dep_graph.xsl index b6c6041c9..739bd279b 100644 --- a/helm/style/mk_dep_graph.xsl +++ b/helm/style/mk_dep_graph.xsl @@ -38,9 +38,11 @@ + + - + @@ -115,9 +117,10 @@ --> strict digraph L0 { size = "83,83"; node [style=filled, shape = box];&CSCbr; - - - + + + + } @@ -134,13 +137,19 @@ - + + + + + + + @@ -149,16 +158,10 @@ ",URL=" " - + ,color=red ];&CSCbr; - - - - - - @@ -171,13 +174,14 @@ - - - -> - - ;&CSCbr; - - + + + + + -> + + ;&CSCbr; + diff --git a/helm/style/mk_meta_graph.xsl b/helm/style/mk_meta_graph.xsl index e19e8daa2..0f6acba1d 100644 --- a/helm/style/mk_meta_graph.xsl +++ b/helm/style/mk_meta_graph.xsl @@ -38,10 +38,14 @@ + + - + + + @@ -109,15 +113,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + strict digraph L0 { size = "83,83"; node [style=filled, shape = box];&CSCbr; + + + + + - - - + + + + } @@ -149,8 +185,13 @@ + + + + + - + @@ -158,6 +199,12 @@ + + + + + + @@ -166,16 +213,10 @@ ",URL=" " - + ,color=red ];&CSCbr; - - - - - - @@ -187,13 +228,19 @@ - - - -> - - ;&CSCbr; - - + + + + + + + + + + -> + + ;&CSCbr; + -- 2.39.2