Interface IHtmlInitializationData
-
- All Known Implementing Classes:
Similar2LogoHtmlRunner
public interface IHtmlInitializationDataThe parent interface of all the classes providing initialization data to the HTML web view of Similar2Logo.- Author:
- Gildas Morvan, Yoann Kubera
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Similar2LogoHtmlConfiggetConfig()Gets the configuration that will be used by the runner and the view.LogoSimulationParametersgetSimulationParameters()Gets the parameters of the simulation.
-
-
-
Method Detail
-
getConfig
Similar2LogoHtmlConfig getConfig()
Gets the configuration that will be used by the runner and the view.- Returns:
- The configuration.
-
getSimulationParameters
LogoSimulationParameters getSimulationParameters()
Gets the parameters of the simulation.- Returns:
- The parameters of the simulation.
-
-