Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Have questions about GMF.
Have questions about GMF. [message #1753037] Wed, 01 February 2017 10:18
Yang Seokwoo is currently offline Yang SeokwooFriend
Messages: 3
Registered: February 2017
Junior Member
I'm new to eclipse plug-in and modelings, so maybe some parts of my questions would be strange, but I'm desperate to know this.

I'm trying to make a graphical programming tool for stream processing.

Let me explain about my project a little bit.
If there is a DAG(Directed Acyclic Graph) with several input streams and output streams.
Data from input streams will move through edges.
Node is entity for processing these data.
Some Node can have more than 1 inputs, and maybe more than 1 outputs.

For example, there is a DAG for autonomous car.
Sensors like camera, sonar, maybe LiDAR, will generate input streams and these data can be merged to a node to detect objects. And output of this node will go into other nodes for path planning. And the result will be the control signal for vehicle.

And I want to transform this DAG to real codes. I mean code generation from the graphical model.
This is goal of my project.
Make a graphical tool for stream processing language, which can generate code from graphical model.

Is this possible with GMF? Or are there other good plug-in or tools in Eclipse?

Sorry for long question.

Thanks

Previous Topic:GMF Multiple Editor with RCP error
Next Topic:Problem in generating Code
Goto Forum:
  


Current Time: Thu Apr 25 00:11:10 GMT 2024

Powered by FUDForum. Page generated in 0.02418 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top