A B C D E F G H I J K L M N P R S T U X Y Z

A

act() - Method in class jadex.micro.examples.hunterprey.MicroPreyAgent
Choose and perform an action.
add(double, double) - Method in class jadex.micro.examples.compositeservice.AddService
 
add(double, double) - Method in interface jadex.micro.examples.compositeservice.IAddService
 
addB(int, int) - Method in interface jadex.micro.examples.remoteservice.IMathService
Tests a blocking call (should be avoided!).
addB(int, int) - Method in class jadex.micro.examples.remoteservice.MathService
Tests a blocking call (should be avoided!).
addChangeListener(IChangeListener) - Method in class jadex.micro.examples.chat.ChatService
Add a change listener.
addInformation(String, String) - Method in class jadex.micro.examples.helpline.HelplineAgent
Add an information about a person.
addInformation(String, String) - Method in class jadex.micro.examples.helpline.HelplineService
Add an information about a person.
addInformation(String, String) - Method in interface jadex.micro.examples.helpline.IHelpline
Add an information about a person.
addNB(int, int) - Method in interface jadex.micro.examples.remoteservice.IMathService
Tests a non-blocking call.
addNB(int, int) - Method in class jadex.micro.examples.remoteservice.MathService
Tests a non-blocking call.
addProgress(ProgressData) - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Display intermediate calculation results.
AddService - Class in jadex.micro.examples.compositeservice
 
AddService(IServiceProvider) - Constructor for class jadex.micro.examples.compositeservice.AddService
 
agent - Variable in class jadex.micro.examples.chat.ChatPanel
The agent.
agent - Variable in class jadex.micro.examples.chat.ChatService
The agent.
agent - Variable in class jadex.micro.examples.helpline.HelplinePanel
The external access of the agent.
agent - Variable in class jadex.micro.examples.helpline.HelplineService
The agent.
agent - Variable in class jadex.micro.examples.mandelbrot.CalculateService
The agent.
agent - Variable in class jadex.micro.examples.mandelbrot.DisplayService
The agent.
agent - Variable in class jadex.micro.examples.mandelbrot.GenerateService
The agent.
agent - Variable in class jadex.micro.examples.mandelbrot.ProgressService
The agent.
agentCreated() - Method in class jadex.micro.examples.chat.ChatAgent
Called once after agent creation.
agentCreated() - Method in class jadex.micro.examples.compositeservice.CalculatorAgent
Called once after agent creation.
agentCreated() - Method in class jadex.micro.examples.helpline.HelplineAgent
Called once after agent creation.
agentCreated() - Method in class jadex.micro.examples.mandelbrot.CalculateAgent
Called once after agent creation.
agentCreated() - Method in class jadex.micro.examples.mandelbrot.DisplayAgent
Called once after agent creation.
agentCreated() - Method in class jadex.micro.examples.mandelbrot.GenerateAgent
Called once after agent creation.
agentCreated() - Method in class jadex.micro.examples.remoteservice.MathAgent
Called once after agent creation.
AgentCreationAgent - Class in jadex.micro.benchmarks
Agent creation benchmark.
AgentCreationAgent() - Constructor for class jadex.micro.benchmarks.AgentCreationAgent
 
agentKilled() - Method in class jadex.micro.testcases.DFTestAgent
Called when agent finishes.
area - Variable in class jadex.micro.examples.mandelbrot.ProgressData
The area.
AreaData - Class in jadex.micro.examples.mandelbrot
Struct for calculation of a specific mandelbrot cutout.
AreaData(double, double, double, double, int, int, int) - Constructor for class jadex.micro.examples.mandelbrot.AreaData
Create a new area data.
AreaData(double, double, double, double, int, int, int, int, int) - Constructor for class jadex.micro.examples.mandelbrot.AreaData
Create a new area data.
AreaData(double, double, double, double, int, int, int, int, int, Object, int[][]) - Constructor for class jadex.micro.examples.mandelbrot.AreaData
Create a new area data.

B

BreakpointAgent - Class in jadex.micro.examples
A simple agent showing how to use breakpoints in the micro kernel.
BreakpointAgent() - Constructor for class jadex.micro.examples.BreakpointAgent
 

C

calcArea(double, double, double, double, int, int) - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Calculate the given area.
calcDefaultImage() - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Set display coordinates to default values.
CalculateAgent - Class in jadex.micro.examples.mandelbrot
Calculate agent allows calculating the colors of an area using a calculate service.
CalculateAgent() - Constructor for class jadex.micro.examples.mandelbrot.CalculateAgent
 
calculateArea(AreaData) - Method in class jadex.micro.examples.mandelbrot.CalculateService
Calculate colors for an area of points.
calculateArea(AreaData) - Method in interface jadex.micro.examples.mandelbrot.ICalculateService
Calculate colors for an area of points.
CalculateService - Class in jadex.micro.examples.mandelbrot
Calculate service implementation.
CalculateService(CalculateAgent) - Constructor for class jadex.micro.examples.mandelbrot.CalculateService
Create a new service.
calculating - Variable in class jadex.micro.examples.mandelbrot.DisplayPanel
Flag indicating that a calculation is in progress.
CalculatorAgent - Class in jadex.micro.examples.compositeservice
 
CalculatorAgent() - Constructor for class jadex.micro.examples.compositeservice.CalculatorAgent
 
ChatAgent - Class in jadex.micro.examples.chat
Chat micro agent.
ChatAgent() - Constructor for class jadex.micro.examples.chat.ChatAgent
 
ChatPanel - Class in jadex.micro.examples.chat
 
ChatPanel(IMicroExternalAccess) - Constructor for class jadex.micro.examples.chat.ChatPanel
 
ChatService - Class in jadex.micro.examples.chat
 
