Override operations
You can automatically override operations for classes, datatypes, interfaces, and artifacts that have operations.
Right-click a class, a datatype, an interface, or an artifact.
Click Override operation. The Override operation dialog opens and provides the operations available for overriding. These are the operations that are defined in the base class of the selected class, have a visibility other than Private, are not selected as isLeaf, and have not yet been overridden in the selected classifier.
Use the tabs to select the operation you want to use for overriding.
Click OK.
Confirm the completion message by clicking OK.
The operations of the selected class are overridden by the selected operation of the base class.