Class AbstractSimuLizarExtension
- java.lang.Object
-
- org.palladiosimulator.simulizar.extension.AbstractSimuLizarExtension
-
- All Implemented Interfaces:
SimuLizarExtension
- Direct Known Subclasses:
EclipseExtensionPointExtensionAdapter
public class AbstractSimuLizarExtension extends Object implements SimuLizarExtension
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.palladiosimulator.simulizar.extension.SimuLizarExtension
SimuLizarExtension.DefaultExtensionModule, SimuLizarExtension.Factory<ExtensionType extends SimuLizarExtension>
-
-
Constructor Summary
Constructors Constructor Description AbstractSimuLizarExtension()
AbstractSimuLizarExtension(Set<ModelLoad.Factory> modelLoaders, Set<ModelCompletion.Factory> modelCompletions, Set<InterpreterExtension.Factory> interpreterExtensions, Set<Cleanup.Factory> cleanups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Cleanup.Factory>
getCleanups()
Set<InterpreterExtension.Factory>
getInterpreterExtensions()
Set<ModelCompletion.Factory>
getModelCompletions()
Set<ModelLoad.Factory>
getModelLoaders()
-
-
-
Constructor Detail
-
AbstractSimuLizarExtension
public AbstractSimuLizarExtension()
-
AbstractSimuLizarExtension
public AbstractSimuLizarExtension(Set<ModelLoad.Factory> modelLoaders, Set<ModelCompletion.Factory> modelCompletions, Set<InterpreterExtension.Factory> interpreterExtensions, Set<Cleanup.Factory> cleanups)
-
-
Method Detail
-
getModelLoaders
public Set<ModelLoad.Factory> getModelLoaders()
- Specified by:
getModelLoaders
in interfaceSimuLizarExtension
-
getModelCompletions
public Set<ModelCompletion.Factory> getModelCompletions()
- Specified by:
getModelCompletions
in interfaceSimuLizarExtension
-
getInterpreterExtensions
public Set<InterpreterExtension.Factory> getInterpreterExtensions()
- Specified by:
getInterpreterExtensions
in interfaceSimuLizarExtension
-
getCleanups
public Set<Cleanup.Factory> getCleanups()
- Specified by:
getCleanups
in interfaceSimuLizarExtension
-
-