Package jadex.micro.examples.mandelbrot
Class MandelbrotService
- java.lang.Object
-
- jadex.micro.examples.mandelbrot.MandelbrotService
-
- All Implemented Interfaces:
IMandelbrotService
public class MandelbrotService extends java.lang.Object implements IMandelbrotService
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.
-
Constructor Summary
Constructors Constructor Description MandelbrotService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<IDisplayService>
getDisplayService()
Get the display service.IFuture<IGenerateService>
getGenerateService()
Get the generate service.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
-
Method Detail
-
getGenerateService
public IFuture<IGenerateService> getGenerateService()
Get the generate service.- Specified by:
getGenerateService
in interfaceIMandelbrotService
- Returns:
- The generate service.
-
getDisplayService
public IFuture<IDisplayService> getDisplayService()
Get the display service.- Specified by:
getDisplayService
in interfaceIMandelbrotService
- Returns:
- The display service.
-
-