Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
VisualizationEMAM
Commits
71ff61a4
Commit
71ff61a4
authored
Aug 23, 2019
by
Bernhard Rumpe
Browse files
BR-sy
parent
fd95ebfe
Pipeline
#175162
passed with stage
in 8 minutes and 38 seconds
Changes
206
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/test/resources/models/ParkingController/controller03/MainController.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
controller03
;
import
VelocityController
;
...
...
src/test/resources/models/ParkingController/controller03/ParkingController.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
controller03
;
component
ParkingController
{
...
...
src/test/resources/models/ParkingController/controller03/SearchParkingPlaceController.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
controller03
;
component
SearchParkingPlaceController
{
...
...
src/test/resources/models/ParkingController/controller03/VelocityController.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
controller03
;
component
VelocityController
{
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/SuperMarioWrapper.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
;
import
de
.
rwth
.
supermario
.
haller
.
Controller
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/Controller.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
//
Author
package
de
.
rwth
.
supermario
.
haller
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/EnemyController.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/ObstacleController.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/actuator/EnemyStrategy.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
.
actuator
;
import
de
.
rwth
.
supermario
.
haller
.
tools
.
OrRelation_5
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/actuator/GeneralStrategy.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
.
actuator
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/actuator/JumpDecider.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
.
actuator
;
component
JumpDecider
{
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/actuator/ObstacleStrategy.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
.
actuator
;
import
de
.
rwth
.
supermario
.
haller
.
tools
.
OrRelation_2
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/environment/Enemy.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
.
environment
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/environment/EnemySelector.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
.
environment
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/environment/EnemyWatcher.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
.
environment
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/environment/HoleWatcher.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
.
environment
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/environment/Obstacle.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
.
environment
;
import
de
.
rwth
.
supermario
.
haller
.
tools
.
GetVelocity
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/environment/ObstacleSelector.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
.
environment
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/environment/ObstacleWatcher.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
.
environment
;
...
...
src/test/resources/models/SuperMario/de/rwth/supermario/haller/tools/GetIndexes.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
supermario
.
haller
.
tools
;
...
...
Prev
1
…
6
7
8
9
10
11
Next
Write
Preview
Markdown
is supported
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