Modeling Workflow Engine (MWE)

learn more… | top users | synonyms

0
votes
0answers
27 views

Mwe2 Workflow - modify variables at runtime

I'm trying to make a tool in which the users can choose a model for the mwe2 file and then the generated file to be placed where the user wanted (directory etc..) My question is if the following can ...
0
votes
1answer
60 views

How can I programmatically run an Xpand code generator from a Java class?

I am trying to achieve model driven development by defining a DSL and performing M2M as well as M2T (code generation). For the code generation I chose to work with XPand and template definitions. ...
0
votes
2answers
75 views

Substring search for multiword strings - Python

I want to check a set of sentences and see whether some seed words occurs in the sentences. but i want to avoid using for seed in line because that would have say that a seed word ring would have ...
0
votes
0answers
30 views

NoClassDefFound if launching MWE for Xtext with a target platform

I got the following console output when I launch the .mwe2 file for the language created from the new xtext project (nothing modified): 0 [main] ERROR mf.mwe2.launch.runtime.Mwe2Launcher - ...
1
vote
0answers
120 views

“signer information does not match […]” error within an Eclipse bundle

I got the security issue with a big Eclipse plugin Maven project, which uses Xtext, Xtend and fornax-oaw-m2-plugin (which fails). I extracted the used classpath, and searched in there if the ...
1
vote
1answer
147 views

MWE2 Workflow component with Scala language

I'm trying to write a MWE2 workflow component using scala language. Below is the scala code: package com.ford.modelling.workflow import org.eclipse.emf.mwe2.runtime.workflow.{IWorkflowComponent, ...
1
vote
4answers
368 views

How to configure Xtext mwe.Reader to fill the root element in a slot

I am using Xtext 2.0 with MWE 1 and XPand, but I guess the Problem for MWE 2 and XTend is exactly the same. My Xtext grammer looks like this (excerpt): grammer org.test.Test with ...