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/PacMan/de/rwth/pacman/heithoff2/coneSearch/coinSearch/CoinWeights.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
coneSearch
.
coinSearch
;
component
CoinWeights
{
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/coneSearch/coinSearch/SearchCoinsBottom.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
coneSearch
.
coinSearch
;
component
SearchCoinsBottom
{
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/coneSearch/coinSearch/SearchCoinsLeft.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
coneSearch
.
coinSearch
;
component
SearchCoinsLeft
{
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/coneSearch/coinSearch/SearchCoinsRight.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
coneSearch
.
coinSearch
;
component
SearchCoinsRight
{
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/coneSearch/coinSearch/SearchCoinsTop.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
coneSearch
.
coinSearch
;
component
SearchCoinsTop
{
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/coneSearch/enemySearch/EnemyWeights.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
coneSearch
.
enemySearch
;
component
EnemyWeights
{
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/coneSearch/enemySearch/SearchEnemiesBottom.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
coneSearch
.
enemySearch
;
component
SearchEnemiesBottom
{
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/coneSearch/enemySearch/SearchEnemiesLeft.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
coneSearch
.
enemySearch
;
component
SearchEnemiesLeft
{
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/coneSearch/enemySearch/SearchEnemiesRight.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
coneSearch
.
enemySearch
;
component
SearchEnemiesRight
{
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/coneSearch/enemySearch/SearchEnemiesTop.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
coneSearch
.
enemySearch
;
component
SearchEnemiesTop
{
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/decision/CompareValues.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
decision
;
//
compares
all
values
of
the
safe
directions
and
takes
the
maximum
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/decision/Decision.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
decision
;
//
Main
strategy
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/decision/NextIntersection.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
decision
;
//
check
whether
an
intersection
(
3
or
more
non
-
blocked
paths
)
is
reached
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/decision/PossibleWays.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
decision
;
//
check
which
directions
are
not
blocked
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/decision/TestCompareValues.stream
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
decision
;
stream
TestCompareValues
for
CompareValues
{
...
...
src/test/resources/models/PacMan/de/rwth/pacman/heithoff2/decision/VerifyDirection.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
heithoff2
.
decision
;
component
VerifyDirection
{
...
...
src/test/resources/models/PacMan/de/rwth/pacman/structs/Ghost.struct
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
//
see
https
://
github
.
com
/
daleharvey
/
pacman
/
blob
/
master
/
pacman
.
js
#
L28
package
de
.
rwth
.
pacman
.
structs
;
...
...
src/test/resources/models/PacMan/de/rwth/pacman/structs/GhostFactory.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
structs
;
import
de
.
rwth
.
pacman
.
structs
.
Ghost
;
...
...
src/test/resources/models/PacMan/de/rwth/pacman/structs/PacManData.struct
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
//
see
https
://
github
.
com
/
daleharvey
/
pacman
/
blob
/
master
/
pacman
.
js
#
L281
//
we
do
not
need
`
direction
`
and
`
due
`
as
input
,
as
`
direction
`
is
output
and
`
due
`
is
only
for
the
game
...
...
src/test/resources/models/PacMan/de/rwth/pacman/structs/PacManDataFactory.emam
View file @
71ff61a4
/*
(
c
)
https
://
github
.
com
/
MontiCore
/
monticore
*/
package
de
.
rwth
.
pacman
.
structs
;
import
de
.
rwth
.
pacman
.
structs
.
PacManData
;
...
...
Prev
1
…
5
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