Hello,
I would like to develop a data model, and an activity model AND link the attributes with the data model to the activities. I would like to keep track of this information, and I would like to be able to display the result in a tabular form. Ideally, I would be able to indicate whether an activity created, read, updated, or deleted an attribute value. (Note, this concept should be familiar to some, perhaps to many.)
It seems clear that the appropriate place to model the data is within a class diagram, and that the processes are modeled within an activity diagram. Also, it looks like I can put references to the classes in the activity diagram.
But: a) what sort of connector is preferred between activity and class, b) how does one get the data out so that it can be coaxed into a tabular form?
Any suggestions would be appreciated.