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

Compare with Current View Page History

Version 1 Next »

When you decide to create your own data model in the Designer, you can choose between two different types of implementation for your class operations:

  • Action Script: The usage of action script is explained on this page.
  • Mapping Diagram: Go to page Modeling Data Mapping for detailed information.

Adding Action Script

If you want to add action script, right click on the operation you want to create an implementation for and choose menu item Create Implementation.

In the pop-up window, select option Action Script and confirm with Save.

The Action Script Editor opens in a new tab.

The operation icon in the service panel is extended by a blue point, indicating that implementation has been added to the operation.

You can now add action script in the editor.

Do not forget to save after you have finished your input.

Expert Advice

We recommend the chapter xUML Action Language in the xUML Services Reference Guide for detailed information about the usage of action script.

You have direct access to this chapter via the help button in the editor. The documentation contains helpful basic information such as

  • No labels