about summary refs log tree commit diff
path: root/sourcecodes/data/examplezoo/fSfgraphviz.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/data/examplezoo/fSfgraphviz.txt')
-rw-r--r--sourcecodes/data/examplezoo/fSfgraphviz.txt61
1 files changed, 0 insertions, 61 deletions
diff --git a/sourcecodes/data/examplezoo/fSfgraphviz.txt b/sourcecodes/data/examplezoo/fSfgraphviz.txt
deleted file mode 100644
index 701801c6..00000000
--- a/sourcecodes/data/examplezoo/fSfgraphviz.txt
+++ /dev/null
@@ -1,61 +0,0 @@
-digraph G {
-size="10,10";  ratio = fill;
-node [shape=square,width=1.5];
-feathers -> type;
-eggs -> hair;
-eggs -> feathers;
-eggs -> toothed;
-eggs -> backbone;
-eggs -> breathes;
-eggs -> legs;
-eggs -> tail;
-eggs -> catsize;
-milk -> hair;
-milk -> feathers;
-milk -> toothed;
-milk -> backbone;
-milk -> breathes;
-milk -> legs;
-milk -> tail;
-milk -> catsize;
-milk -> type;
-airborne -> eggs;
-airborne -> milk;
-airborne -> backbone;
-airborne -> breathes;
-airborne -> catsize;
-aquatic -> eggs;
-aquatic -> milk;
-aquatic -> breathes;
-aquatic -> fins;
-backbone -> hair;
-backbone -> feathers;
-backbone -> toothed;
-backbone -> fins;
-backbone -> legs;
-backbone -> tail;
-backbone -> type;
-breathes -> hair;
-breathes -> toothed;
-breathes -> backbone;
-breathes -> fins;
-breathes -> legs;
-breathes -> catsize;
-breathes -> type;
-venomous -> hair;
-venomous -> feathers;
-venomous -> eggs;
-venomous -> milk;
-venomous -> toothed;
-venomous -> backbone;
-venomous -> breathes;
-venomous -> fins;
-venomous -> legs;
-venomous -> tail;
-venomous -> catsize;
-legs -> type;
-domestic -> eggs;
-domestic -> milk;
-domestic -> fins;
-domestic -> tail;
-}
\ No newline at end of file