Package jadex.micro.examples.mandelbrot
Interface IGenerateService
- 
- All Known Implementing Classes:
- GenerateService
 
 public interface IGenerateServiceService for generating a specific area.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<AreaData>generateArea(AreaData data)Generate a specific area using a defined x and y size.
 
-