Chapter 8 Working with Object-Oriented Models
The following OOM model checks are made on associations:
Check | Description and Correction |
---|---|
Association generic missing child type parameters | In a navigable association, if the parent is generic, the child must redefine all the type parameters of the parent.
If the parent is a partially bound classifier (where some type parameters are not resolved) then the child must redefine all the unresolved type parameters. Manual correction: Resolve the missing type parameters. Automatic correction: None. |
Association generic child cannot be bound | A bound classifier cannot be the child of any navigable association other than its generic parent.
Manual correction: Remove the additional links. Automatic correction: None. |
Copyright (C) 2008. Sybase Inc. All rights reserved. |
![]() |