ChatService(IExternalAccess) - Constructor for class jadex.micro.examples.chat.ChatService
Create a new helpline service.
cnt - Variable in class jadex.micro.examples.CountingAgent
The counter.
ColorChooserPanel - Class in jadex.micro.examples.mandelbrot
Panel that allows choosing a set of colors.
ColorChooserPanel(DisplayPanel) - Constructor for class jadex.micro.examples.mandelbrot.ColorChooserPanel
 
colors - Variable in class jadex.micro.examples.mandelbrot.DisplayPanel
The colors for drawing.
compare(Object, Object) - Method in class jadex.micro.examples.hunterprey.CreatureActionComparator
Return a negative number when the first action should be executed before the second.
compareTo(Object) - Method in class jadex.micro.examples.helpline.InformationEntry
Compare this entry to another one.
confidential - Variable in class jadex.micro.benchmarks.Message
The confidential flag.
CountingAgent - Class in jadex.micro.examples
An agent that is counting to infinity.
CountingAgent() - Constructor for class jadex.micro.examples.CountingAgent
 
createArguments(String[], String[]) - Static method in class jadex.micro.examples.remoteservice.StartScenario
Merge arguments.
createGui(IMicroExternalAccess) - Static method in class jadex.micro.examples.chat.ChatPanel
Create a gui frame.
createGui(IExternalAccess) - Static method in class jadex.micro.examples.mandelbrot.GeneratePanel
Create a gui.
createHelplineGui(IMicroExternalAccess) - Static method in class jadex.micro.examples.helpline.HelplinePanel
Create a customer gui frame.
createPeerName(int, IComponentIdentifier) - Method in class jadex.micro.benchmarks.AgentCreationAgent
Create a name for a peer with a given number.
createPeerName(int) - Method in class jadex.micro.benchmarks.ParallelAgentCreationAgent
Create a name for a peer with a given number.
CreatureActionComparator - Class in jadex.micro.examples.hunterprey
Sort creature actions to execute hunters before preys.
CreatureActionComparator(IEnvironmentSpace) - Constructor for class jadex.micro.examples.hunterprey.CreatureActionComparator
Create a new creature action comparator.
cs - Variable in class jadex.micro.examples.chat.ChatAgent
The chat service.
current - Variable in class jadex.micro.benchmarks.MessagePerformanceAgent
The current message number sent.

D

data - Variable in class jadex.micro.examples.mandelbrot.AreaData
The result data.
data - Variable in class jadex.micro.examples.mandelbrot.DisplayPanel
The latest area data used for determining original coordinates of painted regions.
date - Variable in class jadex.micro.examples.helpline.InformationEntry
The date of the information.
deletePeers(int, long, double, double, long, double, int, IMicroExternalAccess, boolean) - Method in class jadex.micro.benchmarks.AgentCreationAgent
Delete all peers from last-1 to first.
determineColor(double, double, int) - Method in class jadex.micro.examples.mandelbrot.CalculateService
Determine the color of a point.
DFTestAgent - Class in jadex.micro.testcases
Test DF usage from micro agent.
DFTestAgent() - Constructor for class jadex.micro.testcases.DFTestAgent
 
dif - Variable in class jadex.micro.examples.ping.PingingAgent
The difference between sent messages and received replies.
DiffusionProcess - Class in jadex.micro.examples.heatbugs
Diffusion process.
DiffusionProcess() - Constructor for class jadex.micro.examples.heatbugs.DiffusionProcess
 
DIRECTION_DOWN - Static variable in class jadex.micro.examples.hunterprey.MoveAction
The move direction down.
DIRECTION_LEFT - Static variable in class jadex.micro.examples.hunterprey.MoveAction
The move direction left.
DIRECTION_NONE - Static variable in class jadex.micro.examples.hunterprey.MoveAction
Placeholder for "no move" action.
DIRECTION_RIGHT - Static variable in class jadex.micro.examples.hunterprey.MoveAction
The move direction right.
DIRECTION_UP - Static variable in class jadex.micro.examples.hunterprey.MoveAction
The move direction up.
DisplayAgent - Class in jadex.micro.examples.mandelbrot
Agent offering a display service.
DisplayAgent() - Constructor for class jadex.micro.examples.mandelbrot.DisplayAgent
 
displayIntermediateResult(ProgressData) - Method in class jadex.micro.examples.mandelbrot.DisplayService
Display intermediate calculation results.
displayIntermediateResult(ProgressData) - Method in interface jadex.micro.examples.mandelbrot.IDisplayService
Display intermediate calculation results.
DisplayPanel - Class in jadex.micro.examples.mandelbrot
Panel for displaying calculated results.
DisplayPanel(IServiceProvider) - Constructor for class jadex.micro.examples.mandelbrot.DisplayPanel
Create a new display panel.
displayResult(AreaData) - Method in class jadex.micro.examples.mandelbrot.DisplayService
Display the result of a calculation.
displayResult(AreaData) - Method in interface jadex.micro.examples.mandelbrot.IDisplayService
Display the result of a calculation.
DisplayService - Class in jadex.micro.examples.mandelbrot
The service allows displaying results in the frame managed by the service providing agent.
DisplayService(DisplayAgent) - Constructor for class jadex.micro.examples.mandelbrot.DisplayService
Create a new display service.
distributeWork(AreaData, Collection, IDisplayService, Future) - Method in class jadex.micro.examples.mandelbrot.GenerateService
Distribute the work to different worker services.
divZero() - Method in interface jadex.micro.examples.remoteservice.IMathService
Tests a method that throws an exception.
divZero() - Method in class jadex.micro.examples.remoteservice.MathService
Tests a method that throws an exception.
dragImage() - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Drag the image according to current drag settings.
DynamicServiceAgent - Class in jadex.micro.examples
An agent that dynamically adds services at runtime.
DynamicServiceAgent() - Constructor for class jadex.micro.examples.DynamicServiceAgent
 
DynamicServiceAgent.DummyService - Class in jadex.micro.examples
 
