Re: Re: [mdr-users] How are repositories supposed to be used by modules?

Brian Smith <[email protected]> Thu, 26 Sep 2002 13:10:33 -0500
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Organization CollabNet Hosting
Message-ID <[email protected]>
Brian Smith wrote:

> I wrote:
>          association ModelElementTimestamp {
>                element : ModelElement [0..1]
>                timestamp : Timestamp
>          }

           association ModelElementTimestamp {
                 element : ModelElement
                 timestamp : Timestamp [0..1]
           }

Oops. Every timestamp has an associated model element, but not every 
model element has a timestamp.

- Brian