jadex.micro.examples.mandelbrot
Interface IGenerateService

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

public interface IGenerateService
extends IService

Service for generating a specific area.


Field Summary
 
Fields inherited from interface jadex.commons.service.IService
EMPTY_SERVICES
 
Method Summary
 IFuture generateArea(AreaData data)
          Generate a specific area using a defined x and y size.
 
Methods inherited from interface jadex.commons.service.IService
getPropertyMap, getServiceIdentifier, signalStarted
 

Method Detail

generateArea

IFuture generateArea(AreaData data)
Generate a specific area using a defined x and y size.



Copyright © 2010. All Rights Reserved.