/* * generated by Xtext */ package org.eclipse.qvto.examples.xtext.imperativeocl; import org.eclipse.qvto.examples.pivot.imperativeocl.utilities.ImperativeOCLASResourceFactory; /** * Initialization support for running Xtext languages * without equinox extension registry */ public class ImperativeOCLStandaloneSetup extends ImperativeOCLStandaloneSetupGenerated{ public static void doSetup() { new ImperativeOCLStandaloneSetup().createInjectorAndDoEMFRegistration(); init(); } public static void init() { ImperativeOCLASResourceFactory.getInstance(); } }