about summary refs log tree commit diff
path: root/sourcecodes/data/examplezoo/fSfgraphviz.txt
blob: 701801c665e2da9bbbc029eba9aa26227252e2b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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;
}