CLASS actor pool
Highlights/Dependencies |
---|
|
GraphRep Code |
---|
GRAPHREP sizing:asymmetrical FILL color:white AVAL ab:"IsAbstract" AVAL set-default:"Standard" d:"Presentation" IF (d = "Standard") STRETCH off ELLIPSE x:0.0cm y:-0.825cm rx:0.35cm ry:0.35cm LINE x1:0.0cm y1:-0.5cm x2:0.0cm y2:0.8cm LINE x1:-0.5cm y1:0.0cm x2:0.5cm y2:0.0cm LINE x1:-0.6cm y1:1.4cm x2:0.0cm y2:0.8cm LINE x1:0.6cm y1:1.4cm x2:0.0cm y2:0.8cm IF (ab = "yes") FONT italic ATTR "Name" x:c:0.0cm y:b:1.6cm w:c:4.0cm h:t line-break:rigorous FONT ELSE ATTR "Name" x:c:0.0cm y:b:1.6cm w:c:4.0cm h:t line-break:rigorous ENDIF ELSIF (d = "Rectangle") FILL color:white TABLE x:-2.5cm y:-0.6cm w:5cm h:1.2cm cols:3 w1:0.1cm w2:100% w3:0.1cm rows:1 STRETCH off RECTANGLE x:(tabx0) y:(taby0) w:(tabx3 - tabx0) h:(taby1-taby0) IF (ab = "ja") FONT italic ENDIF ATTR "Name" line-break:rigorous x:(tabx1 + (tabx2 - tabx1)/2) y:(taby1) w:c:(tabx3 - tabx1) h:b:(tabh) FONT # RECTANGLE x:(tabx0) y:(taby1) w:(tabx3 - tabx0) h:(taby3 - taby0) # ATTR "Attribute table" x:(tabx1) y:(taby1) w:(tabx2 - tabx1) h:(taby2 - taby1) line-break:rigorous # RECTANGLE x:(tabx0) y:(taby2) w:(tabx3 - tabx0) h:(taby3 - taby2) # ATTR "Operation table" x:(tabx1) y:(taby2) w:(tabx2 - tabx1) h:(taby3 - taby2) line-break:rigorous AVAL e:"Extended properties" AVAL b:"User defined properties" SET txt:"" SET txt:(replall(e, "\n", "")) SET txt:(replall(txt, "\r", "")) IF (b != "") SET txt:(txt+b) ENDIF SET txt:("«actor»"+txt) TEXT (txt) x:(tabx1 + (tabx2 - tabx1)/2 + 0.2cm) y:(taby0) w:c:(tabw2-1.4cm) h:t:0.1cm line-break:rigorous ELSIF (d = "Computer") STRETCH off FILL color:lightgray RECTANGLE x:-.6cm y:-.7cm w:1.2cm h:1.05cm RECTANGLE x:-.7cm y:.35cm w:1.4cm h:.35cm SHADOW mode:off FILL color:lightskyblue RECTANGLE x:-.45cm y:-.55cm w:.9cm h:.75cm FILL color:navy RECTANGLE x:-.3cm y:-.45cm w:.4cm h:.05cm FILL color:white RECTANGLE x:-.3cm y:-.4cm w:.4cm h:.2cm FILL color:navy RECTANGLE x:-.1cm y:-.15cm w: .4cm h:.05cm FILL color:white RECTANGLE x:-.1cm y:-.1cm w: .4cm h:.2cm FILL color:lightgreen RECTANGLE x:-.57cm y:.48cm w:.09cm h:.09cm FILL color:black RECTANGLE x:.15cm y:.48cm w:.45cm h:.03cm IF (ab = "yes") FONT italic ATTR "Name" x:c:0.0cm y:b:0.9cm w:c:4.0cm h:t line-break:rigorous FONT ELSE ATTR "Name" x:c:0.0cm y:b:0.9cm w:c:4.0cm h:t line-break:rigorous ENDIF ENDIF
|
Graphical Representation |
---|
|
7683 Views