- All Known Implementing Classes:
GroIMPConnector
,TestConnector
public interface VideoPluginConnector
This interface connects the plugin the the rest of the GroIMP implementation.
There are methods to get all available
ImageProvider
s and
SimulationMethod
s. Thats all the plugin needs to know in order to
communicate with GroIMP.- Author:
- Dominick Leppich
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of availableImageProvider
s.Get a list of availableSimulationMethod
s.
-
Method Details
-
getImageProviders
List<ImageProvider> getImageProviders()Get a list of availableImageProvider
s.- Returns:
- List of
ImageProvider
s
-
getSimulationMethods
List<SimulationMethod> getSimulationMethods()Get a list of availableSimulationMethod
s.- Returns:
- List of
SimulationMethod
s
-