CLASS instance specification
Highlights/Dependencies |
---|
|
GraphRep Code |
---|
GRAPHREP sizing:asymmetrical PEN w:0.02cm AVAL set-default:"$ffffff" c:"Color" FILL color:(rgbval (c)) AVAL fc:"Font color" FONT color:(fc) AVAL e:"Extended properties" TABLE x:-2.5cm y:-1.8cm w:5cm h:3.6cm cols:3 w1:0.1cm w2:100% w3:0.1cm rows:2 h1:50% h2:50% STRETCH off AVAL set-default:"Detailed" dar:"Presentation" AVAL set-format:"%o" klassenname_ref:"Classifier" AVAL oname:"Name" IF (dar = "Conceptual") RECTANGLE x:(tabx0) y:(taby0) w:(tabx3 - tabx0) h:(taby2 - taby0) FONT bold underline color:(fc) SET objname:"" IF (klassenname_ref != "") SET objname:(oname + ":" + klassenname_ref) ELSE SET objname:(oname) ENDIF ATTR "Classifier" text:(objname) line-break:rigorous x:(tabx1 + (tabx2 - tabx1)/2) y:(taby0 + (taby2 - taby0) / 2) w:c:(tabw2) h:c:(taby2 - taby0) FONT color:(fc) ELSE RECTANGLE x:(tabx0) y:(taby0) w:(tabx3 - tabx0) h:(taby1 - taby0) FONT bold underline color:(fc) SET objname:"" IF (klassenname_ref != "") SET objname:(oname + ":" + klassenname_ref) ELSE SET objname:(oname) ENDIF ATTR "Classifier" text:(objname) line-break:rigorous x:(tabx1 + (tabx2 - tabx1)/2) y:(taby0 + (taby1 - taby0) / 2) w:c:(tabw2) h:c:(taby1 - taby0) FONT "Arial" color:(fc) RECTANGLE x:(tabx0) y:(taby1) w:(tabx3 - tabx0) h:(taby2 - taby1) ATTR "Attribute table" x:(tabx1) y:(taby1) w:(tabx2 - tabx1) h:(taby2 - taby1) ENDIF FONT h:8pt color:(fc) IF (e <> "_") ATTR "Extended properties" x:0.0cm y:(taby0) w:c:(tabx2 - tabx1) h:t ENDIF
|
Graphical Representation |
---|
|
2639 Views