| org.cougaar.core.plugin.ComponentPlugin org.cougaar.demo.mandelbrot.v3.CalculatorBase
All known Subclasses: org.cougaar.demo.mandelbrot.v3.MandelbrotCalculator,
CalculatorBase | abstract public class CalculatorBase extends ComponentPlugin (Code) | | This plugin is a base class that listens for
Job blackboard objects
and calculates the result.
|
Method Summary | |
abstract protected byte[] | calculate(int width, int height, double min_x, double max_x, double min_y, double max_y) Implement this method. | protected void | execute() | protected void | setupSubscriptions() |
calculate | abstract protected byte[] calculate(int width, int height, double min_x, double max_x, double min_y, double max_y)(Code) | | Implement this method.
|
execute | protected void execute()(Code) | | |
setupSubscriptions | protected void setupSubscriptions()(Code) | | |
|
|