RE: derived attributes
"Tom Morris" <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.user |
|---|---|
| Message-ID | <002d01c7888c$0b3c7920$0301a8c0@micronxp> |
> the UML supports the notion of a derived attribute (or > relation), that are rendered with a prefixed "/" (slash > character) in diagrams. Is this supported? How is this > typically done with ArgoUML? Thanks... I'm pretty sure that we don't support this. The way it would be indicated from a model point of view is to have a TaggedValue called "derived" with a value of True, but even if you were to create this by hand, we don't do anything different when rendering the ModelElement. Tom