DynamicServiceAgent.DummyService(IServiceProvider) - Constructor for class jadex.micro.examples.DynamicServiceAgent.DummyService
 
DynamicServiceAgent.IDummyService - Interface in jadex.micro.examples
 

E

EatAction - Class in jadex.micro.examples.hunterprey
Action for eating food or another creature.
EatAction() - Constructor for class jadex.micro.examples.hunterprey.EatAction
 
EchoAgent - Class in jadex.micro.examples.ping
Sends back the same message it received.
EchoAgent() - Constructor for class jadex.micro.examples.ping.EchoAgent
 
EMIT_HEAT - Static variable in class jadex.micro.examples.heatbugs.MoveAction
The constant identifier for this action.
enddrag - Variable in class jadex.micro.examples.mandelbrot.DisplayPanel
End point for dragging (if any).
env - Variable in class jadex.micro.examples.hunterprey.MicroPreyAgent
The environment.
equals(Object) - Method in class jadex.micro.examples.helpline.InformationEntry
Test if equal to another object.
equals(Object) - Method in class jadex.micro.examples.mandelbrot.ProgressData
Test if two objects are equal.
evaluateMove(IVector2) - Method in interface jadex.micro.examples.hunterprey.MoveAction.IMoveEvaluator
Evaluate the move to the given position.
evaluateMoves(Grid2D, IVector2, MoveAction.IMoveEvaluator) - Static method in class jadex.micro.examples.hunterprey.MoveAction
Get the best move.
ExceptionAgent - Class in jadex.micro.testcases
 
ExceptionAgent() - Constructor for class jadex.micro.testcases.ExceptionAgent
 
execute(IClockService, IEnvironmentSpace) - Method in class jadex.micro.examples.gameoflife.GameOfLifeProcess
Executes the environment process
execute(IClockService, IEnvironmentSpace) - Method in class jadex.micro.examples.heatbugs.DiffusionProcess
Executes the environment process
executeBody() - Method in class jadex.micro.benchmarks.AgentCreationAgent
Execute an agent step.
executeBody() - Method in class jadex.micro.benchmarks.MessagePerformanceAgent
Execute an agent step.
executeBody() - Method in class jadex.micro.benchmarks.ParallelAgentCreationAgent
Execute an agent step.
executeBody() - Method in class jadex.micro.benchmarks.TreeStressTestAgent
Execute the agent.
executeBody() - Method in class jadex.micro.examples.BreakpointAgent
Execute a series of steps.
executeBody() - Method in class jadex.micro.examples.compositeservice.UserAgent
Execute the functional body of the agent.
executeBody() - Method in class jadex.micro.examples.CountingAgent
Execute a series of steps.
executeBody() - Method in class jadex.micro.examples.DynamicServiceAgent
Perform the agents actions.
executeBody() - Method in class jadex.micro.examples.ExternalAccessInvokerAgent
Execute the functional body of the agent.
executeBody() - Method in class jadex.micro.examples.fireflies.FireflyAgent
Execute an agent step.
executeBody() - Method in class jadex.micro.examples.heatbugs.HeatbugAgent
Execute an agent step.
executeBody() - Method in class jadex.micro.examples.helloworld.HelloWorldAgent
Execute an agent step.
executeBody() - Method in class jadex.micro.examples.hunterprey.MicroPreyAgent
Execute a step.
executeBody() - Method in class jadex.micro.examples.mandelbrot.CalculateAgent
Execute the body.
executeBody() - Method in class jadex.micro.examples.ping.PingingAgent
Execute the body.
executeBody() - Method in class jadex.micro.examples.remoteservice.ScenarioAgent
Execute the body.
executeBody() - Method in class jadex.micro.examples.remoteservice.UserAgent
Execute the functional body of the agent.
executeBody() - Method in class jadex.micro.examples.ResultAgent
Execute an agent step.
executeBody() - Method in class jadex.micro.testcases.DFTestAgent
At startup register the agent at the DF.
executeBody() - Method in class jadex.micro.testcases.ExceptionAgent
 
executeBody() - Method in class jadex.micro.testcases.SimpleTestAgent
Just finish the test by setting the result and killing the agent.
ExternalAccessInvokerAgent - Class in jadex.micro.examples
Agent that opens a component selector dialog and then executes a step on the selected component.
ExternalAccessInvokerAgent() - Constructor for class jadex.micro.examples.ExternalAccessInvokerAgent
 

F

finished - Variable in class jadex.micro.examples.mandelbrot.ProgressData
The state (finished or not).
FireflyAgent - Class in jadex.micro.examples.fireflies
The firefly agent.
FireflyAgent() - Constructor for class jadex.micro.examples.fireflies.FireflyAgent
 
food - Variable in class jadex.micro.examples.hunterprey.MicroPreyAgent
The nearest food (if any).

G

GameOfLifeProcess - Class in jadex.micro.examples.gameoflife
Environment process for creating wastes.
GameOfLifeProcess() - Constructor for class jadex.micro.examples.gameoflife.GameOfLifeProcess
 
GenerateAgent - Class in jadex.micro.examples.mandelbrot
Agent that can process generate requests.
GenerateAgent() - Constructor for class jadex.micro.examples.mandelbrot.GenerateAgent
 
