Interface SimuLizarExtension
-
- All Known Implementing Classes:
AbstractSimuLizarExtension
,EclipseExtensionPointExtensionAdapter
public interface SimuLizarExtension
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SimuLizarExtension.DefaultExtensionModule
static interface
SimuLizarExtension.Factory<ExtensionType extends SimuLizarExtension>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Cleanup.Factory>
getCleanups()
Set<InterpreterExtension.Factory>
getInterpreterExtensions()
Set<ModelCompletion.Factory>
getModelCompletions()
Set<ModelLoad.Factory>
getModelLoaders()
-
-
-
Method Detail
-
getModelLoaders
Set<ModelLoad.Factory> getModelLoaders()
-
getModelCompletions
Set<ModelCompletion.Factory> getModelCompletions()
-
getInterpreterExtensions
Set<InterpreterExtension.Factory> getInterpreterExtensions()
-
getCleanups
Set<Cleanup.Factory> getCleanups()
-
-