Questions tagged [sysml2]

2 questions
0
votes
0 answers

What is the meaning of `meta` when define SemanticMetadata in SysML 2

Say we have such model written in SysML v2 (taken from sysml domain library, the source is in causionConnections and CauseAndEffect): abstract occurrence causes[*] { doc /* Occurrences that are causes. */ } abstract…
dumeng
  • 67
  • 1
  • 5
0
votes
1 answer

"org.eclipse.emf.ecore.xmi.PackageNotFoundException" when using sysml2 xtext plugins in stand-alone mode

For a company POC software I'm trying to use the sysml2 xtext plugin & ANTLR grammar in stand-alone mode, so as to parse & tokenize sysml2 files and eventually navigate tokens and do some simple code generation. I have managed so far to build the…
gramm
  • 18,786
  • 7
  • 27
  • 27