generateArea(AreaData) - Method in class jadex.micro.examples.mandelbrot.GenerateService
Generate a specific area using a defined x and y size.
generateArea(AreaData) - Method in interface jadex.micro.examples.mandelbrot.IGenerateService
Generate a specific area using a defined x and y size.
GeneratePanel - Class in jadex.micro.examples.mandelbrot
The panel for controlling the generator.
GeneratePanel(IExternalAccess) - Constructor for class jadex.micro.examples.mandelbrot.GeneratePanel
Create a new panel.
GenerateService - Class in jadex.micro.examples.mandelbrot
Generate service implementation.
GenerateService(GenerateAgent, GeneratePanel) - Constructor for class jadex.micro.examples.mandelbrot.GenerateService
Create a new service.
getArea() - Method in class jadex.micro.examples.mandelbrot.ProgressData
Get the area.
getAvoidanceDirection(Grid2D, IVector2, ISpaceObject[]) - Static method in class jadex.micro.examples.hunterprey.MoveAction
Move to stay away from the given objects.
getCalculateServices(GenerateAgent, int) - Static method in class jadex.micro.examples.mandelbrot.GenerateService
Get (and create) the calculate services.
getChatService() - Method in class jadex.micro.examples.chat.ChatAgent
Get the chat service.
getComponent() - Method in class jadex.micro.examples.helpline.HelplineViewerPanel
The component to be shown in the gui.
getData() - Method in class jadex.micro.examples.mandelbrot.AreaData
Get the data.
getDate() - Method in class jadex.micro.examples.helpline.InformationEntry
Get the date.
getDirection(Grid2D, IVector2, IVector2) - Static method in class jadex.micro.examples.hunterprey.MoveAction
Get the best way to go towards a direction.
getId() - Method in class jadex.micro.examples.mandelbrot.AreaData
Get the id.
getImageHeight() - Method in class jadex.micro.examples.mandelbrot.ProgressData
Get the imageheight.
getImageWidth() - Method in class jadex.micro.examples.mandelbrot.ProgressData
Get the imagewidth.
getInformation(String) - Method in class jadex.micro.examples.helpline.HelplineAgent
Get all locally stored information about a person.
getInformation(String, boolean) - Method in class jadex.micro.examples.helpline.HelplinePanel
Get all information about a person.
getInformation(String) - Method in class jadex.micro.examples.helpline.HelplineService
Get all locally stored information about a person.
getInformation(String) - Method in interface jadex.micro.examples.helpline.IHelpline
Get all locally stored information about a person.
getInformation() - Method in class jadex.micro.examples.helpline.InformationEntry
Get the information.
getInnerBounds(boolean) - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Get the bounds with respect to insets (if any).
getMax() - Method in class jadex.micro.examples.mandelbrot.AreaData
Get the max value.
getMetaInfo() - Static method in class jadex.micro.benchmarks.AgentCreationAgent
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.micro.benchmarks.MessagePerformanceAgent
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.micro.benchmarks.ParallelAgentCreationAgent
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.micro.benchmarks.TreeStressTestAgent
Info about the agent.
getMetaInfo() - Static method in class jadex.micro.examples.BreakpointAgent
Add the 'testresults' marking this agent as a testcase.
getMetaInfo() - Static method in class jadex.micro.examples.chat.ChatAgent
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.micro.examples.compositeservice.CalculatorAgent
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.micro.examples.CountingAgent
Add the 'testresults' marking this agent as a testcase.
getMetaInfo() - Static method in class jadex.micro.examples.helloworld.HelloWorldAgent
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.micro.examples.helpline.HelplineAgent
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.micro.examples.mandelbrot.CalculateAgent
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.micro.examples.mandelbrot.DisplayAgent
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.micro.examples.mandelbrot.GenerateAgent
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.micro.examples.ping.PingingAgent
Get the agent meta info.
getMetaInfo() - Static method in class jadex.micro.examples.ResultAgent
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.micro.testcases.DFTestAgent
Add the 'testresults' marking this agent as a testcase.
getMetaInfo() - Static method in class jadex.micro.testcases.SimpleTestAgent
Add the 'testresults' marking this agent as a testcase.
getMinimumSize() - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Get the desired size of the panel.
getName() - Method in class jadex.micro.examples.helpline.InformationEntry
Get the name.
getNearestFood() - Method in class jadex.micro.examples.hunterprey.MicroPreyAgent
Get the known food.
getPanel() - Method in class jadex.micro.examples.mandelbrot.DisplayAgent
Get the display panel.
getParallel() - Method in class jadex.micro.examples.mandelbrot.AreaData
Get the par.
getPi() - Method in interface jadex.micro.examples.remoteservice.IMathService
Tests a constant call, i.e. call without parameters are assumed to be constant so that their value can be cached on local side.
getPi() - Method in class jadex.micro.examples.remoteservice.MathService
Tests a constant call, i.e. call without parameters are assumed to be constant so that their value can be cached on local side.
getPossibleDirections(Grid2D, IVector2) - Static method in class jadex.micro.examples.hunterprey.MoveAction
Get the possible moves.
getPreferredSize() - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Get the desired size of the panel.
getProgress() - Method in class jadex.micro.examples.mandelbrot.CalculateAgent
Get the current progress.
getProgress(Object) - Method in interface jadex.micro.examples.mandelbrot.IProgressService
Get the progress (percentage as integer) of a given task.
getProgress(Object) - Method in class jadex.micro.examples.mandelbrot.ProgressService
Get the progress (percentage as integer) of a given task.
getProviderId() - Method in class jadex.micro.examples.mandelbrot.ProgressData
Get the provider id.
getSizeX() - Method in class jadex.micro.examples.mandelbrot.AreaData
Get the sizex.
getSizeY() - Method in class jadex.micro.examples.mandelbrot.AreaData
Get the sizey.
getStatusBar() - Method in class jadex.micro.examples.mandelbrot.GeneratePanel
Get the sb.
getTaskId() - Method in class jadex.micro.examples.mandelbrot.CalculateAgent
Get the current task id.
getTaskId() - Method in class jadex.micro.examples.mandelbrot.ProgressData
Get the task id.
getTaskSize() - Method in class jadex.micro.examples.mandelbrot.AreaData
Get the tasksize.
getText() - Method in class jadex.micro.benchmarks.Message
Get the text.
getXEnd() - Method in class jadex.micro.examples.mandelbrot.AreaData
Get the xend.
getXStart() - Method in class jadex.micro.examples.mandelbrot.AreaData
Get the xstart.
getYEnd() - Method in class jadex.micro.examples.mandelbrot.AreaData
Get the yend.
getYStart() - Method in class jadex.micro.examples.mandelbrot.AreaData
Get the ystart.

