Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
6f7058e2
Commit
6f7058e2
authored
Oct 26, 2017
by
Hernan Ponce de Leon
Browse files
Reverted Vivek's commit
parent
5caa52d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.state.ui/trunk/src/org/fortiss/af3/state/ui/simulator/views/GraphicalStateSimulationView.java
View file @
6f7058e2
...
...
@@ -98,9 +98,8 @@ public class GraphicalStateSimulationView extends
ExecutableStateAutomatonSpecification
exec
=
(
ExecutableStateAutomatonSpecification
)
executable
;
currentState
=
exec
.
getCurrentState
();
TransitionSegmentSpecification
tspec
;
for
(
TransitionSegment
ts
:
exec
.
getLastFiredTransitionSegments
())
{
lastFiredTransitionSegments
.
add
(
ts
);
for
(
TransitionSegmentSpecification
tsp
:
exec
.
getLastFiredTransitionSegments
())
{
lastFiredTransitionSegments
.
add
(
tsp
.
getTransitionSegment
());
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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