Class SimuComModule
- java.lang.Object
-
- de.uka.ipd.sdq.pcm.codegen.simucom.guice.SimuComModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class SimuComModule extends Object implements com.google.inject.Module
-
-
Constructor Summary
Constructors Constructor Description SimuComModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(com.google.inject.Binder binder)
static com.google.inject.Injector
getInjector(String rootDirectory)
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configure
in interfacecom.google.inject.Module
-
getInjector
public static com.google.inject.Injector getInjector(String rootDirectory)
-
-