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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
|
/* SCCS-info %W% %E% */
/* $Id: softmain.vcg,v 1.4 1995/02/09 11:41:53 sander Exp $ */
graph: {
title: "Software Wartung"
layoutalgorithm: minbackward
layout_nearfactor: 0
layout_upfactor: 40
x: 30
y: 30
splines: yes
xbase: 75
xspace: 10
xlspace: 10
xraster: 75
yspace: 30
stretch: 65
shrink: 100
width: 850
height: 700
color: aquamarine
priority_phase: yes
straight_phase: yes
edge.color: red
edge.arrowsize: 15
node.bordercolor: darkyellow
foldnode.shape: triangle
node: { title: "A"
label: "\fuVerhaltensregeln fuer die\fn\n \fuSoftware-Wartung\fn"
borderwidth: 0
stretch: 2
color: aquamarine
textcolor: magenta
}
edge: { sourcename: "A" targetname: "Start" linestyle: invisible }
node: { title: "Start" borderwidth: 0 color: aquamarine }
node: { title: "1"
label: "Funktioniert\ndas\nSystem?"
shape: rhomb
width: 200
height:132
}
edge: { sourcename: "Start" targetname: "1" }
node: { title: "2a" label: "ja" borderwidth: 0 color: aquamarine textcolor: red }
node: { title: "2"
label: "Fummel bloss\nnicht dran rum!"
width: 178
height: 42
}
edge: { sourcename: "2" targetname: "fin" }
nearedge: { sourcename: "1" targetname: "2a" arrowsize:0 }
nearedge: { sourcename: "2a" targetname: "2" }
node: { title: "3" label: "nein" borderwidth: 0 color: aquamarine textcolor: red }
node: { title: "4"
label: "Hast Du\ndamit\nrumgespielt?"
shape: rhomb
width: 200
height:132
}
nearedge: { sourcename: "1" targetname: "3" arrowsize:0 }
edge: { sourcename: "3" targetname: "4" priority: 100}
node: { title: "5a" label: "ja" borderwidth: 0 color: aquamarine textcolor: red }
node: { title: "5"
label: "\Du Rindvieh!"
stretch: 3
shrink: 2
width: 178
height: 42
}
nearedge: { sourcename: "4" targetname: "5a" arrowsize:0 }
nearedge: { sourcename: "5a" targetname: "5" }
node: { title: "6" label: "nein" borderwidth: 0 color: aquamarine textcolor: red }
node: { title: "7"
label: "Wird man\nDich dafuer\nverantwortlich\nmachen?"
shape: rhomb
width: 200
height:132
textmode: left_justify
}
nearedge: { sourcename: "4" targetname: "6" arrowsize:0 }
edge: { sourcename: "6" targetname: "7" }
node: { title: "8"
label: "Hat es\njemand\ngesehen?"
shape: rhomb
width: 200
height:132
}
edge: { sourcename: "5" targetname: "8" }
node: { title: "9a" label: "nein" borderwidth: 0 color: aquamarine textcolor: red }
node: { title: "9"
label: "Kuemmer dich\nnicht drum!"
width: 178
height: 42
}
nearedge: { sourcename: "7" targetname: "9a" arrowsize:0 }
edge: { sourcename: "9a" targetname: "9" }
edge: { sourcename: "9" targetname: "fin" }
node: { title: "10a" label: "ja" borderwidth: 0 color: aquamarine textcolor: red }
node: { title: "10"
label: "Du armes Schwein!"
shape: ellipse
stretch: 2
}
nearedge: { sourcename: "7" targetname: "10a" arrowsize:0 }
edge: { sourcename: "10a" targetname: "10" }
node: { title: "11a" label: "nein" borderwidth: 0 color: aquamarine textcolor: red }
node: { title: "11"
label: "Verdufte unauffaellig"
width: 178
height: 42
}
nearedge: { sourcename: "8" targetname: "11a" arrowsize:0 }
edge: { sourcename: "11a" targetname: "11" }
edge: { sourcename: "11" targetname: "fin" }
node: { title: "12a" label: "ja" borderwidth: 0 color: aquamarine textcolor: red }
nearedge: { sourcename: "8" targetname: "12a" arrowsize:0 }
edge: { sourcename: "12a" targetname: "10" }
node: { title: "13"
label: "Kannst Du\njemand die Schuld\nin die Schuhe\nschieben?"
shape: rhomb
width: 200
height:132
textmode: left_justify
}
edge: { sourcename: "10" targetname: "13" }
node: { title: "14a" label: "ja" borderwidth: 0 color: aquamarine textcolor: red }
node: { title: "15a" label: "nein" borderwidth: 0 color: aquamarine textcolor: red }
nearedge: { sourcename: "13" targetname: "14a" arrowsize:0 }
nearedge: { sourcename: "13" targetname: "15a" arrowsize:0 }
edge: { sourcename: "14a" targetname: "fin" }
edge: { sourcename: "15a" targetname: "10" }
node: { title: "fin"
label: "Alles klar!"
shape: ellipse
stretch: 2
}
}
|