jadex.micro.examples.mandelbrot
Interface ICalculateService

All Superinterfaces:
IRemotable, IService
All Known Implementing Classes:
CalculateService

public interface ICalculateService
extends IService

Interface for calculating an area of points.


Field Summary
 
Fields inherited from interface jadex.commons.service.IService
EMPTY_SERVICES
 
Method Summary
 IFuture calculateArea(AreaData data)
          Calculate colors for an area of points.
 
Methods inherited from interface jadex.commons.service.IService
getPropertyMap, getServiceIdentifier, signalStarted
 

Method Detail

calculateArea

IFuture calculateArea(AreaData data)
Calculate colors for an area of points.



Copyright © 2010. All Rights Reserved.