Subclass modelling
Use subclassing for process, facade, entity, webservice, and wsinbound classes. Use subclassing to add new functionality or override existing functionality.
Subclassing cannot be used to add extra attributes to entities or structs.
The following are examples of when you would subclass a class:
- Adding new stereotyped methods to an existing entity class.
- Adding or contributing to an existing entity or operation exit points.
- Modifying existing entity operation Readmulti Max options.