use of fr.inria.diverse.melange.resource.MelangeResourceFactoryImpl in project gemoc-studio by eclipse.
the class StandaloneSetup method doEMFRegistration.
public void doEMFRegistration() {
EPackage.Registry.INSTANCE.put(org.eclipse.gemoc.sample.legacyfsm.xsfsm.xsfsm.fsm.FsmPackage.eNS_URI, org.eclipse.gemoc.sample.legacyfsm.xsfsm.xsfsm.fsm.FsmPackage.eINSTANCE);
Resource.Factory.Registry.INSTANCE.getExtensionToFactoryMap().put("*", new XMIResourceFactoryImpl());
Resource.Factory.Registry.INSTANCE.getProtocolToFactoryMap().put("melange", new MelangeResourceFactoryImpl());
}
use of fr.inria.diverse.melange.resource.MelangeResourceFactoryImpl in project gemoc-studio by eclipse.
the class StandaloneSetup method doEMFRegistration.
public void doEMFRegistration() {
EPackage.Registry.INSTANCE.put(org.eclipse.gemoc.sample.legacyfsm.fsm.FsmPackage.eNS_URI, org.eclipse.gemoc.sample.legacyfsm.fsm.FsmPackage.eINSTANCE);
Resource.Factory.Registry.INSTANCE.getExtensionToFactoryMap().put("*", new XMIResourceFactoryImpl());
Resource.Factory.Registry.INSTANCE.getProtocolToFactoryMap().put("melange", new MelangeResourceFactoryImpl());
}
Aggregations