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
64f50e50
Commit
64f50e50
authored
Oct 30, 2017
by
Sudeep Kanav
Browse files
GREEN
parent
92d1d418
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/examples/SimpleTrafficLightsComponentArchitectureExample.java
View file @
64f50e50
...
...
@@ -65,7 +65,7 @@ import org.fortiss.tooling.kernel.utils.UniqueIDUtils;
* @author wandinger
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RE
D
Hash: 9
6AF3EA382C70067091B58C58F2AEED1
* @ConQAT.Rating
G
RE
EN
Hash: 9
28DD1EF6779B63DB7736B7F8BB92F37
*/
public
class
SimpleTrafficLightsComponentArchitectureExample
extends
SimpleTrafficLightsDataDictionaryExample
{
...
...
@@ -126,6 +126,8 @@ public class SimpleTrafficLightsComponentArchitectureExample extends
ComponentArchitectureID
=
element
.
getId
();
}
if
(
element
instanceof
ExecutionConfigurationStore
)
{
// The calling function has created only 1 {@link ExecutionConfigurationStore} so it
// exists.
executionConfiguration
=
((
ExecutionConfigurationStore
)
element
).
getConfigurations
().
get
(
0
);
}
...
...
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