Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » Dsl.provider cannot be resolved to a type
Dsl.provider cannot be resolved to a type [message #1016372] Wed, 06 March 2013 04:40 Go to next message
Eclipse UserFriend
Hello,

i´m trying to run my own Editor for Statemachines.

In the dsl.diagram.part package i have a class calles EmbDslDiagramEditorPlugin.

Following method is implemented:

protected void fillItemProviderFactories(List<AdapterFactory> factories) {
factories.add(newchrist.xtext.embedded.edsl.embDsl.provider.EmbDslItemProviderAdapterFactory());
factories.add(new ResourceItemProviderAdapterFactory());
factories.add(new ReflectiveItemProviderAdapterFactory());
}

The Error message:

christ.xtext.embedded.edsl.embDsl.provider cannot be resolved to a type


Can somebody pls help me to solve this Problem?

kind regards,
Günther

[Updated on: Wed, 06 March 2013 04:41] by Moderator

Re: Dsl.provider cannot be resolved to a type [message #1016416 is a reply to message #1016372] Wed, 06 March 2013 06:54 Go to previous messageGo to next message
Eclipse UserFriend
Hello again! Very Happy

I was able to fix this problem on my own, by just reloading the genmodel and generating the necessary code again.
Re: Dsl.provider cannot be resolved to a type [message #1016557 is a reply to message #1016416] Wed, 06 March 2013 17:18 Go to previous message
Eclipse UserFriend
Hi Günther,

if you are interested in statemachines you should check out have a look at the open source project yakindu statechart tools.

It is an GMF based statechart editor that allows you to model harel statecharts, simulate them and generate Java and C code out of your models. Check out http://www.statecharts.org for more information.

Best regards,

Andreas
Previous Topic:Draw connection on attribute change
Next Topic:How to set the xmi:id in the generated XML based file
Goto Forum:
  


Current Time: Mon Jul 07 05:15:24 EDT 2025

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

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

Back to the top