added presentation
This commit is contained in:
parent
0ae1529345
commit
870297fa81
15 changed files with 10161 additions and 0 deletions
BIN
presentation/Supervisor_tree_GGS.dia
Normal file
BIN
presentation/Supervisor_tree_GGS.dia
Normal file
Binary file not shown.
2242
presentation/Supervisor_tree_GGS.eps
Normal file
2242
presentation/Supervisor_tree_GGS.eps
Normal file
File diff suppressed because it is too large
Load diff
BIN
presentation/elektrotank.png
Normal file
BIN
presentation/elektrotank.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
BIN
presentation/isolation.dia
Normal file
BIN
presentation/isolation.dia
Normal file
Binary file not shown.
236
presentation/isolation.eps
Normal file
236
presentation/isolation.eps
Normal file
|
@ -0,0 +1,236 @@
|
|||
%!PS-Adobe-2.0 EPSF-2.0
|
||||
%%Title: /Users/jeena/Student/GGS-report/presentation/isolation.dia
|
||||
%%Creator: Dia v0.97.1
|
||||
%%CreationDate: Thu May 26 22:06:15 2011
|
||||
%%For: jeena
|
||||
%%Orientation: Portrait
|
||||
%%Magnification: 1.0000
|
||||
%%BoundingBox: 0 0 861 251
|
||||
%%BeginSetup
|
||||
%%EndSetup
|
||||
%%EndComments
|
||||
%%BeginProlog
|
||||
[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
|
||||
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
|
||||
/two /three /four /five /six /seven /eight /nine /colon /semicolon
|
||||
/less /equal /greater /question /at /A /B /C /D /E
|
||||
/F /G /H /I /J /K /L /M /N /O
|
||||
/P /Q /R /S /T /U /V /W /X /Y
|
||||
/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
|
||||
/d /e /f /g /h /i /j /k /l /m
|
||||
/n /o /p /q /r /s /t /u /v /w
|
||||
/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
|
||||
/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
|
||||
/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
|
||||
/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
|
||||
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
|
||||
/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
|
||||
/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
|
||||
/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
|
||||
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
|
||||
/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
|
||||
/cp {closepath} bind def
|
||||
/c {curveto} bind def
|
||||
/f {fill} bind def
|
||||
/a {arc} bind def
|
||||
/ef {eofill} bind def
|
||||
/ex {exch} bind def
|
||||
/gr {grestore} bind def
|
||||
/gs {gsave} bind def
|
||||
/sa {save} bind def
|
||||
/rs {restore} bind def
|
||||
/l {lineto} bind def
|
||||
/m {moveto} bind def
|
||||
/rm {rmoveto} bind def
|
||||
/n {newpath} bind def
|
||||
/s {stroke} bind def
|
||||
/sh {show} bind def
|
||||
/slc {setlinecap} bind def
|
||||
/slj {setlinejoin} bind def
|
||||
/slw {setlinewidth} bind def
|
||||
/srgb {setrgbcolor} bind def
|
||||
/rot {rotate} bind def
|
||||
/sc {scale} bind def
|
||||
/sd {setdash} bind def
|
||||
/ff {findfont} bind def
|
||||
/sf {setfont} bind def
|
||||
/scf {scalefont} bind def
|
||||
/sw {stringwidth pop} bind def
|
||||
/tr {translate} bind def
|
||||
|
||||
/ellipsedict 8 dict def
|
||||
ellipsedict /mtrx matrix put
|
||||
/ellipse
|
||||
{ ellipsedict begin
|
||||
/endangle exch def
|
||||
/startangle exch def
|
||||
/yrad exch def
|
||||
/xrad exch def
|
||||
/y exch def
|
||||
/x exch def /savematrix mtrx currentmatrix def
|
||||
x y tr xrad yrad sc
|
||||
0 0 1 startangle endangle arc
|
||||
savematrix setmatrix
|
||||
end
|
||||
} def
|
||||
|
||||
/mergeprocs {
|
||||
dup length
|
||||
3 -1 roll
|
||||
dup
|
||||
length
|
||||
dup
|
||||
5 1 roll
|
||||
3 -1 roll
|
||||
add
|
||||
array cvx
|
||||
dup
|
||||
3 -1 roll
|
||||
0 exch
|
||||
putinterval
|
||||
dup
|
||||
4 2 roll
|
||||
putinterval
|
||||
} bind def
|
||||
/dpi_x 300 def
|
||||
/dpi_y 300 def
|
||||
/conicto {
|
||||
/to_y exch def
|
||||
/to_x exch def
|
||||
/conic_cntrl_y exch def
|
||||
/conic_cntrl_x exch def
|
||||
currentpoint
|
||||
/p0_y exch def
|
||||
/p0_x exch def
|
||||
/p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
|
||||
/p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
|
||||
/p2_x p1_x to_x p0_x sub 1 3 div mul add def
|
||||
/p2_y p1_y to_y p0_y sub 1 3 div mul add def
|
||||
p1_x p1_y p2_x p2_y to_x to_y curveto
|
||||
} bind def
|
||||
/start_ol { gsave 1.1 dpi_x div dup scale} bind def
|
||||
/end_ol { closepath fill grestore } bind def
|
||||
28.346000 -28.346000 scale
|
||||
-0.250000 -9.400000 translate
|
||||
%%EndProlog
|
||||
|
||||
|
||||
0.000000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
0 slj
|
||||
0.000000 slw
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 15.125000 3.025000 2.475000 2.475000 0 360 ellipse f
|
||||
n 15.125000 3.025000 2.475000 2.475000 0 360 ellipse cp s
|
||||
0.000000 slw
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
n 15.125000 3.025000 2.475000 2.475000 0 360 ellipse cp s
|
||||
0.000000 slw
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
1.000000 1.000000 1.000000 srgb
|
||||
n 15.125000 3.025000 2.121429 2.121429 0 360 ellipse f
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 15.125000 3.025000 2.121429 2.121429 0 360 ellipse cp s
|
||||
0.000000 slw
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
n 15.125000 3.025000 2.121429 2.121429 0 360 ellipse cp s
|
||||
0.000000 slw
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
1.000000 1.000000 1.000000 srgb
|
||||
n 13.710714 1.964286 m 13.710714 4.085714 l 16.539286 4.085714 l 16.539286 1.964286 l f
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 13.710714 1.964286 m 13.710714 4.085714 l 16.539286 4.085714 l 16.539286 1.964286 l cp s
|
||||
0.000000 slw
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
n 13.710714 1.964286 m 13.710714 4.085714 l 16.539286 4.085714 l 16.539286 1.964286 l cp s
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
n 13.710714 1.964286 m 15.125000 3.025000 l s
|
||||
0 slc
|
||||
0 slj
|
||||
[] 0 sd
|
||||
n 16.539286 1.964286 m 15.125000 3.025000 l s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slj
|
||||
1.000000 1.000000 1.000000 srgb
|
||||
n 0.300000 1.250000 m 0.300000 9.350000 l 9.900000 9.350000 l 9.900000 1.250000 l f
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 0.300000 1.250000 m 0.300000 9.350000 l 9.900000 9.350000 l 9.900000 1.250000 l cp s
|
||||
1.000000 1.000000 1.000000 srgb
|
||||
n 5.100000 5.300000 1.225000 1.175000 0 360 ellipse f
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 5.100000 5.300000 1.225000 1.175000 0 360 ellipse cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slj
|
||||
1.000000 1.000000 1.000000 srgb
|
||||
n 20.940000 1.240000 m 20.940000 9.340000 l 30.540000 9.340000 l 30.540000 1.240000 l f
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 20.940000 1.240000 m 20.940000 9.340000 l 30.540000 9.340000 l 30.540000 1.240000 l cp s
|
||||
1.000000 1.000000 1.000000 srgb
|
||||
n 25.740000 5.290000 1.225000 1.175000 0 360 ellipse f
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 25.740000 5.290000 1.225000 1.175000 0 360 ellipse cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 9.900000 5.300000 m 20.453197 5.290441 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 20.828197 5.290101 m 20.328423 5.540554 l 20.453197 5.290441 l 20.327970 5.040554 l ef
|
||||
n 20.828197 5.290101 m 20.328423 5.540554 l 20.453197 5.290441 l 20.327970 5.040554 l cp s
|
||||
0.010000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 6.375293 5.300000 m 9.524888 5.300000 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 9.899888 5.300000 m 9.399888 5.550000 l 9.524888 5.300000 l 9.399888 5.050000 l ef
|
||||
n 9.899888 5.300000 m 9.399888 5.550000 l 9.524888 5.300000 l 9.399888 5.050000 l cp s
|
||||
0.010000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 24.139888 5.290000 m 20.940000 5.290000 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 24.514888 5.290000 m 24.014888 5.540000 l 24.139888 5.290000 l 24.014888 5.040000 l ef
|
||||
n 24.514888 5.290000 m 24.014888 5.540000 l 24.139888 5.290000 l 24.014888 5.040000 l cp s
|
||||
showpage
|
BIN
presentation/parallelism.dia
Normal file
BIN
presentation/parallelism.dia
Normal file
Binary file not shown.
186
presentation/parallelism.eps
Normal file
186
presentation/parallelism.eps
Normal file
|
@ -0,0 +1,186 @@
|
|||
%!PS-Adobe-2.0 EPSF-2.0
|
||||
%%Title: /Users/jeena/Student/GGS-report/presentation/parallelism.dia
|
||||
%%Creator: Dia v0.97.1
|
||||
%%CreationDate: Fri May 27 10:18:06 2011
|
||||
%%For: jeena
|
||||
%%Orientation: Portrait
|
||||
%%Magnification: 1.0000
|
||||
%%BoundingBox: 0 0 252 190
|
||||
%%BeginSetup
|
||||
%%EndSetup
|
||||
%%EndComments
|
||||
%%BeginProlog
|
||||
[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
|
||||
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
|
||||
/two /three /four /five /six /seven /eight /nine /colon /semicolon
|
||||
/less /equal /greater /question /at /A /B /C /D /E
|
||||
/F /G /H /I /J /K /L /M /N /O
|
||||
/P /Q /R /S /T /U /V /W /X /Y
|
||||
/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
|
||||
/d /e /f /g /h /i /j /k /l /m
|
||||
/n /o /p /q /r /s /t /u /v /w
|
||||
/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
|
||||
/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
|
||||
/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
|
||||
/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
|
||||
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
|
||||
/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
|
||||
/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
|
||||
/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
|
||||
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
|
||||
/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
|
||||
/cp {closepath} bind def
|
||||
/c {curveto} bind def
|
||||
/f {fill} bind def
|
||||
/a {arc} bind def
|
||||
/ef {eofill} bind def
|
||||
/ex {exch} bind def
|
||||
/gr {grestore} bind def
|
||||
/gs {gsave} bind def
|
||||
/sa {save} bind def
|
||||
/rs {restore} bind def
|
||||
/l {lineto} bind def
|
||||
/m {moveto} bind def
|
||||
/rm {rmoveto} bind def
|
||||
/n {newpath} bind def
|
||||
/s {stroke} bind def
|
||||
/sh {show} bind def
|
||||
/slc {setlinecap} bind def
|
||||
/slj {setlinejoin} bind def
|
||||
/slw {setlinewidth} bind def
|
||||
/srgb {setrgbcolor} bind def
|
||||
/rot {rotate} bind def
|
||||
/sc {scale} bind def
|
||||
/sd {setdash} bind def
|
||||
/ff {findfont} bind def
|
||||
/sf {setfont} bind def
|
||||
/scf {scalefont} bind def
|
||||
/sw {stringwidth pop} bind def
|
||||
/tr {translate} bind def
|
||||
|
||||
/ellipsedict 8 dict def
|
||||
ellipsedict /mtrx matrix put
|
||||
/ellipse
|
||||
{ ellipsedict begin
|
||||
/endangle exch def
|
||||
/startangle exch def
|
||||
/yrad exch def
|
||||
/xrad exch def
|
||||
/y exch def
|
||||
/x exch def /savematrix mtrx currentmatrix def
|
||||
x y tr xrad yrad sc
|
||||
0 0 1 startangle endangle arc
|
||||
savematrix setmatrix
|
||||
end
|
||||
} def
|
||||
|
||||
/mergeprocs {
|
||||
dup length
|
||||
3 -1 roll
|
||||
dup
|
||||
length
|
||||
dup
|
||||
5 1 roll
|
||||
3 -1 roll
|
||||
add
|
||||
array cvx
|
||||
dup
|
||||
3 -1 roll
|
||||
0 exch
|
||||
putinterval
|
||||
dup
|
||||
4 2 roll
|
||||
putinterval
|
||||
} bind def
|
||||
/dpi_x 300 def
|
||||
/dpi_y 300 def
|
||||
/conicto {
|
||||
/to_y exch def
|
||||
/to_x exch def
|
||||
/conic_cntrl_y exch def
|
||||
/conic_cntrl_x exch def
|
||||
currentpoint
|
||||
/p0_y exch def
|
||||
/p0_x exch def
|
||||
/p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
|
||||
/p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
|
||||
/p2_x p1_x to_x p0_x sub 1 3 div mul add def
|
||||
/p2_y p1_y to_y p0_y sub 1 3 div mul add def
|
||||
p1_x p1_y p2_x p2_y to_x to_y curveto
|
||||
} bind def
|
||||
/start_ol { gsave 1.1 dpi_x div dup scale} bind def
|
||||
/end_ol { closepath fill grestore } bind def
|
||||
28.346000 -28.346000 scale
|
||||
-4.240000 -23.351333 translate
|
||||
%%EndProlog
|
||||
|
||||
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 4.750000 23.300000 m 4.713152 21.936626 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 4.703021 21.561763 m 4.966438 22.054826 l 4.713152 21.936626 l 4.466620 22.068334 l ef
|
||||
n 4.703021 21.561763 m 4.966438 22.054826 l 4.713152 21.936626 l 4.466620 22.068334 l cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 10.150000 23.250000 m 10.117836 17.438559 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 10.115761 17.063564 m 10.368524 17.562173 l 10.117836 17.438559 l 9.868532 17.564940 l ef
|
||||
n 10.115761 17.063564 m 10.368524 17.562173 l 10.117836 17.438559 l 9.868532 17.564940 l cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 4.635142 18.641763 m 4.598294 17.278388 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 4.588163 16.903525 m 4.851580 17.396588 l 4.598294 17.278388 l 4.351763 17.410097 l ef
|
||||
n 4.588163 16.903525 m 4.851580 17.396588 l 4.598294 17.278388 l 4.351763 17.410097 l cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 4.705142 20.981763 m 4.668294 19.618388 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 4.658163 19.243525 m 4.921580 19.736588 l 4.668294 19.618388 l 4.421763 19.750097 l ef
|
||||
n 4.658163 19.243525 m 4.921580 19.736588 l 4.668294 19.618388 l 4.421763 19.750097 l cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 11.513270 23.200039 m 11.481106 17.388598 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 11.479031 17.013603 m 11.731794 17.512212 l 11.481106 17.388598 l 11.231802 17.514979 l ef
|
||||
n 11.479031 17.013603 m 11.731794 17.512212 l 11.481106 17.388598 l 11.231802 17.514979 l cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 12.783270 23.140039 m 12.751106 17.328598 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 12.749031 16.953603 m 13.001794 17.452212 l 12.751106 17.328598 l 12.501802 17.454979 l ef
|
||||
n 12.749031 16.953603 m 13.001794 17.452212 l 12.751106 17.328598 l 12.501802 17.454979 l cp s
|
||||
showpage
|
BIN
presentation/presentation.key
Normal file
BIN
presentation/presentation.key
Normal file
Binary file not shown.
BIN
presentation/presentation.pdf
Normal file
BIN
presentation/presentation.pdf
Normal file
Binary file not shown.
BIN
presentation/redundancy.dia
Normal file
BIN
presentation/redundancy.dia
Normal file
Binary file not shown.
330
presentation/redundancy.eps
Normal file
330
presentation/redundancy.eps
Normal file
|
@ -0,0 +1,330 @@
|
|||
%!PS-Adobe-2.0 EPSF-2.0
|
||||
%%Title: /Users/jeena/Student/GGS-report/presentation/redundancy.dia
|
||||
%%Creator: Dia v0.97.1
|
||||
%%CreationDate: Fri May 27 10:14:18 2011
|
||||
%%For: jeena
|
||||
%%Orientation: Portrait
|
||||
%%Magnification: 1.0000
|
||||
%%BoundingBox: 0 0 463 233
|
||||
%%BeginSetup
|
||||
%%EndSetup
|
||||
%%EndComments
|
||||
%%BeginProlog
|
||||
[ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
|
||||
/parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
|
||||
/two /three /four /five /six /seven /eight /nine /colon /semicolon
|
||||
/less /equal /greater /question /at /A /B /C /D /E
|
||||
/F /G /H /I /J /K /L /M /N /O
|
||||
/P /Q /R /S /T /U /V /W /X /Y
|
||||
/Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
|
||||
/d /e /f /g /h /i /j /k /l /m
|
||||
/n /o /p /q /r /s /t /u /v /w
|
||||
/x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
|
||||
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
|
||||
/ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
|
||||
/acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
|
||||
/threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
|
||||
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
|
||||
/Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
|
||||
/Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
|
||||
/ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
|
||||
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
|
||||
/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
|
||||
/cp {closepath} bind def
|
||||
/c {curveto} bind def
|
||||
/f {fill} bind def
|
||||
/a {arc} bind def
|
||||
/ef {eofill} bind def
|
||||
/ex {exch} bind def
|
||||
/gr {grestore} bind def
|
||||
/gs {gsave} bind def
|
||||
/sa {save} bind def
|
||||
/rs {restore} bind def
|
||||
/l {lineto} bind def
|
||||
/m {moveto} bind def
|
||||
/rm {rmoveto} bind def
|
||||
/n {newpath} bind def
|
||||
/s {stroke} bind def
|
||||
/sh {show} bind def
|
||||
/slc {setlinecap} bind def
|
||||
/slj {setlinejoin} bind def
|
||||
/slw {setlinewidth} bind def
|
||||
/srgb {setrgbcolor} bind def
|
||||
/rot {rotate} bind def
|
||||
/sc {scale} bind def
|
||||
/sd {setdash} bind def
|
||||
/ff {findfont} bind def
|
||||
/sf {setfont} bind def
|
||||
/scf {scalefont} bind def
|
||||
/sw {stringwidth pop} bind def
|
||||
/tr {translate} bind def
|
||||
|
||||
/ellipsedict 8 dict def
|
||||
ellipsedict /mtrx matrix put
|
||||
/ellipse
|
||||
{ ellipsedict begin
|
||||
/endangle exch def
|
||||
/startangle exch def
|
||||
/yrad exch def
|
||||
/xrad exch def
|
||||
/y exch def
|
||||
/x exch def /savematrix mtrx currentmatrix def
|
||||
x y tr xrad yrad sc
|
||||
0 0 1 startangle endangle arc
|
||||
savematrix setmatrix
|
||||
end
|
||||
} def
|
||||
|
||||
/mergeprocs {
|
||||
dup length
|
||||
3 -1 roll
|
||||
dup
|
||||
length
|
||||
dup
|
||||
5 1 roll
|
||||
3 -1 roll
|
||||
add
|
||||
array cvx
|
||||
dup
|
||||
3 -1 roll
|
||||
0 exch
|
||||
putinterval
|
||||
dup
|
||||
4 2 roll
|
||||
putinterval
|
||||
} bind def
|
||||
/dpi_x 300 def
|
||||
/dpi_y 300 def
|
||||
/conicto {
|
||||
/to_y exch def
|
||||
/to_x exch def
|
||||
/conic_cntrl_y exch def
|
||||
/conic_cntrl_x exch def
|
||||
currentpoint
|
||||
/p0_y exch def
|
||||
/p0_x exch def
|
||||
/p1_x p0_x conic_cntrl_x p0_x sub 2 3 div mul add def
|
||||
/p1_y p0_y conic_cntrl_y p0_y sub 2 3 div mul add def
|
||||
/p2_x p1_x to_x p0_x sub 1 3 div mul add def
|
||||
/p2_y p1_y to_y p0_y sub 1 3 div mul add def
|
||||
p1_x p1_y p2_x p2_y to_x to_y curveto
|
||||
} bind def
|
||||
/start_ol { gsave 1.1 dpi_x div dup scale} bind def
|
||||
/end_ol { closepath fill grestore } bind def
|
||||
28.346000 -28.346000 scale
|
||||
-6.143272 -13.743364 translate
|
||||
%%EndProlog
|
||||
|
||||
|
||||
0.796078 1.000000 0.803922 srgb
|
||||
n 7.521636 6.923318 1.328364 1.226682 0 360 ellipse f
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 7.521636 6.923318 1.328364 1.226682 0 360 ellipse cp s
|
||||
gsave 7.327886 7.118318 translate 0.035278 -0.035278 scale
|
||||
start_ol
|
||||
906 3136 moveto
|
||||
906 1774 lineto
|
||||
1523 1774 lineto
|
||||
1865 1774 2052 1951 conicto
|
||||
2240 2128 2240 2456 conicto
|
||||
2240 2781 2052 2958 conicto
|
||||
1865 3136 1523 3136 conicto
|
||||
906 3136 lineto
|
||||
448 3502 moveto
|
||||
1538 3502 lineto
|
||||
2138 3502 2445 3236 conicto
|
||||
2752 2970 2752 2456 conicto
|
||||
2752 1938 2441 1673 conicto
|
||||
2130 1408 1521 1408 conicto
|
||||
906 1408 lineto
|
||||
906 0 lineto
|
||||
448 0 lineto
|
||||
448 3502 lineto
|
||||
end_ol grestore
|
||||
0.796078 1.000000 0.803922 srgb
|
||||
n 7.548364 12.466682 1.328364 1.226682 0 360 ellipse f
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 7.548364 12.466682 1.328364 1.226682 0 360 ellipse cp s
|
||||
gsave 7.328364 12.661682 translate 0.035278 -0.035278 scale
|
||||
start_ol
|
||||
906 1682 moveto
|
||||
906 366 lineto
|
||||
1674 366 lineto
|
||||
2060 366 2246 528 conicto
|
||||
2432 690 2432 1025 conicto
|
||||
2432 1362 2246 1522 conicto
|
||||
2060 1682 1674 1682 conicto
|
||||
906 1682 lineto
|
||||
906 3136 moveto
|
||||
906 2048 lineto
|
||||
1640 2048 lineto
|
||||
2003 2048 2180 2182 conicto
|
||||
2358 2316 2358 2591 conicto
|
||||
2358 2865 2180 3000 conicto
|
||||
2003 3136 1640 3136 conicto
|
||||
906 3136 lineto
|
||||
448 3502 moveto
|
||||
1674 3502 lineto
|
||||
2222 3502 2519 3276 conicto
|
||||
2816 3051 2816 2636 conicto
|
||||
2816 2315 2669 2124 conicto
|
||||
2523 1934 2238 1887 conicto
|
||||
2573 1812 2758 1574 conicto
|
||||
2944 1337 2944 980 conicto
|
||||
2944 511 2624 255 conicto
|
||||
2304 0 1711 0 conicto
|
||||
448 0 lineto
|
||||
448 3502 lineto
|
||||
end_ol grestore
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 7.521636 8.150000 m 7.544153 10.753215 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 7.547397 11.128201 m 7.293081 10.630382 l 7.544153 10.753215 l 7.793063 10.626057 l ef
|
||||
n 7.547397 11.128201 m 7.293081 10.630382 l 7.544153 10.753215 l 7.793063 10.626057 l cp s
|
||||
1.000000 0.800000 0.800000 srgb
|
||||
n 16.148364 6.816682 1.328364 1.226682 0 360 ellipse f
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 16.148364 6.816682 1.328364 1.226682 0 360 ellipse cp s
|
||||
gsave 15.954614 7.011682 translate 0.035278 -0.035278 scale
|
||||
start_ol
|
||||
906 3136 moveto
|
||||
906 1774 lineto
|
||||
1523 1774 lineto
|
||||
1865 1774 2052 1951 conicto
|
||||
2240 2128 2240 2456 conicto
|
||||
2240 2781 2052 2958 conicto
|
||||
1865 3136 1523 3136 conicto
|
||||
906 3136 lineto
|
||||
448 3502 moveto
|
||||
1538 3502 lineto
|
||||
2138 3502 2445 3236 conicto
|
||||
2752 2970 2752 2456 conicto
|
||||
2752 1938 2441 1673 conicto
|
||||
2130 1408 1521 1408 conicto
|
||||
906 1408 lineto
|
||||
906 0 lineto
|
||||
448 0 lineto
|
||||
448 3502 lineto
|
||||
end_ol grestore
|
||||
0.796078 1.000000 0.803922 srgb
|
||||
n 16.175092 12.360046 1.328364 1.226682 0 360 ellipse f
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 16.175092 12.360046 1.328364 1.226682 0 360 ellipse cp s
|
||||
gsave 15.955092 12.555046 translate 0.035278 -0.035278 scale
|
||||
start_ol
|
||||
906 1682 moveto
|
||||
906 366 lineto
|
||||
1674 366 lineto
|
||||
2060 366 2246 528 conicto
|
||||
2432 690 2432 1025 conicto
|
||||
2432 1362 2246 1522 conicto
|
||||
2060 1682 1674 1682 conicto
|
||||
906 1682 lineto
|
||||
906 3136 moveto
|
||||
906 2048 lineto
|
||||
1640 2048 lineto
|
||||
2003 2048 2180 2182 conicto
|
||||
2358 2316 2358 2591 conicto
|
||||
2358 2865 2180 3000 conicto
|
||||
2003 3136 1640 3136 conicto
|
||||
906 3136 lineto
|
||||
448 3502 moveto
|
||||
1674 3502 lineto
|
||||
2222 3502 2519 3276 conicto
|
||||
2816 3051 2816 2636 conicto
|
||||
2816 2315 2669 2124 conicto
|
||||
2523 1934 2238 1887 conicto
|
||||
2573 1812 2758 1574 conicto
|
||||
2944 1337 2944 980 conicto
|
||||
2944 511 2624 255 conicto
|
||||
2304 0 1711 0 conicto
|
||||
448 0 lineto
|
||||
448 3502 lineto
|
||||
end_ol grestore
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 16.148364 8.043364 m 16.170881 10.646579 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 16.174125 11.021565 m 15.919809 10.523746 l 16.170881 10.646579 l 16.419791 10.519421 l ef
|
||||
n 16.174125 11.021565 m 15.919809 10.523746 l 16.170881 10.646579 l 16.419791 10.519421 l cp s
|
||||
0.796078 1.000000 0.803922 srgb
|
||||
n 21.098364 6.816682 1.328364 1.226682 0 360 ellipse f
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0.000000 0.000000 0.000000 srgb
|
||||
n 21.098364 6.816682 1.328364 1.226682 0 360 ellipse cp s
|
||||
gsave 20.904614 7.011682 translate 0.035278 -0.035278 scale
|
||||
start_ol
|
||||
906 3136 moveto
|
||||
906 1774 lineto
|
||||
1523 1774 lineto
|
||||
1865 1774 2052 1951 conicto
|
||||
2240 2128 2240 2456 conicto
|
||||
2240 2781 2052 2958 conicto
|
||||
1865 3136 1523 3136 conicto
|
||||
906 3136 lineto
|
||||
448 3502 moveto
|
||||
1538 3502 lineto
|
||||
2138 3502 2445 3236 conicto
|
||||
2752 2970 2752 2456 conicto
|
||||
2752 1938 2441 1673 conicto
|
||||
2130 1408 1521 1408 conicto
|
||||
906 1408 lineto
|
||||
906 0 lineto
|
||||
448 0 lineto
|
||||
448 3502 lineto
|
||||
end_ol grestore
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 20.786839 8.417436 m 17.503456 12.360046 l s
|
||||
[] 0 sd
|
||||
0 slj
|
||||
0 slc
|
||||
n 21.026816 8.129276 m 20.898953 8.673474 l 20.786839 8.417436 l 20.514740 8.353504 l ef
|
||||
n 21.026816 8.129276 m 20.898953 8.673474 l 20.786839 8.417436 l 20.514740 8.353504 l cp s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 14.700000 5.600000 m 17.450000 7.950000 l s
|
||||
0.100000 slw
|
||||
[] 0 sd
|
||||
[] 0 sd
|
||||
0 slc
|
||||
n 14.800000 8.000000 m 17.400000 5.600000 l s
|
||||
showpage
|
BIN
presentation/use-case1.dia
Normal file
BIN
presentation/use-case1.dia
Normal file
Binary file not shown.
3584
presentation/use-case1.eps
Normal file
3584
presentation/use-case1.eps
Normal file
File diff suppressed because it is too large
Load diff
BIN
presentation/use-case2.dia
Normal file
BIN
presentation/use-case2.dia
Normal file
Binary file not shown.
3583
presentation/use-case2.eps
Normal file
3583
presentation/use-case2.eps
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue