From e4c7bafd276049c805039b240e0a83346c31f41b Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 20 Sep 2020 16:55:36 +0200 Subject: Initial release --- doc/images/graph-post-exec.svg | 59 ++++++++++++++++++++++++++ doc/images/graph-pre-exec.svg | 95 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 154 insertions(+) create mode 100644 doc/images/graph-post-exec.svg create mode 100644 doc/images/graph-pre-exec.svg (limited to 'doc/images') diff --git a/doc/images/graph-post-exec.svg b/doc/images/graph-post-exec.svg new file mode 100644 index 0000000..557ef42 --- /dev/null +++ b/doc/images/graph-post-exec.svg @@ -0,0 +1,59 @@ + + + + + + +%0 + + + +root + +root + + + +successfulDependent + +successfulDependent + + + +root->successfulDependent + + + + + +failedDependent + +failedDependent + + + +root->failedDependent + + + + + +final + +final + + + +successfulDependent->final + + + + + +failedDependent->final + + + + + \ No newline at end of file diff --git a/doc/images/graph-pre-exec.svg b/doc/images/graph-pre-exec.svg new file mode 100644 index 0000000..e739550 --- /dev/null +++ b/doc/images/graph-pre-exec.svg @@ -0,0 +1,95 @@ + + + + + + +%0 + + + +root + +root + + + +addition + +addition + + + +root->addition + + + + + +subtraction + +subtraction + + + +root->subtraction + + + + + +multiplication + +multiplication + + + +root->multiplication + + + + + +division + +division + + + +root->division + + + + + +tally + +tally + + + +addition->tally + + + + + +subtraction->tally + + + + + +multiplication->tally + + + + + +division->tally + + + + + \ No newline at end of file -- cgit