public class MandelbrotService extends java.lang.Object implements IMandelbrotService
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
| Constructor and Description |
|---|
MandelbrotService() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<IDisplayService> |
getDisplayService()
Get the display service.
|
jadex.commons.future.IFuture<IGenerateService> |
getGenerateService()
Get the generate service.
|
public jadex.commons.future.IFuture<IGenerateService> getGenerateService()
getGenerateService in interface IMandelbrotServicepublic jadex.commons.future.IFuture<IDisplayService> getDisplayService()
getDisplayService in interface IMandelbrotService