Author Topic: Uml Simulation with Engine or Code Generation?  (Read 3754 times)

yck

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Uml Simulation with Engine or Code Generation?
« on: May 04, 2013, 07:23:29 am »
Is the Simulation in EA made with a simulation Engine or with generation of Code ?

PS: Are there any list of elements which are supported during simulation?
(which actions or events etc..)

Thanks!
« Last Edit: May 04, 2013, 09:54:10 am by yck »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8063
  • Karma: +118/-20
    • View Profile
Re: Uml Simulation with Engine or Code Generation?
« Reply #1 on: May 06, 2013, 08:39:43 am »
It's a simulation engine.

Have a look at the examples in the example model to see the supported constructs.
« Last Edit: May 06, 2013, 08:40:16 am by simonm »

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Uml Simulation with Engine or Code Generation?
« Reply #2 on: May 06, 2013, 12:03:46 pm »
Behavioral code generation of State Machines is supported as a seperate option to the Model Simulation.
For eaxmples on Simulation there is a Whitepaper on State Machine simulation available on:
http://community.sparxsystems.com/white-papers/692-state-machine-simulation-in-enterprise-architect

yck

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Uml Simulation with Engine or Code Generation?
« Reply #3 on: May 07, 2013, 06:23:26 am »
Quote
It's a simulation engine.

Have a look at the examples in the example model to see the supported constructs.


Thanks ive already looked at all examples, what i would like to know is if are there any other elements that are supported in the simultion other than in the examples.

Such as:

Writevariable action
valuespecification action
create/destroy object
exception handler action
also Time/call/change events or only Signal events etc..

Ive tried many of them but to be sure i just wanted to ask once more.

« Last Edit: May 07, 2013, 06:32:01 am by yck »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8063
  • Karma: +118/-20
    • View Profile
Re: Uml Simulation with Engine or Code Generation?
« Reply #4 on: May 07, 2013, 10:13:48 am »
Not in the current version.

yck

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: Uml Simulation with Engine or Code Generation?
« Reply #5 on: May 07, 2013, 08:28:45 pm »
Quote
Not in the current version.

Thanks! That was really helpful