Skip to content

Commit

Permalink
Several fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tkutz committed Aug 10, 2018
1 parent f7f8205 commit 03c475f
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 66 deletions.
6 changes: 3 additions & 3 deletions org.yakindu.sct.examples.elevator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>[Video] Elevator Model with SCTUnit</title>
<title>Elevator with SCTUnit</title>
<link href="../css/style.css" rel="stylesheet">
</head>
<body class="body-container">
<div class="primary">

<h1>[Video] Elevator Model with SCTUnit</h1>
<h1>Elevator with SCTUnit</h1>

<div>
<p>This video tutorial is presented by Prof. Tom Mens (Software Engineering Lab, University of Mons). It provides a hands-on demonstration, on the basis of a simulation of an elevator statechart, of how to write and run unit tests for statecharts with Yakindu Statechart Tools 3.0</p>
<p>This video tutorial is presented by Prof. Tom Mens (Software Engineering Lab, University of Mons). It provides a hands-on demonstration, on the basis of a simulation of an elevator statechart, on how to write and run unit tests for statecharts with Yakindu Statechart Tools.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ep2w3XJ4wOk" frameborder="0" allowfullscreen></iframe>

</div>
Expand Down
4 changes: 2 additions & 2 deletions org.yakindu.sct.examples.elevator/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "org.yakindu.sct.examples.elevator",
"title": "Video: Elevator Model with SCTUnit",
"description": "This video tutorial is presented by Prof. Tom Mens (Software Engineering Lab, University of Mons). It provides a hands-on demonstration, on the basis of a simulation of an elevator statechart, of how to write and run unit tests for statecharts with Yakindu Statechart Tools 3.0",
"title": "Elevator with SCTUnit",
"description": "This video tutorial is presented by Prof. Tom Mens (Software Engineering Lab, University of Mons). It provides a hands-on demonstration, on the basis of a simulation of an elevator statechart, on how to write and run unit tests for statecharts with Yakindu Statechart Tools.",
"previewImage": "elevator.jpg",
"author": "Prof. Tom Mens",
"organization": "Software Engineering Lab, University of Mons",
Expand Down
17 changes: 0 additions & 17 deletions org.yakindu.sct.examples.lightswitch/.project

This file was deleted.

40 changes: 0 additions & 40 deletions org.yakindu.sct.examples.scxml/.project

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "org.yakindu.sct.examples.trafficlight.python.raspberry",
"title": "Traffic Light (Python) for Raspberry Pi",
"description": "Demonstrates how to to generate Python source code from a statechart.",
"description": "Demonstrates how to generate Python source code from a statechart.",
"previewImage": "traffic_light_python_rasp.jpg",
"author": "Norbert Lang",
"organization": "itemis AG",
Expand Down
2 changes: 1 addition & 1 deletion org.yakindu.sct.examples.trafficlight.python/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "org.yakindu.sct.examples.trafficlight.python",
"title": "Traffic Light (Python)",
"description": "Demonstrates how to to generate Python source code from a statechart.",
"description": "Demonstrates how to generate Python source code from a statechart.",
"previewImage": "traffic_light_python.jpg",
"author": "Norbert Lang",
"organization": "itemis AG",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ GeneratorModel for yakindu::scxml {
targetFolder = "src-gen"
}
}

statechart TrafficLightStateMachine {
feature Outlet {
targetProject = "org.yakindu.sct.examples.trafficlight.scxml.qt"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
GeneratorModel for sctunit::scxml::qt {

test TrafficLightStateMachineTests {

feature Outlet {
targetProject = "traffic_light_qt_scxml"
targetProject = "org.yakindu.sct.examples.trafficlight.scxml.qt"
targetFolder = "test-gen"
}
}

test TestSuite {

feature Outlet {
targetProject = "traffic_light_qt_scxml"
targetProject = "org.yakindu.sct.examples.trafficlight.scxml.qt"
targetFolder = "test-gen"
}
}
Expand Down

0 comments on commit 03c475f

Please sign in to comment.