about summary refs log tree commit diff
path: root/sourcecodes/data/old/examplezoo/fSfgraphviz.txt
diff options
context:
space:
mode:
authorziejd22021-03-02 11:22:16 -0600
committerGitHub2021-03-02 11:22:16 -0600
commit0f5da096da07aa81292f8e5459e9e10161995ae7 (patch)
tree7d3edfa731b8ab68fc59bc7545982e0050735a18 /sourcecodes/data/old/examplezoo/fSfgraphviz.txt
parenta044cde7f548240f5b40c7d14694ef80bfc67701 (diff)
downloadBNW-0f5da096da07aa81292f8e5459e9e10161995ae7.tar.gz
Delete sourcecodes/data/old directory
Diffstat (limited to 'sourcecodes/data/old/examplezoo/fSfgraphviz.txt')
-rw-r--r--sourcecodes/data/old/examplezoo/fSfgraphviz.txt61
1 files changed, 0 insertions, 61 deletions
diff --git a/sourcecodes/data/old/examplezoo/fSfgraphviz.txt b/sourcecodes/data/old/examplezoo/fSfgraphviz.txt
deleted file mode 100644
index 701801c6..00000000
--- a/sourcecodes/data/old/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