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 SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.
 - 
Constructor SummaryConstructors Constructor Description MandelbrotService()
 - 
Method SummaryAll 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- 
agentprotected IInternalAccess agent The agent.
 
- 
 - 
Method Detail- 
getGenerateServicepublic IFuture<IGenerateService> getGenerateService() Get the generate service.- Specified by:
- getGenerateServicein interface- IMandelbrotService
- Returns:
- The generate service.
 
 - 
getDisplayServicepublic IFuture<IDisplayService> getDisplayService() Get the display service.- Specified by:
- getDisplayServicein interface- IMandelbrotService
- Returns:
- The display service.
 
 
- 
 
-