7.3. Complete MarkedgraphanimationDebugServices.java file
- Edit the file "MarkedgraphanimationDebugServices.java" in "src/org/gemoc/sample/markedgraph/xdsml/animation/services" of the "org.gemoc.sample.markedgraph.animation" project to add the folowing method:
@Override
public String getModelIdentifier() {
return org.gemoc.execution.concurrent.ccsljavaengine.ui.Activator.PLUGIN_ID+".debugModel";
}
- The file contains an error. To correct it, double-click on "plugin.xml" (or META-INF/MANIFEST.MF), select "dependencies" and add "org.gemoc.execution.concurrent.ccsljavaengine.ui" plug-in. Save it.