Class InterpreterExtensionDelegateFactory
- java.lang.Object
-
- org.palladiosimulator.simulizar.extension.facets.internal.InterpreterExtensionDelegateFactory
-
- All Implemented Interfaces:
InterpreterExtension.Factory
public class InterpreterExtensionDelegateFactory extends Object implements InterpreterExtension.Factory
-
-
Constructor Summary
Constructors Constructor Description InterpreterExtensionDelegateFactory(Set<InterpreterExtension.Factory> delegateFactories)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterpreterExtension
create(SimuLizarSimulationComponent component)
-
-
-
Constructor Detail
-
InterpreterExtensionDelegateFactory
@Inject public InterpreterExtensionDelegateFactory(Set<InterpreterExtension.Factory> delegateFactories)
-
-
Method Detail
-
create
public InterpreterExtension create(SimuLizarSimulationComponent component)
- Specified by:
create
in interfaceInterpreterExtension.Factory
-
-