| Summary: | [pivot] Unify UML bounded collections with OCL nested collections | ||
|---|---|---|---|
| Product: | [Modeling] OCL | Reporter: | Ed Willink <ed> |
| Component: | Core | Assignee: | OCL Inbox <mdt-ocl-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | klaas.gadeyne |
| Version: | 3.2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
|
Description
Ed Willink
From Bug 356243, the following OCLinEcore property is_always_typed : Classifier<String> { ordered }; fails to parse since arbitrary type references are not allowed; not even Set(String). (In reply to comment #1) > fails to parse since arbitrary type references are not allowed; not even > Set(String). I just tried to use OCLinECore using Complete OCL type syntax; very confusing. Must add support for Sequence(String) etc. The pivot model now uses bounded collections and there is a concrete syntax. Needs more testing. |