문제

I need to implement examples of <<history>> and <<bag>> stereotype in Java, but the every article I have read difference between them is not explained. Could you please explain it, or show some code which explains it all?

도움이 되었습니까?

해결책 2

Ok it is said(not in english) that the implementation is exactly the same.

다른 팁

{bag} and <<history>> are very similiar. The difference is that <<history>> should be use to keep a record of changes in time.

Also keep in mind that {bag} is a constraint while <<history>> is a stereotype.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top