amalgame/commit

Update amalgame_shape to amalgame_shape/3 to align to new graphviz api in Cliopatria - Jan Wielemaker & Daan de Ruijter

authorJacco van Ossenbruggen
Thu Jun 20 13:43:56 2019 +0200
committerJacco van Ossenbruggen
Thu Jun 20 13:43:56 2019 +0200
commit8ee8e6e59ffdd9df3fe8531f21d7e31df0995cfd
tree177cb583134eb9754b14e5db3ec82f2b8a597e3a
parent1062f68a39674738382f3f5dfdabdfe93bcd9117
Diff style: patch stat
diff --git a/api/strategy_viz.pl b/api/strategy_viz.pl
index fd523eb..113129d 100644
--- a/api/strategy_viz.pl
+++ b/api/strategy_viz.pl
@@ -145,6 +145,14 @@ empty_result(Strategy,Process) :-
 	rdf(Empty, amalgame:wasGeneratedBy, Process, Strategy),
 	empty_result(Strategy, Empty).
 
+%%	amalgame_shape(+Resource, -Shape, +Options)
+%
+%	Defines graph node shape for different types of resources.
+%	Options are not used at the moment.
+
+amalgame_shape(Resource, Shape, _Options) :-
+	amalgame_shape(Resource, Shape).
+
 
 %%	amalgame_shape(+Resource, -Shape)
 %