Package jadex.micro.mandelbrot.calculate
Class CalculateService
java.lang.Object
jadex.micro.mandelbrot.calculate.CalculateService
- All Implemented Interfaces:
ICalculateService
Calculate service implementation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jadex.core.IComponent
protected CalculateAgent
The agent. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjadex.future.IIntermediateFuture
<PartDataChunk> calculateArea
(AreaData data) Calculate colors for an area of points.
-
Field Details
-
agent
The agent. -
ag
protected jadex.core.IComponent ag
-
-
Constructor Details
-
CalculateService
public CalculateService()
-
-
Method Details
-
calculateArea
Calculate colors for an area of points.- Specified by:
calculateArea
in interfaceICalculateService
- Parameters:
data
- The area to be calculated.- Returns:
- A future containing the calculated area.
-