Book a Demo

Author Topic: Activity Diagram  (Read 4524 times)

ayman

  • EA User
  • **
  • Posts: 29
  • Karma: +0/-0
    • View Profile
Activity Diagram
« on: December 26, 2014, 05:11:04 am »
What is the usage of Effect in Action node properties?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Activity Diagram
« Reply #1 on: December 26, 2014, 05:13:31 am »
Code. Concrete or abstract. Depends whether you use code gen you can put it real code (though I have not used that).

q.

ayman

  • EA User
  • **
  • Posts: 29
  • Karma: +0/-0
    • View Profile
Re: Activity Diagram
« Reply #2 on: December 26, 2014, 05:15:21 am »
u mean i can put script code for example

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Activity Diagram
« Reply #3 on: December 26, 2014, 06:16:20 am »
Not a script to be executed in EA but code that should appear in your generated code. I have not create code for Actions so far (just classes and even that not very often). If the provided code patterns to not include generating code for Actions it sure would be possible to do that with a modified script.

q.

ayman

  • EA User
  • **
  • Posts: 29
  • Karma: +0/-0
    • View Profile
Re: Activity Diagram
« Reply #4 on: December 26, 2014, 06:42:50 am »
so i can put script code in effect for action to be run in EA but what type of script language and format supported in EA

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Activity Diagram
« Reply #5 on: December 26, 2014, 11:51:12 am »
I said it can NOT run in EA.

q.

ayman

  • EA User
  • **
  • Posts: 29
  • Karma: +0/-0
    • View Profile
Re: Activity Diagram
« Reply #6 on: December 26, 2014, 02:48:41 pm »
OK thx for clarification