Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
19c828d2
Commit
19c828d2
authored
Oct 18, 2015
by
Maxime Perrotin
Browse files
Set current state when entering aggregation
parent
d9aff34e
Changes
1
Hide whitespace changes
Inline
Side-by-side
opengeode/AdaGenerator.py
View file @
19c828d2
...
...
@@ -255,6 +255,8 @@ LD_LIBRARY_PATH=. taste-gui -l
aggreg_start_proc
.
extend
(
u
'runTransition({sub}{sep}START);'
.
format
(
sub
=
subname
,
sep
=
UNICODE_SEP
)
for
subname
in
substates
)
aggreg_start_proc
.
append
(
u
'{ctxt}.state := {name};'
.
format
(
ctxt
=
LPREFIX
,
name
=
name
))
aggreg_start_proc
.
extend
([
u
'end {}{}START;'
.
format
(
name
,
UNICODE_SEP
),
'
\n
'
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment