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

Compare with Current View Page History

Version 1 Next »

All elements on the activity diagram pane have attributes that describe their behavior in the service. In the Attributes panel, you can see and change the attributes of a selected element.

If using the panel preset, the attributes panel is displayed in the lower left corner. To return to the panel preset, go to the user preferences and use button Reset Panels.

Refer to Customizing Editors and Panels for detailed information about panel management in general.

Click an element on the diagram pane to display its attributes in the Attributes panel.

All elements have the following standard attributes:

  • Name
  • Symbol Type

Some elements have additional attributes:

  • Description
  • Type
  • Direction
  • Array
  • Is static
  • Stereotypes

If you click on the diagram pane itself, the Attributes panel displays the attributes of the related operation from the Implementation model.

Standard Attributes

In the attributes panel, all attributes of the selected element are displayed. Some standard attributes are present for all elements.

Attribute NameDescriptionPossible Values / ExampleAvailability
Name

Click here to insert or change the Name of the related element. Generated elements (like e.g. message) cannot be renamed.

Element names must follow certain naming rules. They

  • must not contain blanks
  • must not start with a number
  • must not contain special characters
serviceAvailable
  • All activity diagram elements.
Symbol Type

Attribute Symbol Type displays the graphical type of the current element symbol.

  • Activity Decision
  • Activity Parameter
  • Call Operation
  • Control Flow
  • Final Node
  • Initial Node
  • Local Variable
  • Object Flow
  • Operation Pin
  • Throw Exception
  • All activity diagram elements.

Specific Attributes

In the attributes panel, all attributes of the selected element are displayed. Some attributes are only available for specific elements (see column Availability below).

Attribute NameDescriptionPossible Values / ExampleAvailability
DescriptionEnter a description of the element. This is for informational purposes only.
  • Control Flows
  • Object Flows
  • Exception Signals
Type

Execution elements always have a Type. These can be basic types or user defined types. Users can define their own types in the Implementation folder or in a library.

For variables, you can change the type by clicking the link icon icon and selecting a class from the list of available types.

Base Types.String
  • Call Operation Actions
  • Local Variables (object nodes)
Direction
Call operation actions have pins that represent their parameters. The Direction specifies whether the pin reflects an input or output parameter.inInput pin.
  • Pins
outOutput pin.
ArrayUse the attribute Array to enable multiplicity.trueThe variable has a multiplicity of 0..*.
  • Local Variables (object nodes)
falseThe variable has a multiplicity of 0..1 (default).
Is static

Non-static operations are related to a specific type. When added to the diagram pane, they provide a target pin in addition to the parameter pins. Here, the user must provide an object of the related type.trueThe operation is static.
  • Call Operation Actions
falseThe operation is not static (default).
Stereotype

Via button Add Stereotype, you can add a stereotype to an action node.

By adding a stereotype, you can extend the attributes of an element with additional properties. For more information, refer to the related adapter pages.

  • Call Operation Actions

On this Page:
Related Documentation:

  • No labels