Class TPCMStandaloneSetupGenerated
- java.lang.Object
-
- org.palladiosimulator.textual.tpcm.TPCMStandaloneSetupGenerated
-
- All Implemented Interfaces:
org.eclipse.xtext.ISetup
- Direct Known Subclasses:
TPCMStandaloneSetup
public class TPCMStandaloneSetupGenerated extends Object implements org.eclipse.xtext.ISetup
-
-
Constructor Summary
Constructors Constructor Description TPCMStandaloneSetupGenerated()
-
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)
-
-