Class Hierarchy
- java.lang.Object
- jadex.micro.examples.mandelbrot.AppProviderService (implements jadex.bridge.service.types.appstore.IAppProviderService<T>)
- jadex.micro.examples.mandelbrot.AreaData
- jadex.micro.examples.mandelbrot.ArrayTest
- jadex.micro.examples.mandelbrot.CalculateAgent
- jadex.micro.examples.mandelbrot.CalculateService (implements jadex.micro.examples.mandelbrot.ICalculateService)
- java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
- java.awt.Container
- javax.swing.JComponent (implements java.io.Serializable)
- jadex.micro.examples.mandelbrot.DisplayPanel
- javax.swing.JPanel (implements javax.accessibility.Accessible)
- jadex.micro.examples.mandelbrot.ColorChooserPanel
- jadex.micro.examples.mandelbrot.GeneratePanel
- jadex.micro.examples.mandelbrot.MandelbrotPanel (implements jadex.bridge.service.types.appstore.IAppGui)
- javax.swing.JComponent (implements java.io.Serializable)
- java.awt.Container
- jadex.micro.examples.mandelbrot.DisplayAgent
- jadex.micro.examples.mandelbrot.DisplayService (implements jadex.micro.examples.mandelbrot.IDisplayService)
- jadex.micro.examples.mandelbrot.GenerateAgent
- jadex.micro.examples.mandelbrot.GenerateService (implements jadex.micro.examples.mandelbrot.IGenerateService)
- jadex.micro.examples.mandelbrot.LyapunovAlgorithm (implements jadex.micro.examples.mandelbrot.IFractalAlgorithm)
- jadex.micro.examples.mandelbrot.MandelbrotAgent
- jadex.micro.examples.mandelbrot.MandelbrotAlgorithm (implements jadex.micro.examples.mandelbrot.IFractalAlgorithm)
- jadex.micro.examples.mandelbrot.MandelbrotService (implements jadex.micro.examples.mandelbrot.IMandelbrotService)
- jadex.micro.examples.mandelbrot.ProgressData
- jadex.micro.examples.mandelbrot.ProgressService (implements jadex.micro.examples.mandelbrot.IProgressService)
- jadex.micro.examples.mandelbrot.ServicePoolManager
- jadex.micro.examples.mandelbrot.ServicePoolManager.AllocationData
Interface Hierarchy
- jadex.micro.examples.mandelbrot.ICalculateService
- jadex.micro.examples.mandelbrot.IDisplayService
- jadex.micro.examples.mandelbrot.IFractalAlgorithm
- jadex.micro.examples.mandelbrot.IGenerateService
- jadex.micro.examples.mandelbrot.IMandelbrotService
- jadex.micro.examples.mandelbrot.IProgressService
- jadex.micro.examples.mandelbrot.IServicePoolHandler