Package jadex.micro.mandelbrot.calculate
Class CalculateAgent
java.lang.Object
jadex.micro.mandelbrot.calculate.CalculateAgent
Calculate agent allows calculating the colors of an area using a calculate service.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the current task id.void
void
Set the current task id.
-
Field Details
-
agent
protected jadex.core.IComponent agentThe agent. -
taskid
Id of the current job.
-
-
Constructor Details
-
CalculateAgent
public CalculateAgent()
-
-
Method Details
-
onService
-
getTaskId
Get the current task id. -
setTaskId
Set the current task id.
-