Class StoexStandaloneSetupGenerated
- java.lang.Object
-
- org.palladiosimulator.commons.stoex.StoexStandaloneSetupGenerated
-
- All Implemented Interfaces:
org.eclipse.xtext.ISetup
- Direct Known Subclasses:
StoexStandaloneSetup
public class StoexStandaloneSetupGenerated extends Object implements org.eclipse.xtext.ISetup
-
-
Constructor Summary
Constructors Constructor Description StoexStandaloneSetupGenerated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.inject.Injector
createInjector()
com.google.inject.Injector
createInjectorAndDoEMFRegistration()
void
register(com.google.inject.Injector injector)
-
-
-
Method Detail
-
createInjectorAndDoEMFRegistration
public com.google.inject.Injector createInjectorAndDoEMFRegistration()
- Specified by:
createInjectorAndDoEMFRegistration
in interfaceorg.eclipse.xtext.ISetup
-
createInjector
public com.google.inject.Injector createInjector()
-
register
public void register(com.google.inject.Injector injector)
-
-