Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

JOSIF Main Page | JOSIF Guidebook | Modeling | General Patterns | Stereotypes


TIP is using stereotypes to provide implementation-level decoration on the model that can be used by the generators.

The pattern used in TIP is to define 1 stereotype per type of object, named tipXxxx, where Xxxx is the type of object. This stereotype will contain a number of attributes where each attribute will contain a specific decoration.

The top level stereotypes defined in TIP are:

*tipClass for Entities
*tipDatatype for Datatypes
*tipAttribute for Attributes of Entitities and Association ends
*tipAssociationClass for Association Classes
*tipPackage for Packages
*tipServiceInterface for Service Interfaces
*tipOperation for Operations
*tipParamter for Parameters of Operations
*tipNotification for Notifications

The detailed attributes of each stereotype are describes in the TIP Profile section.

  • No labels