I have a class A with a collection of other classes (B).
How do I represent in OCL that for each class (B) in the collection there's a constraint on a field ?
I thought something like:
A.collection->iterate().field = SomeConstraint
|
feedback
|
|
Your terminology is a bit confusing. Do you mean you have something like
What do you expect I guess you're looking for so-called invariants in OCL for class A:
Update:
If you want to count, the easiest way is not | |||||
feedback
|