質問

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