Book a Demo

Author Topic: Metaclass CallOperationAction  (Read 3670 times)

helmerhausen

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Metaclass CallOperationAction
« on: June 02, 2008, 07:46:00 pm »
Hi,

does anybody know how to realize a stereotype that extends the metaclass CallOperationAction. I only can extend the metaclass Action.

Thank you.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Metaclass CallOperationAction
« Reply #1 on: June 03, 2008, 08:03:30 am »
Drop the Action metaclass.
Open the attributes dialog.
Select the kind attribute.
Click on the ellipsis (...) button to select CallOperation.

helmerhausen

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Metaclass CallOperationAction
« Reply #2 on: June 03, 2008, 05:30:06 pm »
Quote
Drop the Action metaclass.
Open the attributes dialog.
Select the kind attribute.
Click on the ellipsis (...) button to select CallOperation.

Thank you for your answer. It works.

Is there a way to select an already existing operation of a class?

I tried to drop an operation to my activity by dropping the opration onto an action. But then this CallOperationAction is not of my stereotype.

What I want to do:

I want to drop a stereotype with the metaclass CallOperation onto my activy.

Then I want this stereotype to get the name of an existing operation.

Is there are way to do this.

(I hope you understand what i mean.  :))