Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbe-tools
OSATE-DIM
Commits
2d3b2ecd
Commit
2d3b2ecd
authored
Jun 14, 2022
by
Rakshit Mittal
Browse files
changed URI of DIM_Properties.aadl
parent
eeedecc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
fr.mem4csd.osatedim.viatra/.aadlbin-gen/src-aadl/.DIM_Properties.aadlbin
View file @
2d3b2ecd
No preview for this file type
fr.mem4csd.osatedim.viatra/src/fr/mem4csd/osatedim/viatra/transformations/DIMTransformationState.xtend
View file @
2d3b2ecd
...
...
@@ -37,7 +37,7 @@ class DIMTransformationState extends DIMTransformationRules {
this
.
aadlPublicPackage
=
aadlPublicPackage
this
.
engine
=
engine
this
.
preferences
=
preferences
this
.
dimResource
=
topSystemInst
.
eResource
.
resourceSet
.
getResource
(
URI
.
createURI
(
"../fr.mem4csd.osatedim.viatra/src
/fr/mem4csd/osatedim/viatra/preference
/DIM_Properties"
).
appendFileExtension
(
FileNameConstants
.
SOURCE_FILE_EXT
),
true
).
getContents
().
get
(
0
)
as
PropertySet
;
this
.
dimResource
=
topSystemInst
.
eResource
.
resourceSet
.
getResource
(
URI
.
createURI
(
"../fr.mem4csd.osatedim.viatra/src
-aadl
/DIM_Properties"
).
appendFileExtension
(
FileNameConstants
.
SOURCE_FILE_EXT
),
true
).
getContents
().
get
(
0
)
as
PropertySet
;
prepare
(
engine
)
createTransformation
}
...
...
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