Package jadex.micro.examples.mandelbrot
Interface IMandelbrotService
-
- All Known Implementing Classes:
MandelbrotService
public interface IMandelbrotService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<IDisplayService>
getDisplayService()
Get the display service.IFuture<IGenerateService>
getGenerateService()
Get the generate service.
-
-
-
Method Detail
-
getGenerateService
IFuture<IGenerateService> getGenerateService()
Get the generate service.- Returns:
- The generate service.
-
getDisplayService
IFuture<IDisplayService> getDisplayService()
Get the display service.- Returns:
- The display service.
-
-