Package org.palladiosimulator.pcm.stoex
Class PCMStoexStandaloneSetupGenerated
- java.lang.Object
-
- org.palladiosimulator.pcm.stoex.PCMStoexStandaloneSetupGenerated
-
- All Implemented Interfaces:
org.eclipse.xtext.ISetup
- Direct Known Subclasses:
PCMStoexStandaloneSetup
public class PCMStoexStandaloneSetupGenerated extends Object implements org.eclipse.xtext.ISetup
-
-
Constructor Summary
Constructors Constructor Description PCMStoexStandaloneSetupGenerated()
-
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)
-
-