py-capellambse and state machines #170
-
|
I am modelling states machines and I am trying to access to the “effects” using py-capellambse. I have modelled both an effect in a transition and in a state. Capella is restricting me to Service elements to describe effects that’s why you see “Service 3” in the diagram. I was expecting to be able refer to functions for an effect but this is not my question to you This is a basic model: My question to you is that I cannot see “Service 3”, i.e. effects, in both the state information and transition information that I am accessing via py-capellambse. <State 'Draft' (dd843949-ae9b-4161-bd2d-b53c239feb07)> <StateTransition '' (571bd05e-8303-4fc2-89c9-4dac757a72e1)> Do you have any idea why? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
|
Looks like we simply don't have what you're looking for yet. I've made a PR to add the |
Beta Was this translation helpful? Give feedback.
-
|
For StateTransition, |
Beta Was this translation helpful? Give feedback.



Looks like we simply don't have what you're looking for yet. I've made a PR to add the
effectsattribute to StateTransition objects in #174.