H

hadjob - Variable in class jadex.micro.examples.mandelbrot.CalculateAgent
Flag indicating that the agent had a job.
hashCode() - Method in class jadex.micro.examples.helpline.InformationEntry
Get the hashcode.
hashCode() - Method in class jadex.micro.examples.mandelbrot.ProgressData
Calculate the hash code.
hear(String, String) - Method in class jadex.micro.examples.chat.ChatService
Hear something.
hear(String, String) - Method in interface jadex.micro.examples.chat.IChatService
Hear something.
HeatbugAgent - Class in jadex.micro.examples.heatbugs
The heatbug agent.
HeatbugAgent() - Constructor for class jadex.micro.examples.heatbugs.HeatbugAgent
 
HelloWorldAgent - Class in jadex.micro.examples.helloworld
The micro version of the hello world agent.
HelloWorldAgent() - Constructor for class jadex.micro.examples.helloworld.HelloWorldAgent
 
HelplineAgent - Class in jadex.micro.examples.helpline
Helpline micro agent.
HelplineAgent() - Constructor for class jadex.micro.examples.helpline.HelplineAgent
 
HelplinePanel - Class in jadex.micro.examples.helpline
Helpline gui that allows searching for person info and adding new info.
HelplinePanel(IMicroExternalAccess) - Constructor for class jadex.micro.examples.helpline.HelplinePanel
Create a new gui.
HelplineService - Class in jadex.micro.examples.helpline
Helpline service implementation.
HelplineService(HelplineAgent) - Constructor for class jadex.micro.examples.helpline.HelplineService
Create a new helpline service.
HelplineViewerPanel - Class in jadex.micro.examples.helpline
Panel for the helpline view.
HelplineViewerPanel() - Constructor for class jadex.micro.examples.helpline.HelplineViewerPanel
 
HELPTEXT - Static variable in class jadex.micro.examples.mandelbrot.DisplayPanel
The help text.

I

IAddService - Interface in jadex.micro.examples.compositeservice
 
ICalculateService - Interface in jadex.micro.examples.mandelbrot
Interface for calculating an area of points.
IChatService - Interface in jadex.micro.examples.chat
Service can receive chat messages.
id - Variable in class jadex.micro.examples.mandelbrot.AreaData
The id.
ideal_temp - Variable in class jadex.micro.examples.heatbugs.HeatbugAgent
The desired temperature.
IDisplayService - Interface in jadex.micro.examples.mandelbrot
Service for displaying the result of a calculation.
IGenerateService - Interface in jadex.micro.examples.mandelbrot
Service for generating a specific area.
IHelpline - Interface in jadex.micro.examples.helpline
Basic interface for helpline.
image - Variable in class jadex.micro.examples.mandelbrot.DisplayPanel
The current image derived from the results.
imageheight - Variable in class jadex.micro.examples.mandelbrot.ProgressData
The image height.
imagewidth - Variable in class jadex.micro.examples.mandelbrot.ProgressData
The image width.
IMathService - Interface in jadex.micro.examples.remoteservice
Simple interface for a component service.
information - Variable in class jadex.micro.examples.helpline.InformationEntry
The information.
InformationEntry - Class in jadex.micro.examples.helpline
Simple struct storing information about a person.
InformationEntry() - Constructor for class jadex.micro.examples.helpline.InformationEntry
 
InformationEntry(String, String, long) - Constructor for class jadex.micro.examples.helpline.InformationEntry
 
infos - Variable in class jadex.micro.examples.helpline.HelplineAgent
The map of information.
init(IControlCenter, IExternalAccess) - Method in class jadex.micro.examples.helpline.HelplineViewerPanel
Called once to initialize the panel.
invokeAddService(String, IMathService) - Method in class jadex.micro.examples.remoteservice.UserAgent
Invoke some add methods for testing.
IProgressService - Interface in jadex.micro.examples.mandelbrot
Interface for getting information about the progress of a task.
isAtBreakpoint(String[]) - Method in class jadex.micro.examples.BreakpointAgent
Return true, when a breakpoint was hit.
isAtBreakpoint(String[]) - Method in class jadex.micro.examples.CountingAgent
Return true, when a breakpoint was hit.
isConfidential() - Method in class jadex.micro.benchmarks.Message
Set the confidential flag.
isFinished() - Method in class jadex.micro.examples.mandelbrot.ProgressData
Check if calculation is finished.
isHadJob() - Method in class jadex.micro.examples.mandelbrot.CalculateAgent
Get the hadjob.
ISubService - Interface in jadex.micro.examples.compositeservice
 

J

jadex.micro.benchmarks - package jadex.micro.benchmarks
 
jadex.micro.examples - package jadex.micro.examples
 
jadex.micro.examples.chat - package jadex.micro.examples.chat
 
jadex.micro.examples.compositeservice - package jadex.micro.examples.compositeservice
 
jadex.micro.examples.fireflies - package jadex.micro.examples.fireflies
 
jadex.micro.examples.gameoflife - package jadex.micro.examples.gameoflife
 
jadex.micro.examples.heatbugs - package jadex.micro.examples.heatbugs
 
jadex.micro.examples.helloworld - package jadex.micro.examples.helloworld
 
jadex.micro.examples.helpline - package jadex.micro.examples.helpline
 
jadex.micro.examples.hunterprey - package jadex.micro.examples.hunterprey
 
jadex.micro.examples.mandelbrot - package jadex.micro.examples.mandelbrot
 
jadex.micro.examples.ping - package jadex.micro.examples.ping
 
jadex.micro.examples.remoteservice - package jadex.micro.examples.remoteservice
 
jadex.micro.testcases - package jadex.micro.testcases
 

K

