Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JastAdd
RagConnect
Commits
b5f0e3d7
Commit
b5f0e3d7
authored
Apr 09, 2020
by
Johannes Mey
Browse files
use correct types for mapping
parent
0311cae7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/jastadd/Ros2Rag.relast
View file @
b5f0e3d7
...
...
@@ -10,7 +10,4 @@ rel TokenSyncDefinition.token -> TokenComponent;
ReadFromMqttDefinition : TokenSyncDefinition;
WriteToMqttDefinition : TokenSyncDefinition;
MappingDefinition ::= <ID> <Content> ;
rel MappingDefinition.from -> TypeDecl;
rel MappingDefinition.to -> TypeDecl;
MappingDefinition ::= <ID> From:JavaTypeUse To:JavaTypeUse <Content> ;
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