Class AssemblyAllocationManager_Factory
- java.lang.Object
-
- org.palladiosimulator.simulizar.runtimestate.AssemblyAllocationManager_Factory
-
- All Implemented Interfaces:
dagger.internal.Factory<AssemblyAllocationManager>
,javax.inject.Provider<AssemblyAllocationManager>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class AssemblyAllocationManager_Factory extends Object implements dagger.internal.Factory<AssemblyAllocationManager>
-
-
Constructor Summary
Constructors Constructor Description AssemblyAllocationManager_Factory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssemblyAllocationManager_Factory
create()
AssemblyAllocationManager
get()
static AssemblyAllocationManager
newInstance()
-
-
-
Method Detail
-
get
public AssemblyAllocationManager get()
- Specified by:
get
in interfacejavax.inject.Provider<AssemblyAllocationManager>
-
create
public static AssemblyAllocationManager_Factory create()
-
newInstance
public static AssemblyAllocationManager newInstance()
-
-