killLastPeer(int, long, double, double, long, double, IMicroExternalAccess) - Method in class jadex.micro.benchmarks.AgentCreationAgent
Kill the last peer and print out the results.

L

lastdir - Variable in class jadex.micro.examples.hunterprey.MicroPreyAgent
The last move direction (if any).
lasttick - Variable in class jadex.micro.examples.gameoflife.GameOfLifeProcess
The last tick.
lasttick - Variable in class jadex.micro.examples.heatbugs.DiffusionProcess
The last tick.
lf - Static variable in class jadex.micro.examples.chat.ChatPanel
The linefeed separator.
listener - Variable in class jadex.micro.examples.hunterprey.MicroPreyAgent
The result listener starting the next action.
listeners - Variable in class jadex.micro.examples.chat.ChatService
The listeners.

M

main(String[]) - Static method in class jadex.micro.examples.remoteservice.StartScenario
Main for starting hello world agent.
MathAgent - Class in jadex.micro.examples.remoteservice
Simple agent that offers the math service.
MathAgent() - Constructor for class jadex.micro.examples.remoteservice.MathAgent
 
MathService - Class in jadex.micro.examples.remoteservice
Simple implementation of the math interface.
MathService(IServiceProvider) - Constructor for class jadex.micro.examples.remoteservice.MathService
Create a new add service.
max - Variable in class jadex.micro.examples.mandelbrot.AreaData
The max value where iteration is stopped.
Message - Class in jadex.micro.benchmarks
 
Message() - Constructor for class jadex.micro.benchmarks.Message
Create a new message.
Message(String, boolean) - Constructor for class jadex.micro.benchmarks.Message
Create a new message.
messageArrived(Map, MessageType) - Method in class jadex.micro.benchmarks.MessagePerformanceAgent
Called on message arrival.
messageArrived(Map, MessageType) - Method in class jadex.micro.examples.ping.EchoAgent
Send same message back to the sender.
messageArrived(Map, MessageType) - Method in class jadex.micro.examples.ping.PingAgent
Send a reply to the sender.
messageArrived(Map, MessageType) - Method in class jadex.micro.examples.ping.PingingAgent
Called when a message arrives.
messageArrived(Map, MessageType) - Method in class jadex.micro.testcases.DFTestAgent
 
MessagePerformanceAgent - Class in jadex.micro.benchmarks
Test message performance.
MessagePerformanceAgent() - Constructor for class jadex.micro.benchmarks.MessagePerformanceAgent
 
MicroPreyAgent - Class in jadex.micro.examples.hunterprey
Simple agent participating in hunter prey.
MicroPreyAgent() - Constructor for class jadex.micro.examples.hunterprey.MicroPreyAgent
 
MicroPreyVisionProcessor - Class in jadex.micro.examples.hunterprey
Dumb prey vision processer.
MicroPreyVisionProcessor() - Constructor for class jadex.micro.examples.hunterprey.MicroPreyVisionProcessor
 
MoveAction - Class in jadex.micro.examples.fireflies
Action for moving a bug to one of its neighbor fields.
MoveAction() - Constructor for class jadex.micro.examples.fireflies.MoveAction
 
MoveAction - Class in jadex.micro.examples.heatbugs
Action for moving a bug to one of its neighbor fields.
MoveAction() - Constructor for class jadex.micro.examples.heatbugs.MoveAction
 
MoveAction - Class in jadex.micro.examples.hunterprey
Action allowing a creature to move.
MoveAction() - Constructor for class jadex.micro.examples.hunterprey.MoveAction
 
MoveAction.IMoveEvaluator - Interface in jadex.micro.examples.hunterprey
Interface for evaluating moves.
myself - Variable in class jadex.micro.examples.hunterprey.MicroPreyAgent
The creature's self representation.
mytemp - Variable in class jadex.micro.examples.heatbugs.HeatbugAgent
The current temperature.

N

name - Variable in class jadex.micro.examples.helpline.InformationEntry
The person's name.

P

paintComponent(Graphics) - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Paint the results.
panel - Variable in class jadex.micro.examples.helpline.HelplineViewerPanel
The panel.
panel - Variable in class jadex.micro.examples.mandelbrot.DisplayAgent
The GUI.
panel - Variable in class jadex.micro.examples.mandelbrot.GenerateService
The generate panel.
par - Variable in class jadex.micro.examples.mandelbrot.AreaData
The number of parallel workers.
ParallelAgentCreationAgent - Class in jadex.micro.benchmarks
Agent creation benchmark.
ParallelAgentCreationAgent() - Constructor for class jadex.micro.benchmarks.ParallelAgentCreationAgent
 
PARAMETER_CLOCK - Static variable in class jadex.micro.examples.fireflies.MoveAction
The clock parameter.
PARAMETER_DIRECTION - Static variable in class jadex.micro.examples.fireflies.MoveAction
The direction parameter.
PARAMETER_DIRECTION - Static variable in class jadex.micro.examples.hunterprey.MoveAction
The move direction parameter.
PARAMETER_HEAT - Static variable in class jadex.micro.examples.heatbugs.MoveAction
 
PARAMETER_POSITION - Static variable in class jadex.micro.examples.fireflies.MoveAction
The position parameter.
PARAMETER_POSITION - Static variable in class jadex.micro.examples.heatbugs.MoveAction
The position parameter.
perform(Map, IEnvironmentSpace) - Method in class jadex.micro.examples.fireflies.MoveAction
Perform an action.
perform(Map, IEnvironmentSpace) - Method in class jadex.micro.examples.heatbugs.MoveAction
Perform an action.
perform(Map, IEnvironmentSpace) - Method in class jadex.micro.examples.hunterprey.EatAction
Performs the action.
perform(Map, IEnvironmentSpace) - Method in class jadex.micro.examples.hunterprey.MoveAction
Performs the action.
PingAgent - Class in jadex.micro.examples.ping
Answer ping requests.
PingAgent() - Constructor for class jadex.micro.examples.ping.PingAgent
 
