Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vkc1020

Pages: [1]
1
Hello,

I was trying to find a way to use a variable sim.a == 1 in a State Machine Transition Guard (where all elements in the state machine are in javascript) where the "a" in sim.a is a parameter value from the signal that is trying to create this transition. When I use "sim.a" or "this.a" in the Guard Expression, it does not pick this value up from one of the signal parameters which is also represented by "a".

Any thoughts?

2
Automation Interface, Add-Ins and Tools / Simulation of a state Machine
« on: September 17, 2019, 05:13:37 am »
Hi,

Is it possible to fire a simulation for a state machine where if it possibly encounters 2 different paths, it takes one path, completes the simulation, then restarts the simulation to the same state where it encounters the same state and takes the other path instead.

I know one can manually select the trigger from the waiting triggers list and choose the alternative path in the next run, but doesn't Enterprise Architect have a built in mechanism wherein it can automatically cover all transitions without any manual intervention?

Thank You

3
I think it can be the classifier element type of an InteractionOccurrence Element (which is the element type of a reference in a sequence diagram )

4
Hello!

I was wondering if it would be possible to insert custom text into a table cell in a custom template while automating document generation.
I checked https://sparxsystems.com/enterprise_architect_user_guide/14.0/automation/document_generator_interface_class.html but I did not find much.

Thank You!

5
Which SQL table contains the "Return" Type of an Interaction Element listed under the Properties>Behavior (in GUI Mode)?
I learnt that Properties>Behavior>Parameter values can be queried from t_xref. 
But I am not locate which table has Properties>Behavior>Return type of an interaction element.

Thank You!

6
Thank You so much!

That worked!

7
Hello,

I tried taking a basic look into the SQL database in EA, but the search bar in the SQL Scratch Pad is greyed out or disabled for some reason and it does not let me type anything into it.
I have the EA Ultimate Version. I think I might have to do a setting change for this, but I couldn't find anything online.
Any leads would be appreciated.

Thank You

8
Thank you Geert!

As per resources online, I tried accessing the SQL Table within EA, but the Search bar in the SQL Scratch Pad is greyed out / disabled for some reason.
Do you have any idea if I should be changing some settings to enable this search feature ? I could not find much online.

Thank You

9
Thank you Geert!

Is there a link to how to frame this query? Or a Sparx Systems documentation that has information on all the parameters in in the different SQL Tables for an Enterprise Architect Model?

Thank You!

10
Is there a way to find out if a given diagram has multiple versions of itself in the repository through API?

The one way I thought of accessing the package which 'owns' this diagram and iterating through its diagrams to see if there ones with the same name and with a different version (diagram.Version). But this I figured would be inefficient and would like to know if there is a more direct approach to checking if there are multiple versiosn fo the diagram API-wise.

Thank You

Pages: [1]