PingingAgent - Class in jadex.micro.examples.ping
Agent that pings another and waits for its replies.
PingingAgent() - Constructor for class jadex.micro.examples.ping.PingingAgent
 
point - Variable in class jadex.micro.examples.mandelbrot.DisplayPanel
The current selection start point (if any).
pp - Variable in class jadex.micro.examples.mandelbrot.GeneratePanel
The properties panel.
printMessage(String) - Method in interface jadex.micro.examples.remoteservice.IMathService
Tests a void message call (default is asynchronous).
printMessage(String) - Method in class jadex.micro.examples.remoteservice.MathService
Print out some message.
processPercept(IEnvironmentSpace, String, Object, IComponentIdentifier, ISpaceObject) - Method in class jadex.micro.examples.hunterprey.MicroPreyVisionProcessor
Process a new percept.
progress - Variable in class jadex.micro.examples.mandelbrot.CalculateAgent
Progress of the current job.
progressdata - Variable in class jadex.micro.examples.mandelbrot.DisplayPanel
Progress data objects, available only when calculating (progress data -> percent finished).
ProgressData - Class in jadex.micro.examples.mandelbrot
Object representing information about an ongoing calculation.
ProgressData() - Constructor for class jadex.micro.examples.mandelbrot.ProgressData
Bean constructor.
ProgressData(IComponentIdentifier, Object, Rectangle, boolean, int, int) - Constructor for class jadex.micro.examples.mandelbrot.ProgressData
Create a new ProgressData.
ProgressService - Class in jadex.micro.examples.mandelbrot
Progress service implementation.
ProgressService(CalculateAgent) - Constructor for class jadex.micro.examples.mandelbrot.ProgressService
Create a new service.
progressupdate - Variable in class jadex.micro.examples.mandelbrot.DisplayPanel
Progress update timer.
PROPERTY_LASTPOS - Static variable in class jadex.micro.examples.hunterprey.MoveAction
The last position property (only for hunters).
PROPERTY_POINTS - Static variable in class jadex.micro.examples.hunterprey.EatAction
The property for the points of a creature.
provider - Variable in class jadex.micro.examples.mandelbrot.DisplayPanel
The service provider.
providerid - Variable in class jadex.micro.examples.mandelbrot.ProgressData
The provider id.

R

randomchance - Variable in class jadex.micro.examples.heatbugs.HeatbugAgent
The probability of a random move.
range - Variable in class jadex.micro.examples.mandelbrot.DisplayPanel
The current selection range (if any).
received - Variable in class jadex.micro.benchmarks.MessagePerformanceAgent
The received messages.
receiver - Variable in class jadex.micro.examples.ping.PingingAgent
The receiver.
refreshServicesCombo(JComboBox, boolean) - Method in class jadex.micro.examples.helpline.HelplinePanel
Refresh the service combo box.
registerDF() - Method in class jadex.micro.testcases.DFTestAgent
Register the agent at the DF.
removeChangeListener(IChangeListener) - Method in class jadex.micro.examples.chat.ChatService
Remove a change listener.
reports - Variable in class jadex.micro.testcases.DFTestAgent
The reports of executed tests, used as result.
ResultAgent - Class in jadex.micro.examples
 
ResultAgent() - Constructor for class jadex.micro.examples.ResultAgent
 

S

sb - Variable in class jadex.micro.examples.mandelbrot.GeneratePanel
The status bar.
scaleToFit(Rectangle, int, int) - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Calculate draw area for image.
ScenarioAgent - Class in jadex.micro.examples.remoteservice
Just for starting the scenario.
ScenarioAgent() - Constructor for class jadex.micro.examples.remoteservice.ScenarioAgent
 
searchDF() - Method in class jadex.micro.testcases.DFTestAgent
Search for the agent at the DF.
sent - Variable in class jadex.micro.examples.ping.PingingAgent
Hashset with conversation ids of sent messages.
setArea(Rectangle) - Method in class jadex.micro.examples.mandelbrot.ProgressData
Set the area.
setColorScheme(DisplayPanel, DefaultListModel) - Method in class jadex.micro.examples.mandelbrot.ColorChooserPanel
Set the current color scheme on the panel.
setColorScheme(Color[]) - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Set the color scheme.
setConfidential(boolean) - Method in class jadex.micro.benchmarks.Message
Set the confidential flag.
setData(int[][]) - Method in class jadex.micro.examples.mandelbrot.AreaData
Set the data.
setDate(long) - Method in class jadex.micro.examples.helpline.InformationEntry
Set the date.
setFinished(boolean) - Method in class jadex.micro.examples.mandelbrot.ProgressData
Set the finished flag.
setHadJob(boolean) - Method in class jadex.micro.examples.mandelbrot.CalculateAgent
Set the hadjob.
setId(Object) - Method in class jadex.micro.examples.mandelbrot.AreaData
Set the id.
setImageHeight(int) - Method in class jadex.micro.examples.mandelbrot.ProgressData
Set the imageheight.
setImageWidth(int) - Method in class jadex.micro.examples.mandelbrot.ProgressData
Set the imagewidth.
setInformation(String) - Method in class jadex.micro.examples.helpline.InformationEntry
Set the information.
setMax(int) - Method in class jadex.micro.examples.mandelbrot.AreaData
Set the max value.
setName(String) - Method in class jadex.micro.examples.helpline.InformationEntry
Set the name.
setNearestFood(ISpaceObject) - Method in class jadex.micro.examples.hunterprey.MicroPreyAgent
Set the known food.
setParallel(int) - Method in class jadex.micro.examples.mandelbrot.AreaData
Set the par.
setProgress(int) - Method in class jadex.micro.examples.mandelbrot.CalculateAgent
Set the current progress.
setProviderId(IComponentIdentifier) - Method in class jadex.micro.examples.mandelbrot.ProgressData
Set the provider id.
setResults(AreaData) - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Set new results.
setSizeX(int) - Method in class jadex.micro.examples.mandelbrot.AreaData
Set the sizex.
setSizeY(int) - Method in class jadex.micro.examples.mandelbrot.AreaData
Set the sizey.
setTaskId(Object) - Method in class jadex.micro.examples.mandelbrot.CalculateAgent
Set the current task id.
setTaskId(Object) - Method in class jadex.micro.examples.mandelbrot.ProgressData
Set the task id.
setTaskSize(int) - Method in class jadex.micro.examples.mandelbrot.AreaData
Set the tasksize.
setText(String) - Method in class jadex.micro.benchmarks.Message
Set the text.
setXEnd(double) - Method in class jadex.micro.examples.mandelbrot.AreaData
Set the xend.
setXStart(double) - Method in class jadex.micro.examples.mandelbrot.AreaData
Set the xstart.
setYEnd(double) - Method in class jadex.micro.examples.mandelbrot.AreaData
Set the yend.
setYStart(double) - Method in class jadex.micro.examples.mandelbrot.AreaData
Set the ystart.
shutdown(IEnvironmentSpace) - Method in class jadex.micro.examples.gameoflife.GameOfLifeProcess
This method will be executed by the object before the process is removed from the execution queue.
shutdown(IEnvironmentSpace) - Method in class jadex.micro.examples.heatbugs.DiffusionProcess
This method will be executed by the object before the process is removed from the execution queue.
SimpleTestAgent - Class in jadex.micro.testcases
A minimal test case agent serving as a demonstrator.
SimpleTestAgent() - Constructor for class jadex.micro.testcases.SimpleTestAgent
 
sizex - Variable in class jadex.micro.examples.mandelbrot.AreaData
The x size.
sizey - Variable in class jadex.micro.examples.mandelbrot.AreaData
The y size.
space - Variable in class jadex.micro.examples.hunterprey.CreatureActionComparator
The space.
start(IClockService, IEnvironmentSpace) - Method in class jadex.micro.examples.gameoflife.GameOfLifeProcess
This method will be executed by the object before the process gets added to the execution queue.
start(IClockService, IEnvironmentSpace) - Method in class jadex.micro.examples.heatbugs.DiffusionProcess
This method will be executed by the object before the process gets added to the execution queue.
startdrag - Variable in class jadex.micro.examples.mandelbrot.DisplayPanel
Start point for dragging (if any).
StartScenario - Class in jadex.micro.examples.remoteservice
Start two Jadex platforms and one agent on each platform.
StartScenario() - Constructor for class jadex.micro.examples.remoteservice.StartScenario
 
startScenario(String[]) - Static method in class jadex.micro.examples.remoteservice.StartScenario
Start the scenario.
starttime - Variable in class jadex.micro.benchmarks.MessagePerformanceAgent
The start time.
step - Variable in class jadex.micro.examples.BreakpointAgent
The current step.
step1(Map) - Method in class jadex.micro.benchmarks.AgentCreationAgent
Execute the first step.
sub(double, double) - Method in interface jadex.micro.examples.compositeservice.ISubService
 
sub(double, double) - Method in class jadex.micro.examples.compositeservice.SubService
 
SubService - Class in jadex.micro.examples.compositeservice
 
SubService(IServiceProvider) - Constructor for class jadex.micro.examples.compositeservice.SubService
 

T

taskid - Variable in class jadex.micro.examples.mandelbrot.CalculateAgent
Id of the current job.
taskid - Variable in class jadex.micro.examples.mandelbrot.ProgressData
The task id.
tasksize - Variable in class jadex.micro.examples.mandelbrot.AreaData
The tasksize of a task (in pixel/points).
tell(String, String) - Method in class jadex.micro.examples.chat.ChatService
Tell something.
text - Variable in class jadex.micro.benchmarks.Message
The message text.
toString() - Method in class jadex.micro.examples.chat.ChatService
Get the string representation.
toString() - Method in class jadex.micro.examples.DynamicServiceAgent.DummyService
 
toString() - Method in interface jadex.micro.examples.DynamicServiceAgent.IDummyService
 
toString() - Method in class jadex.micro.examples.helpline.HelplineService
Get the string representation.
toString() - Method in class jadex.micro.examples.mandelbrot.AreaData
 
toString() - Method in class jadex.micro.examples.mandelbrot.ProgressData
String representation.
TreeStressTestAgent - Class in jadex.micro.benchmarks
Creates a complex tree structure of sub components.
TreeStressTestAgent() - Constructor for class jadex.micro.benchmarks.TreeStressTestAgent
 

U

unhappiness - Variable in class jadex.micro.examples.heatbugs.HeatbugAgent
The current unhappiness.
updateProperties(AreaData) - Method in class jadex.micro.examples.mandelbrot.GeneratePanel
Update the properties with new area data.
UserAgent - Class in jadex.micro.examples.compositeservice
 
UserAgent() - Constructor for class jadex.micro.examples.compositeservice.UserAgent
 
UserAgent - Class in jadex.micro.examples.remoteservice
Agent that invokes methods on a remote service.
UserAgent() - Constructor for class jadex.micro.examples.remoteservice.UserAgent
 

X

xend - Variable in class jadex.micro.examples.mandelbrot.AreaData
The x end.
xstart - Variable in class jadex.micro.examples.mandelbrot.AreaData
The x start.

Y

yend - Variable in class jadex.micro.examples.mandelbrot.AreaData
The y end.
ystart - Variable in class jadex.micro.examples.mandelbrot.AreaData
The y start.

Z

zoomImage(int, int, double) - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Zoom into the given location by the given factor.
zoomIntoRange() - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
Zoom into the selected range.

A B C D E F G H I J K L M N P R S T U X Y Z

Copyright © 2010. All Rights Reserved.