- AAgent - Class in jadex.micro.testcases
-
Simple test agent with one service.
- AAgent() - Constructor for class jadex.micro.testcases.AAgent
-
- add(int, int) - Method in interface jadex.micro.testcases.multiinvoke.IExampleService
-
Add two ints.
- add(List<Object[]>) - Method in interface jadex.micro.testcases.multiinvoke.IMultiplexExampleService
-
Perform a list of additions.
- add(int, int) - Method in class jadex.micro.testcases.multiinvoke.ProviderAgent
-
Add two ints.
- add(double, double) - Method in class jadex.micro.testcases.MultiServiceAgent
-
Add two numbers.
- add(double, double) - Method in class jadex.micro.testcases.semiautomatic.compositeservice.AddService
-
Add two numbers.
- add(double, double) - Method in interface jadex.micro.testcases.semiautomatic.compositeservice.IAddService
-
Add two numbers.
- add(double, double) - Method in class jadex.micro.testcases.semiautomatic.compositeservice.PojoAddService
-
Add two numbers.
- addB(int, int) - Method in interface jadex.micro.testcases.semiautomatic.remoteservice.IMathService
-
Tests a blocking call (should be avoided!).
- addB(int, int) - Method in class jadex.micro.testcases.semiautomatic.remoteservice.MathService
-
Tests a blocking call (should be avoided!).
- 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.
- addMessage(String) - Method in class jadex.micro.tutorial.ChatGuiD2
-
Method to add a new text message.
- addMessage(String) - Method in class jadex.micro.tutorial.ChatGuiD5
-
Method to add a new text message.
- addNB(int, int) - Method in interface jadex.micro.testcases.semiautomatic.remoteservice.IMathService
-
Tests a non-blocking call.
- addNB(int, int) - Method in class jadex.micro.testcases.semiautomatic.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.testcases.semiautomatic.compositeservice
-
Simple add service.
- AddService(IInternalAccess) - Constructor for class jadex.micro.testcases.semiautomatic.compositeservice.AddService
-
Create the service.
- agentBody() - Method in class jadex.micro.examples.messagequeue.replicated.ReplicatedMessageQueueAgent
-
- agentCreated() - Method in class jadex.micro.examples.helpline.HelplineAgent
-
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.messagequeue.MessageQueueAgent
-
Called on agent creation.
- agentCreated() - Method in class jadex.micro.examples.messagequeue.replicated.ReplicatedMessageQueueAgent
-
Called on agent creation.
- agentCreated() - Method in class jadex.micro.examples.watchdog.WatchdogAgent
-
Agent startup.
- agentCreated() - Method in class jadex.micro.testcases.BrokenInitAgent
-
Init the agent.
- agentCreated() - Method in class jadex.micro.testcases.DependendServicesAgent
-
Init code.
- agentCreated() - Method in class jadex.micro.testcases.PojoBrokenInitAgent
-
Init the agent.
- agentCreated() - Method in class jadex.micro.testcases.ProtectedBodyAgent
-
Init the agent.
- agentCreated() - Method in class jadex.micro.testcases.ProvidedServiceConfigurationsAgent
-
Agent created.
- agentCreated() - Method in class jadex.micro.testcases.RequiredServiceConfigurationsAgent
-
Agent created.
- agentCreated() - Method in class jadex.micro.testcases.semiautomatic.compositeservice.CorruptAdderAgent
-
- agentCreated() - Method in class jadex.micro.testcases.semiautomatic.CreatedBodyAgent
-
Init the service.
- agentCreated() - Method in class jadex.micro.testcases.semiautomatic.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.
- ALGORITHMS - Static variable in class jadex.micro.examples.mandelbrot.GenerateService
-
The available algorithms.
- AppProviderService - Class in jadex.micro.examples.mandelbrot
-
- AppProviderService() - Constructor for class jadex.micro.examples.mandelbrot.AppProviderService
-
- AreaData - Class in jadex.micro.examples.mandelbrot
-
Struct for calculation of a specific mandelbrot cutout.
- AreaData() - Constructor for class jadex.micro.examples.mandelbrot.AreaData
-
Create an empty area data.
- AreaData(double, double, double, double, int, int, short, int, int, IFractalAlgorithm, String) - Constructor for class jadex.micro.examples.mandelbrot.AreaData
-
Create a new area data.
- AreaData(double, double, double, double, int, int, int, int, short, int, int, IFractalAlgorithm, IComponentIdentifier, short[][], String) - Constructor for class jadex.micro.examples.mandelbrot.AreaData
-
Create a new area data.
- ArrayTest - Class in jadex.micro.examples.mandelbrot
-
Test ways of transferring short[][] arrays.
- ArrayTest() - Constructor for class jadex.micro.examples.mandelbrot.ArrayTest
-
- CAgent - Class in jadex.micro.testcases
-
Simple test agent with one service for testing parameter and result copying.
- CAgent() - Constructor for class jadex.micro.testcases.CAgent
-
- 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() - Constructor for class jadex.micro.examples.mandelbrot.CalculateService
-
- CalculatorAgent - Class in jadex.micro.testcases.semiautomatic.compositeservice
-
Calculator component that provides all services by itself.
- CalculatorAgent() - Constructor for class jadex.micro.testcases.semiautomatic.compositeservice.CalculatorAgent
-
- call() - Method in interface jadex.micro.benchmarks.servicecall.IServiceCallService
-
Dummy method for service call benchmark.
- call() - Method in class jadex.micro.benchmarks.servicecall.RawServiceCallService
-
Dummy method for service call benchmark.
- call() - Method in class jadex.micro.benchmarks.servicecall.ServiceCallService
-
Dummy method for service call benchmark.
- callService(IComponentIdentifier, boolean, int) - Method in class jadex.micro.testcases.securetrans.InitiatorAgent
-
Call the service methods.
- callService(IComponentIdentifier, boolean, int, int) - Method in class jadex.micro.testcases.threading.InitiatorAgent
-
Call the service methods.
- ChatB2Agent - Class in jadex.micro.tutorial
-
Chat micro agent.
- ChatB2Agent() - Constructor for class jadex.micro.tutorial.ChatB2Agent
-
- ChatBotF1Agent - Class in jadex.micro.tutorial
-
Chat bot replies to selected messages.
- ChatBotF1Agent() - Constructor for class jadex.micro.tutorial.ChatBotF1Agent
-
- ChatBotF2Agent - Class in jadex.micro.tutorial
-
Chat bot replies to selected messages.
- ChatBotF2Agent() - Constructor for class jadex.micro.tutorial.ChatBotF2Agent
-
- ChatBotF3Agent - Class in jadex.micro.tutorial
-
Chat bot replies to selected messages.
- ChatBotF3Agent() - Constructor for class jadex.micro.tutorial.ChatBotF3Agent
-
- ChatBotF4Agent - Class in jadex.micro.tutorial
-
Chat bot replies to selected messages.
- ChatBotF4Agent() - Constructor for class jadex.micro.tutorial.ChatBotF4Agent
-
- ChatC1Agent - Class in jadex.micro.tutorial
-
- ChatC1Agent() - Constructor for class jadex.micro.tutorial.ChatC1Agent
-
- ChatC2Agent - Class in jadex.micro.tutorial
-
Chat micro agent that uses the clock service.
- ChatC2Agent() - Constructor for class jadex.micro.tutorial.ChatC2Agent
-
- ChatC3Agent - Class in jadex.micro.tutorial
-
Chat micro agent that uses the clock service.
- ChatC3Agent() - Constructor for class jadex.micro.tutorial.ChatC3Agent
-
- ChatC4Agent - Class in jadex.micro.tutorial
-
Chat micro agent that search the factory for micro agents.
- ChatC4Agent() - Constructor for class jadex.micro.tutorial.ChatC4Agent
-
- ChatD1Agent - Class in jadex.micro.tutorial
-
Chat micro agent provides a basic chat service.
- ChatD1Agent() - Constructor for class jadex.micro.tutorial.ChatD1Agent
-
- ChatD2Agent - Class in jadex.micro.tutorial
-
Chat micro agent provides a basic chat service.
- ChatD2Agent() - Constructor for class jadex.micro.tutorial.ChatD2Agent
-
- ChatD3Agent - Class in jadex.micro.tutorial
-
Chat micro agent offers profile information.
- ChatD3Agent() - Constructor for class jadex.micro.tutorial.ChatD3Agent
-
- ChatD4Agent - Class in jadex.micro.tutorial
-
Chat micro agent with a spam interceptor.
- ChatD4Agent() - Constructor for class jadex.micro.tutorial.ChatD4Agent
-
- ChatD5Agent - Class in jadex.micro.tutorial
-
Chat micro agent with a .
- ChatD5Agent() - Constructor for class jadex.micro.tutorial.ChatD5Agent
-
- ChatE3Agent - Class in jadex.micro.tutorial
-
Chat micro agent with a .
- ChatE3Agent() - Constructor for class jadex.micro.tutorial.ChatE3Agent
-
- ChatE5Agent - Class in jadex.micro.tutorial
-
Chat micro agent with a .
- ChatE5Agent() - Constructor for class jadex.micro.tutorial.ChatE5Agent
-
- ChatGuiD2 - Class in jadex.micro.tutorial
-
Basic chat user interface.
- ChatGuiD2(IExternalAccess) - Constructor for class jadex.micro.tutorial.ChatGuiD2
-
Create the user interface
- ChatGuiD3 - Class in jadex.micro.tutorial
-
The chat gui with profile button.
- ChatGuiD3(IExternalAccess) - Constructor for class jadex.micro.tutorial.ChatGuiD3
-
Create the user interface
- ChatGuiD5 - Class in jadex.micro.tutorial
-
Basic chat user interface.
- ChatGuiD5(IExternalAccess) - Constructor for class jadex.micro.tutorial.ChatGuiD5
-
Create the user interface
- ChatServiceD1 - Class in jadex.micro.tutorial
-
Chat service implementation.
- ChatServiceD1() - Constructor for class jadex.micro.tutorial.ChatServiceD1
-
- ChatServiceD2 - Class in jadex.micro.tutorial
-
Chat service implementation.
- ChatServiceD2() - Constructor for class jadex.micro.tutorial.ChatServiceD2
-
- ChatServiceD3 - Class in jadex.micro.tutorial
-
This chat service can provide a user profile.
- ChatServiceD3() - Constructor for class jadex.micro.tutorial.ChatServiceD3
-
- ChatServiceD4 - Class in jadex.micro.tutorial
-
Chat service implementation.
- ChatServiceD4() - Constructor for class jadex.micro.tutorial.ChatServiceD4
-
- ChatServiceD5 - Class in jadex.micro.tutorial
-
The chat service.
- ChatServiceD5() - Constructor for class jadex.micro.tutorial.ChatServiceD5
-
- ChatServiceF1 - Class in jadex.micro.tutorial
-
Chat service implementation.
- ChatServiceF1() - Constructor for class jadex.micro.tutorial.ChatServiceF1
-
- ChatServiceF2 - Class in jadex.micro.tutorial
-
Chat service implementation.
- ChatServiceF2() - Constructor for class jadex.micro.tutorial.ChatServiceF2
-
- ChatServiceF3 - Class in jadex.micro.tutorial
-
Chat service implementation.
- ChatServiceF3() - Constructor for class jadex.micro.tutorial.ChatServiceF3
-
- ChatServiceF4 - Class in jadex.micro.tutorial
-
Chat service implementation.
- ChatServiceF4() - Constructor for class jadex.micro.tutorial.ChatServiceF4
-
- close() - Method in class jadex.micro.testcases.LoggerAgent.TestLogHandler
-
- 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
-
- 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.
- ComponentResultTestAgent - Class in jadex.micro.testcases
-
Testing results declared in component configurations.
- ComponentResultTestAgent() - Constructor for class jadex.micro.testcases.ComponentResultTestAgent
-
- ComponentResultTestStep - Class in jadex.micro.testcases
-
Behavior of the component result test.
- ComponentResultTestStep() - Constructor for class jadex.micro.testcases.ComponentResultTestStep
-
- CompositeCalculatorAgent - Class in jadex.micro.testcases.semiautomatic.compositeservice
-
- CompositeCalculatorAgent() - Constructor for class jadex.micro.testcases.semiautomatic.compositeservice.CompositeCalculatorAgent
-
- ConditionAgent - Class in jadex.micro.testcases.prepostconditions
-
Agent that tests if contracts, i.e. pre- and postconditions on services work.
- ConditionAgent() - Constructor for class jadex.micro.testcases.prepostconditions.ConditionAgent
-
- ConditionAgent.DetectionListener<E> - Class in jadex.micro.testcases.prepostconditions
-
Helper class for interpreting results.
- ConditionAgent.DetectionListener(TestReport, Class<? extends RuntimeException>, IResultListener<?>) - Constructor for class jadex.micro.testcases.prepostconditions.ConditionAgent.DetectionListener
-
Creata a new listener.
- CorruptAdderAgent - Class in jadex.micro.testcases.semiautomatic.compositeservice
-
- CorruptAdderAgent() - Constructor for class jadex.micro.testcases.semiautomatic.compositeservice.CorruptAdderAgent
-
- CountingAgent - Class in jadex.micro.testcases.semiautomatic
-
An agent that is counting to infinity.
- CountingAgent() - Constructor for class jadex.micro.testcases.semiautomatic.CountingAgent
-
- createArguments(String[], String[]) - Static method in class jadex.micro.testcases.semiautomatic.remoteservice.StartScenario
-
Merge arguments.
- CreatedBodyAgent - Class in jadex.micro.testcases.semiautomatic
-
- CreatedBodyAgent() - Constructor for class jadex.micro.testcases.semiautomatic.CreatedBodyAgent
-
- 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.
- createService() - Method in interface jadex.micro.examples.mandelbrot.IServicePoolHandler
-
Create a service.
- 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.
- DecoupledServiceAgent - Class in jadex.micro.benchmarks.servicecall
-
Agent providing a decoupled service.
- DecoupledServiceAgent() - Constructor for class jadex.micro.benchmarks.servicecall.DecoupledServiceAgent
-
- DependendServicesAgent - Class in jadex.micro.testcases
-
Starts two agents a and b
a has service sa
b has service sb
init of service sb searches for sa and uses the service
(problem is that component a has finished its init but must execute the service call for sb)
- DependendServicesAgent() - Constructor for class jadex.micro.testcases.DependendServicesAgent
-
- DestroyStep - Class in jadex.micro.testcases
-
Behavior of the component result test.
- DestroyStep() - Constructor for class jadex.micro.testcases.DestroyStep
-
- determineColor(double, double, short) - Method in interface jadex.micro.examples.mandelbrot.IFractalAlgorithm
-
Determine the color of a point.
- determineColor(double, double, short) - Method in class jadex.micro.examples.mandelbrot.LyapunovAlgorithm
-
Determine the color of a point.
- determineColor(double, double, short) - Method in class jadex.micro.examples.mandelbrot.MandelbrotAlgorithm
-
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
-
- 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_DOWN - Static variable in interface jadex.micro.examples.hunterprey.service.IHunterPreyEnvironmentService
-
The move direction down.
- DIRECTION_LEFT - Static variable in class jadex.micro.examples.hunterprey.MoveAction
-
The move direction left.
- DIRECTION_LEFT - Static variable in interface jadex.micro.examples.hunterprey.service.IHunterPreyEnvironmentService
-
The move direction left.
- DIRECTION_NONE - Static variable in class jadex.micro.examples.hunterprey.MoveAction
-
Placeholder for "no move" action.
- DIRECTION_NONE - Static variable in interface jadex.micro.examples.hunterprey.service.IHunterPreyEnvironmentService
-
Placeholder for "no move" action.
- DIRECTION_RIGHT - Static variable in class jadex.micro.examples.hunterprey.MoveAction
-
The move direction right.
- DIRECTION_RIGHT - Static variable in interface jadex.micro.examples.hunterprey.service.IHunterPreyEnvironmentService
-
The move direction right.
- DIRECTION_UP - Static variable in class jadex.micro.examples.hunterprey.MoveAction
-
The move direction up.
- DIRECTION_UP - Static variable in interface jadex.micro.examples.hunterprey.service.IHunterPreyEnvironmentService
-
The move direction up.
- DirectServiceAgent - Class in jadex.micro.benchmarks.servicecall
-
Agent providing a direct service.
- DirectServiceAgent() - Constructor for class jadex.micro.benchmarks.servicecall.DirectServiceAgent
-
- 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(IExternalAccess, IMandelbrotService) - 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() - Constructor for class jadex.micro.examples.mandelbrot.DisplayService
-
- divZero() - Method in interface jadex.micro.testcases.semiautomatic.remoteservice.IMathService
-
Tests a method that throws an exception.
- divZero() - Method in class jadex.micro.testcases.semiautomatic.remoteservice.MathService
-
Tests a method that throws an exception.
- doSomething(String, int, int) - Method in class jadex.micro.testcases.prepostconditions.ConditionAgent
-
Test method for @CheckNotNull and @CheckState.
- doSomething(String, int, int) - Method in interface jadex.micro.testcases.prepostconditions.IContractService
-
Test method for @CheckNotNull and @CheckState.
- DynamicServiceAgent - Class in jadex.micro.testcases.semiautomatic
-
An agent that dynamically adds services at runtime.
- DynamicServiceAgent() - Constructor for class jadex.micro.testcases.semiautomatic.DynamicServiceAgent
-
- DynamicServiceAgent.DummyService - Class in jadex.micro.testcases.semiautomatic
-
- DynamicServiceAgent.DummyService(IServiceProvider) - Constructor for class jadex.micro.testcases.semiautomatic.DynamicServiceAgent.DummyService
-
- DynamicServiceAgent.IDummyService - Interface in jadex.micro.testcases.semiautomatic
-
- eat(IFood) - Method in interface jadex.micro.examples.hunterprey.service.IHunterPreyEnvironmentService
-
Perform an eat action for the avatar of the calling component.
- eat(IFood) - Method in class jadex.micro.examples.hunterprey.service.impl.HunterPreyEnvironmentService
-
Perform an eat action for the avatar of the calling component.
- 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.
- EmptyCalculatorAgent - Class in jadex.micro.testcases.semiautomatic.compositeservice
-
- EmptyCalculatorAgent() - Constructor for class jadex.micro.testcases.semiautomatic.compositeservice.EmptyCalculatorAgent
-
- EndStepTestStep - Class in jadex.micro.testcases
-
Behavior of the component result test.
- EndStepTestStep() - Constructor for class jadex.micro.testcases.EndStepTestStep
-
- 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.LyapunovAlgorithm
-
Test if two objects are equal.
- equals(Object) - Method in class jadex.micro.examples.mandelbrot.MandelbrotAlgorithm
-
Test if two objects are equal.
- 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.
- Event - Class in jadex.micro.examples.messagequeue
-
Simple message struct.
- Event() - Constructor for class jadex.micro.examples.messagequeue.Event
-
Create a new event.
- Event(String, Object, IComponentIdentifier) - Constructor for class jadex.micro.examples.messagequeue.Event
-
Create a new event.
- exceptionOccurred(Exception) - Method in class jadex.micro.testcases.multiinvoke.UserAgent.CustomIntermediateResultListener
-
- exceptionOccurred(Exception) - Method in class jadex.micro.testcases.multiinvoke.UserAgent.CustomResultListener
-
- exceptionOccurred(Exception) - Method in class jadex.micro.testcases.prepostconditions.ConditionAgent.DetectionListener
-
Called when exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.micro.testcases.stream.TestReportListener
-
- 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
- execute(IEnvironmentSpace, ISpaceObject, long, IClockService) - Method in class jadex.micro.showrooms.RotationTask
-
- execute(IInternalAccess) - Method in class jadex.micro.testcases.ComponentResultTestStep
-
Execute the test.
- execute(IInternalAccess) - Method in class jadex.micro.testcases.DestroyStep
-
Execute the test.
- execute(IInternalAccess) - Method in class jadex.micro.testcases.EndStepTestStep
-
Execute the test.
- execute(IInternalAccess) - Method in class jadex.micro.tutorial.PrintTimeStep
-
Execute the command.
- execute(ServiceInvocationContext) - Method in class jadex.micro.tutorial.SpamInterceptorD4
-
Execute the interceptor.
- executeBody() - Method in class jadex.micro.benchmarks.AgentCreationAgent
-
Execute an agent step.
- executeBody() - Method in class jadex.micro.benchmarks.MegaParallelCreationAgent
-
Execute an agent step.
- executeBody() - Method in class jadex.micro.benchmarks.MegaParallelStarterAgent
-
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.PojoAgentCreationAgent
-
Execute an agent step.
- executeBody() - Method in class jadex.micro.benchmarks.TreeStressTestAgent
-
Execute 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.helloworld.PojoHelloWorldAgent
-
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.testcases.BodyExceptionAgent
-
The agent body.
- executeBody() - Method in class jadex.micro.testcases.BrokenInitTestAgent
-
Perform the tests
- executeBody() - Method in class jadex.micro.testcases.BrokenTestAgent
-
Perform the tests
- executeBody() - Method in class jadex.micro.testcases.CAgent
-
Test if copy parameters work.
- executeBody() - Method in class jadex.micro.testcases.ComponentResultTestAgent
-
Perform the tests
- executeBody() - Method in class jadex.micro.testcases.DependendServicesAgent
-
The agent body.
- executeBody() - Method in class jadex.micro.testcases.DFTestAgent
-
At startup register the agent at the DF.
- executeBody() - Method in class jadex.micro.testcases.InterceptorAgent
-
Just finish the test by setting the result and killing the agent.
- executeBody() - Method in class jadex.micro.testcases.LoggerAgent
-
Just finish the test by setting the result and killing the agent.
- executeBody() - Method in class jadex.micro.testcases.MultiServiceAgent
-
Search for the two services and check if they work as expected.
- executeBody() - Method in class jadex.micro.testcases.NoServiceAgent
-
- executeBody() - Method in class jadex.micro.testcases.PojoBodyExceptionAgent
-
The agent body.
- executeBody() - Method in class jadex.micro.testcases.ProvidedServiceConfigurationsAgent
-
The body.
- executeBody() - Method in class jadex.micro.testcases.semiautomatic.BreakpointAgent
-
Execute a series of steps.
- executeBody() - Method in class jadex.micro.testcases.semiautomatic.compositeservice.CompositeCalculatorAgent
-
The body.
- executeBody() - Method in class jadex.micro.testcases.semiautomatic.compositeservice.UserAgent
-
Execute the functional body of the agent.
- executeBody() - Method in class jadex.micro.testcases.semiautomatic.CountingAgent
-
Execute a series of steps.
- executeBody() - Method in class jadex.micro.testcases.semiautomatic.CreatedBodyAgent
-
The agent body.
- executeBody() - Method in class jadex.micro.testcases.semiautomatic.DynamicServiceAgent
-
Perform the agents actions.
- executeBody() - Method in class jadex.micro.testcases.semiautomatic.ExternalAccessInvokerAgent
-
Execute the functional body of the agent.
- executeBody() - Method in class jadex.micro.testcases.semiautomatic.remoteservice.ScenarioAgent
-
Execute the body.
- executeBody() - Method in class jadex.micro.testcases.semiautomatic.remoteservice.UserAgent
-
Execute the functional body of the agent.
- executeBody() - Method in class jadex.micro.testcases.semiautomatic.ResultAgent
-
Execute an agent step.
- executeBody() - Method in class jadex.micro.testcases.SimpleTestAgent
-
Just finish the test by setting the result and killing the agent.
- executeBody() - Method in class jadex.micro.tutorial.ChatC1Agent
-
- executeBody() - Method in class jadex.micro.tutorial.ChatC2Agent
-
Execute the functional body of the agent.
- executeBody() - Method in class jadex.micro.tutorial.ChatC3Agent
-
Execute the functional body of the agent.
- executeBody() - Method in class jadex.micro.tutorial.ChatC4Agent
-
Execute the functional body of the agent.
- executeBody() - Method in class jadex.micro.tutorial.ChatD1Agent
-
Execute the functional body of the agent.
- executeBody() - Method in class jadex.micro.tutorial.ChatE3Agent
-
Execute the functional body of the agent.
- executeBody() - Method in class jadex.micro.tutorial.ChatE5Agent
-
Execute the functional body of the agent.
- ExtendedBaseAgent - Class in jadex.micro.testcases
-
Base class agent.
- ExtendedBaseAgent() - Constructor for class jadex.micro.testcases.ExtendedBaseAgent
-
- ExternalAccessInvokerAgent - Class in jadex.micro.testcases.semiautomatic
-
Agent that opens a component selector dialog and then executes a
step on the selected component.
- ExternalAccessInvokerAgent() - Constructor for class jadex.micro.testcases.semiautomatic.ExternalAccessInvokerAgent
-
- 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() - Constructor for class jadex.micro.examples.mandelbrot.GenerateService
-
- GENERATOR - Static variable in class jadex.micro.examples.mandelbrot.LyapunovAlgorithm
-
Generator string (any combination of As and Bs).
- getAge() - Method in class jadex.micro.tutorial.UserProfileD3
-
Get the age.
- getAlgorithm() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the algorithm.
- getApplication() - Method in class jadex.micro.examples.mandelbrot.AppProviderService
-
- getAppMetaInfo() - Method in class jadex.micro.examples.mandelbrot.AppProviderService
-
- 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.
- getCalculatorId() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the calculator id.
- getChatters() - Method in interface jadex.micro.tutorial.IRegistryServiceE3
-
Get the registered chatters.
- getChatters() - Method in class jadex.micro.tutorial.RegistryServiceE3
-
Get the registered chatters.
- getComponent() - Method in class jadex.micro.examples.helpline.HelplineViewerPanel
-
The component to be shown in the gui.
- getComponent() - Method in class jadex.micro.tutorial.BotGuiF2
-
Get the component.
- getComponent() - Method in class jadex.micro.tutorial.BotGuiF3
-
Get the component.
- getComponent() - Method in class jadex.micro.tutorial.BotGuiF4
-
Get the component.
- getDataString() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the data as a transferable string.
- getDate() - Method in class jadex.micro.examples.helpline.InformationEntry
-
Get the date.
- getDefaultSettings() - Method in interface jadex.micro.examples.mandelbrot.IFractalAlgorithm
-
Get default settings for rendering the fractal.
- getDefaultSettings() - Method in class jadex.micro.examples.mandelbrot.LyapunovAlgorithm
-
Get default settings for rendering the fractal.
- getDefaultSettings() - Method in class jadex.micro.examples.mandelbrot.MandelbrotAlgorithm
-
Get default settings for rendering the fractal.
- getDescription() - Method in class jadex.micro.tutorial.UserProfileD3
-
Get the description.
- getDirection(Grid2D, IVector2, IVector2) - Static method in class jadex.micro.examples.hunterprey.MoveAction
-
Get the best way to go towards a direction.
- getDisplayId() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the displayid.
- getDisplayId() - Method in class jadex.micro.examples.mandelbrot.ProgressData
-
Get the displayid.
- getDisplayService() - Method in interface jadex.micro.examples.mandelbrot.IMandelbrotService
-
Get the display service.
- getDisplayService() - Method in class jadex.micro.examples.mandelbrot.MandelbrotService
-
Get the display service.
- getGenerateService() - Method in interface jadex.micro.examples.mandelbrot.IMandelbrotService
-
Get the generate service.
- getGenerateService() - Method in class jadex.micro.examples.mandelbrot.MandelbrotService
-
Get the generate service.
- getId() - Method in class jadex.micro.examples.hunterprey.service.impl.Food
-
Get the space object id of the food.
- getId() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Value for identifying this area data.
- getId() - Method in interface jadex.micro.examples.messagequeue.replicated.IMessageQueueReplicationService
-
Returns the services unique Id.
- getId() - Method in class jadex.micro.examples.messagequeue.replicated.ReplicatedMessageQueueAgent
-
Returns the services unique 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.
- getIncreasingValue() - Method in class jadex.micro.testcases.prepostconditions.ConditionAgent
-
Test method for @CheckState with intermediate results.
- getIncreasingValue() - Method in interface jadex.micro.testcases.prepostconditions.IContractService
-
Test method for @CheckState with intermediate results.
- getIncreasingValue2() - Method in class jadex.micro.testcases.prepostconditions.ConditionAgent
-
Test method for @CheckState with intermediate results.
- getIncreasingValue2() - Method in interface jadex.micro.testcases.prepostconditions.IContractService
-
Test method for @CheckState with intermediate results.
- getInfo() - Method in interface jadex.micro.examples.watchdog.IWatchdogService
-
Get the information about this watchdog.
- getInfo() - Method in class jadex.micro.examples.watchdog.WatchdogAgent
-
Get the information about this watchdog.
- 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.
- getInputStream() - Method in class jadex.micro.testcases.securetrans.ProviderAgent
-
Pass an Input stream to the user.
- getInputStream() - Method in interface jadex.micro.testcases.stream.IStreamService
-
Pass an input stream to the user.
- getInputStream() - Method in class jadex.micro.testcases.stream.StreamProviderAgent
-
Pass an Input stream to the user.
- getItem() - Method in interface jadex.micro.testcases.multiinvoke.IExampleService
-
Get an item.
- getItem() - Method in class jadex.micro.testcases.multiinvoke.ProviderAgent
-
Get an item.
- getItem1() - Method in interface jadex.micro.testcases.multiinvoke.IMultiplexExampleService
-
Get an item.
- getItem2() - Method in interface jadex.micro.testcases.multiinvoke.IMultiplexExampleService
-
Get an item.
- getItem3() - Method in interface jadex.micro.testcases.multiinvoke.IMultiplexExampleService
-
Get an item.
- getItem4() - Method in interface jadex.micro.testcases.multiinvoke.IMultiplexExampleService
-
Get an item.
- getItems(int) - Method in interface jadex.micro.testcases.multiinvoke.IExampleService
-
Get all items.
- getItems(int) - Method in class jadex.micro.testcases.multiinvoke.ProviderAgent
-
Get the items.
- getItems1(int) - Method in interface jadex.micro.testcases.multiinvoke.IMultiplexExampleService
-
Get the items.
- getItems2(int) - Method in interface jadex.micro.testcases.multiinvoke.IMultiplexExampleService
-
Get the items.
- getItems3(int) - Method in interface jadex.micro.testcases.multiinvoke.IMultiplexExampleService
-
Get the items.
- getItems4(int) - Method in interface jadex.micro.testcases.multiinvoke.IMultiplexExampleService
-
Get the items.
- getKeyword() - Method in class jadex.micro.tutorial.ChatBotF1Agent
-
Get the keyword.
- getKeyword() - Method in class jadex.micro.tutorial.ChatBotF2Agent
-
Get the keyword.
- getKeyword() - Method in class jadex.micro.tutorial.ChatBotF3Agent
-
Get the keyword.
- getKeyword() - Method in class jadex.micro.tutorial.ChatBotF4Agent
-
Get the keyword.
- getMax() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the max value.
- getMax() - Static method in class jadex.micro.testcases.stream.Receiver2Agent
-
- 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.
- getName(int, List<String>) - Method in class jadex.micro.testcases.prepostconditions.ConditionAgent
-
Test method for @CheckIndex.
- getName(int, List<String>) - Method in interface jadex.micro.testcases.prepostconditions.IContractService
-
Test method for @CheckIndex.
- getName() - Method in class jadex.micro.tutorial.UserProfileD3
-
Get the name.
- getNearestFood() - Method in class jadex.micro.examples.hunterprey.MicroPreyAgent
-
Get the known food.
- getNumberOfBytes() - Static method in class jadex.micro.testcases.stream.Receiver2Agent
-
- getOutputStream() - Method in class jadex.micro.testcases.securetrans.ProviderAgent
-
Pass an Input stream to the user.
- getOutputStream() - Method in interface jadex.micro.testcases.stream.IStreamService
-
Pass an output stream to the user.
- getOutputStream() - Method in class jadex.micro.testcases.stream.StreamProviderAgent
-
Pass an Input stream to the user.
- 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.testcases.semiautomatic.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.testcases.semiautomatic.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.
- getReply() - Method in class jadex.micro.tutorial.ChatBotF1Agent
-
Get the reply message.
- getReply() - Method in class jadex.micro.tutorial.ChatBotF2Agent
-
Get the reply message.
- getReply() - Method in class jadex.micro.tutorial.ChatBotF3Agent
-
Get the reply message.
- getReply() - Method in class jadex.micro.tutorial.ChatBotF4Agent
-
Get the reply message.
- getResult() - Method in class jadex.micro.examples.mandelbrot.ServicePoolManager.AllocationData
-
Get the result.
- getResult(long) - Method in interface jadex.micro.testcases.terminate.ITerminableService
-
Get the result.
- getResult(long) - Method in class jadex.micro.testcases.terminate.TerminableProviderAgent
-
Get the result.
- getResults(long, int) - Method in interface jadex.micro.testcases.intermediate.IIntermediateResultService
-
Get the results.
- getResults(long, int) - Method in class jadex.micro.testcases.intermediate.IntermediateResultProviderAgent
-
Get the results.
- getResults(long, int) - Method in interface jadex.micro.testcases.terminate.ITerminableService
-
Get the results.
- getResults(long, int) - Method in class jadex.micro.testcases.terminate.TerminableProviderAgent
-
Get the result.
- getSecureInputStream() - Method in interface jadex.micro.testcases.stream.IStreamService
-
Pass an input stream to the user.
- getSecureInputStream() - Method in class jadex.micro.testcases.stream.StreamProviderAgent
-
Pass an input stream to the user.
- getSecureOutputStream() - Method in interface jadex.micro.testcases.stream.IStreamService
-
Pass an output stream to the user.
- getSecureOutputStream() - Method in class jadex.micro.testcases.stream.StreamProviderAgent
-
Pass an output stream to the user.
- getService() - Method in class jadex.micro.examples.messagequeue.replicated.ReplicationSubscription
-
- getService() - Static method in class jadex.micro.testcases.ProvidedServiceConfigurationsAgent
-
Static method for fetching alternative service implementation.
- getSizeX() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the sizex.
- getSizeY() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the sizey.
- getSource() - Method in class jadex.micro.examples.messagequeue.Event
-
Get the source.
- getStatusBar() - Method in class jadex.micro.examples.mandelbrot.GeneratePanel
-
Get the sb.
- getSubscription() - Method in class jadex.micro.examples.messagequeue.replicated.ReplicationSubscription
-
- 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.BenchmarkMessage
-
Get the text.
- getType() - Method in class jadex.micro.examples.messagequeue.Event
-
Get the type.
- getUserData() - Method in class jadex.micro.examples.mandelbrot.ServicePoolManager.AllocationData
-
Get the user data.
- getUserProfile() - Method in class jadex.micro.tutorial.ChatServiceD3
-
Get the user profile.
- getUserProfile() - Method in interface jadex.micro.tutorial.IExtendedChatService
-
Get the user profile.
- getValue() - Method in class jadex.micro.examples.messagequeue.Event
-
Get the value.
- getWriteLength() - Static method in class jadex.micro.testcases.stream.StreamProviderAgent
-
- getX() - Method in interface jadex.micro.examples.hunterprey.service.IFood
-
Get the x coordinate relative to the perceiving creature.
- getX() - Method in class jadex.micro.examples.hunterprey.service.impl.Food
-
Get the x coordinate relative to the perceiving creature.
- getXEnd() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the xend.
- getXOffset() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the x offset.
- getXStart() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the xstart.
- getY() - Method in interface jadex.micro.examples.hunterprey.service.IFood
-
Get the y coordinate relative to the perceiving creature.
- getY() - Method in class jadex.micro.examples.hunterprey.service.impl.Food
-
Get the y coordinate relative to the perceiving creature.
- getYEnd() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the yend.
- getYOffset() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the y offset.
- getYStart() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the ystart.
- IAddService - Interface in jadex.micro.testcases.semiautomatic.compositeservice
-
Interface for the add service.
- IAService - Interface in jadex.micro.testcases
-
Dummy test interface.
- IBService - Interface in jadex.micro.testcases
-
- ICalculateService - Interface in jadex.micro.examples.mandelbrot
-
Interface for calculating an area of points.
- IChatService - Interface in jadex.micro.tutorial
-
The chat service interface.
- IContractService - Interface in jadex.micro.testcases.prepostconditions
-
Example for contracts in services.
- ICService - Interface in jadex.micro.testcases
-
Test if parameter call-by-copy and call-by-reference work (in local case).
- IDisplayService - Interface in jadex.micro.examples.mandelbrot
-
Service for displaying the result of a calculation.
- IDService - Interface in jadex.micro.testcases
-
- IEchoService - Interface in jadex.micro.examples.ping
-
Marker interface for echo component
(sends back any received message).
- IExampleService - Interface in jadex.micro.testcases.multiinvoke
-
An example service.
- IExtendedChatService - Interface in jadex.micro.tutorial
-
- IFood - Interface in jadex.micro.examples.hunterprey.service
-
Representation of a perceived food.
- IFractalAlgorithm - Interface in jadex.micro.examples.mandelbrot
-
Algorithm for calculating a fractal.
- IGenerateService - Interface in jadex.micro.examples.mandelbrot
-
Service for generating a specific area.
- IHelpline - Interface in jadex.micro.examples.helpline
-
Basic interface for helpline.
- IHunterPreyEnvironmentService - Interface in jadex.micro.examples.hunterprey.service
-
Service-based interface to hunter-prey environment.
- IIntermediateResultService - Interface in jadex.micro.testcases.intermediate
-
Simple intermediate service interface.
- IMandelbrotService - Interface in jadex.micro.examples.mandelbrot
-
- IMathService - Interface in jadex.micro.testcases.semiautomatic.remoteservice
-
Simple interface for a component service.
- IMessageQueueReplicableService - Interface in jadex.micro.examples.messagequeue.replicated
-
- IMessageQueueReplicationService - Interface in jadex.micro.examples.messagequeue.replicated
-
Message queue interface for the replication of distributed message queues.
- IMessageQueueService - Interface in jadex.micro.examples.messagequeue
-
Message queue interface.
- IMultiplexExampleService - Interface in jadex.micro.testcases.multiinvoke
-
Multiplex Interface for IExampleService.
- 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
-
- init(IControlCenter, IExternalAccess) - Method in class jadex.micro.examples.helpline.HelplineViewerPanel
-
Called once to initialize the panel.
- init(IExternalAccess, IService) - Method in class jadex.micro.examples.mandelbrot.MandelbrotPanel
-
- Initiator2Agent - Class in jadex.micro.testcases.stream
-
Agent that provides a service with a stream.
- Initiator2Agent() - Constructor for class jadex.micro.testcases.stream.Initiator2Agent
-
- InitiatorAgent - Class in jadex.micro.testcases.securetrans
-
Test if the @SecureTransmission annotation works.
- InitiatorAgent() - Constructor for class jadex.micro.testcases.securetrans.InitiatorAgent
-
- InitiatorAgent - Class in jadex.micro.testcases.stream
-
Agent that provides a service with a stream.
- InitiatorAgent() - Constructor for class jadex.micro.testcases.stream.InitiatorAgent
-
- InitiatorAgent - Class in jadex.micro.testcases.threading
-
Test if service invocations are decoupled back to the caller thread
with the DecouplingReturnInterceptor.
- InitiatorAgent() - Constructor for class jadex.micro.testcases.threading.InitiatorAgent
-
- InterceptorAgent - Class in jadex.micro.testcases
-
Testing if required services can be equipped with interceptors.
- InterceptorAgent() - Constructor for class jadex.micro.testcases.InterceptorAgent
-
- IntermediateInvokerAgent - Class in jadex.micro.testcases.terminate
-
The intermediate invoker agent tests if intermediate futures can be terminated
in local and remote cases.
- IntermediateInvokerAgent() - Constructor for class jadex.micro.testcases.terminate.IntermediateInvokerAgent
-
- intermediateResultAvailable(T) - Method in class jadex.micro.testcases.multiinvoke.UserAgent.CustomIntermediateResultListener
-
- IntermediateResultProviderAgent - Class in jadex.micro.testcases.intermediate
-
Agent that provides a service with intermediate results.
- IntermediateResultProviderAgent() - Constructor for class jadex.micro.testcases.intermediate.IntermediateResultProviderAgent
-
- InvokerAgent - Class in jadex.micro.testcases.intermediate
-
The invoker agent tests if intermediate results are directly delivered
back to the invoker in local and remote case.
- InvokerAgent() - Constructor for class jadex.micro.testcases.intermediate.InvokerAgent
-
- InvokerAgent - Class in jadex.micro.testcases.terminate
-
The invoker agent tests if futures can be terminated
in local and remote cases.
- InvokerAgent() - Constructor for class jadex.micro.testcases.terminate.InvokerAgent
-
- invokeService(IService, Object, Object) - Method in interface jadex.micro.examples.mandelbrot.IServicePoolHandler
-
Invoke a service.
- IPreyPerceivable - Interface in jadex.micro.examples.hunterprey.service
-
Root interface for percepts which can be observed by preys.
- IProgressService - Interface in jadex.micro.examples.mandelbrot
-
Interface for getting information about the progress of a task.
- IRegistryServiceE3 - Interface in jadex.micro.tutorial
-
Simple registry service.
- isApplicable(ServiceInvocationContext) - Method in class jadex.micro.tutorial.SpamInterceptorD4
-
Test if the interceptor is applicable.
- isAtBreakpoint(String[]) - Method in class jadex.micro.testcases.semiautomatic.BreakpointAgent
-
Return true, when a breakpoint was hit.
- isAtBreakpoint(String[]) - Method in class jadex.micro.testcases.semiautomatic.CountingAgent
-
Return true, when a breakpoint was hit.
- isConfidential() - Method in class jadex.micro.benchmarks.BenchmarkMessage
-
Set the confidential flag.
- IServiceCallService - Interface in jadex.micro.benchmarks.servicecall
-
Service interface for service call benchmark.
- IServicePoolHandler - Interface in jadex.micro.examples.mandelbrot
-
Handler for creation, selecting and invoking a service.
- isFinished() - Method in class jadex.micro.examples.mandelbrot.ProgressData
-
Check if calculation is finished.
- isGender() - Method in class jadex.micro.tutorial.UserProfileD3
-
Get the gender.
- isHadJob() - Method in class jadex.micro.examples.mandelbrot.CalculateAgent
-
Get the hadjob.
- isOptimizationAllowed() - Method in interface jadex.micro.examples.mandelbrot.IFractalAlgorithm
-
Can areas be filled?
- isOptimizationAllowed() - Method in class jadex.micro.examples.mandelbrot.LyapunovAlgorithm
-
Can areas be filled?
- isOptimizationAllowed() - Method in class jadex.micro.examples.mandelbrot.MandelbrotAlgorithm
-
Can areas be filled?
- isRetry() - Method in class jadex.micro.examples.mandelbrot.ServicePoolManager.AllocationData
-
Test if the retry flag is set.
- IStreamService - Interface in jadex.micro.testcases.stream
-
Service that provides a method with a stream return value.
- ISubService - Interface in jadex.micro.testcases.semiautomatic.compositeservice
-
Simple subtract service.
- ITerminableService - Interface in jadex.micro.testcases.terminate
-
Service interface that returns terminable futures.
- ITestService - Interface in jadex.micro.testcases.securetrans
-
- ITestService - Interface in jadex.micro.testcases.threading
-
- IWatchdogService - Interface in jadex.micro.examples.watchdog
-
Watchdogs observe each other and take actions
when a watchdog becomes unavailable.
- main(String[]) - Static method in class jadex.micro.examples.mandelbrot.ArrayTest
-
- main(String[]) - Static method in class jadex.micro.examples.mandelbrot.MandelbrotPanel
-
- main(String[]) - Static method in class jadex.micro.testcases.semiautomatic.remoteservice.StartScenario
-
Main for starting hello world agent.
- MandelbrotAgent - Class in jadex.micro.examples.mandelbrot
-
- MandelbrotAgent() - Constructor for class jadex.micro.examples.mandelbrot.MandelbrotAgent
-
- MandelbrotAlgorithm - Class in jadex.micro.examples.mandelbrot
-
Algorithm for calculating the mandelbrot set.
- MandelbrotAlgorithm() - Constructor for class jadex.micro.examples.mandelbrot.MandelbrotAlgorithm
-
- MandelbrotPanel - Class in jadex.micro.examples.mandelbrot
-
- MandelbrotPanel() - Constructor for class jadex.micro.examples.mandelbrot.MandelbrotPanel
-
- MandelbrotService - Class in jadex.micro.examples.mandelbrot
-
- MandelbrotService() - Constructor for class jadex.micro.examples.mandelbrot.MandelbrotService
-
- MathAgent - Class in jadex.micro.testcases.semiautomatic.remoteservice
-
Simple agent that offers the math service.
- MathAgent() - Constructor for class jadex.micro.testcases.semiautomatic.remoteservice.MathAgent
-
- MathService - Class in jadex.micro.testcases.semiautomatic.remoteservice
-
Simple implementation of the math interface.
- MathService(IServiceProvider) - Constructor for class jadex.micro.testcases.semiautomatic.remoteservice.MathService
-
Create a new add service.
- MegaParallelCreationAgent - Class in jadex.micro.benchmarks
-
Agent creation benchmark.
- MegaParallelCreationAgent() - Constructor for class jadex.micro.benchmarks.MegaParallelCreationAgent
-
- MegaParallelStarterAgent - Class in jadex.micro.benchmarks
-
Agent creation benchmark.
- MegaParallelStarterAgent() - Constructor for class jadex.micro.benchmarks.MegaParallelStarterAgent
-
- message(String, String) - Method in class jadex.micro.tutorial.ChatServiceD1
-
Receives a chat message.
- message(String, String) - Method in class jadex.micro.tutorial.ChatServiceD2
-
Receives a chat message.
- message(String, String) - Method in class jadex.micro.tutorial.ChatServiceD5
-
Receives a chat message.
- message(String, String) - Method in class jadex.micro.tutorial.ChatServiceF1
-
Receives a chat message.
- message(String, String) - Method in class jadex.micro.tutorial.ChatServiceF2
-
Receives a chat message.
- message(String, String) - Method in class jadex.micro.tutorial.ChatServiceF3
-
Receives a chat message.
- message(String, String) - Method in class jadex.micro.tutorial.ChatServiceF4
-
Receives a chat message.
- message(String, String) - Method in interface jadex.micro.tutorial.IChatService
-
Receives a chat message.
- messageArrived(Map<String, Object>, MessageType) - Method in class jadex.micro.benchmarks.MessagePerformanceAgent
-
Called on message arrival.
- messageArrived(Map<String, Object>, 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
-
- MessageQueueAgent - Class in jadex.micro.examples.messagequeue
-
This agent represents the central message queue.
- MessageQueueAgent() - Constructor for class jadex.micro.examples.messagequeue.MessageQueueAgent
-
- 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
-
- move(String) - Method in interface jadex.micro.examples.hunterprey.service.IHunterPreyEnvironmentService
-
Perform a move action for the avatar of the calling component.
- move(String) - Method in class jadex.micro.examples.hunterprey.service.impl.HunterPreyEnvironmentService
-
Perform a move action for the avatar of the calling component.
- 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.
- MultiServiceAgent - Class in jadex.micro.testcases
-
Test implementation of multiple services in a single agent.
- MultiServiceAgent() - Constructor for class jadex.micro.testcases.MultiServiceAgent
-
- 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.
- passInputStream(IInputConnection) - Method in class jadex.micro.testcases.securetrans.ProviderAgent
-
Pass an Input stream to the user.
- passInputStream(IInputConnection) - Method in interface jadex.micro.testcases.stream.IStreamService
-
Pass an Input stream to the user.
- passInputStream(IInputConnection) - Method in class jadex.micro.testcases.stream.StreamProviderAgent
-
Pass an Input stream to the user.
- passOutputStream(IOutputConnection) - Method in class jadex.micro.testcases.securetrans.ProviderAgent
-
Pass an output stream from the user.
- passOutputStream(IOutputConnection) - Method in interface jadex.micro.testcases.stream.IStreamService
-
Pass an output stream from the user.
- passOutputStream(IOutputConnection) - Method in class jadex.micro.testcases.stream.StreamProviderAgent
-
Pass an output stream from the user.
- passSecureInputStream(IInputConnection) - Method in interface jadex.micro.testcases.stream.IStreamService
-
Pass an Input stream to the user.
- passSecureInputStream(IInputConnection) - Method in class jadex.micro.testcases.stream.StreamProviderAgent
-
Pass an Input stream to the user.
- passSecureOutputStream(IOutputConnection) - Method in interface jadex.micro.testcases.stream.IStreamService
-
Pass an output stream from the user.
- passSecureOutputStream(IOutputConnection) - Method in class jadex.micro.testcases.stream.StreamProviderAgent
-
Pass an output stream from the user.
- perceptsReceived(Collection<IPreyPerceivable>) - Method in class jadex.micro.examples.hunterprey.service.prey.ServicePreyAgent
-
Called once in each round.
- 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.
- performProvidedServiceTest(List) - Method in class jadex.micro.testcases.InterceptorAgent
-
Perform test for provided service.
- performRequiredServiceTest(List) - Method in class jadex.micro.testcases.InterceptorAgent
-
Perform test for required service.
- performTasks(Set, boolean, Object) - Method in class jadex.micro.examples.mandelbrot.ServicePoolManager
-
Perform the given tasks using available or newly created services.
- performTests(String, boolean) - Method in class jadex.micro.testcases.RemovedServiceAgent
-
Perform the tests and indicate completion in the future.
- ping() - Method in interface jadex.micro.examples.watchdog.IWatchdogService
-
Test if this watchdog is alive.
- ping() - Method in class jadex.micro.examples.watchdog.WatchdogAgent
-
Test if this watchdog is alive.
- 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
-
- PojoAddService - Class in jadex.micro.testcases.semiautomatic.compositeservice
-
- PojoAddService() - Constructor for class jadex.micro.testcases.semiautomatic.compositeservice.PojoAddService
-
- PojoAgentCreationAgent - Class in jadex.micro.benchmarks
-
Agent creation benchmark.
- PojoAgentCreationAgent() - Constructor for class jadex.micro.benchmarks.PojoAgentCreationAgent
-
- PojoBodyExceptionAgent - Class in jadex.micro.testcases
-
Test what happens if an exception is thrown in body.
- PojoBodyExceptionAgent() - Constructor for class jadex.micro.testcases.PojoBodyExceptionAgent
-
Create a new agent.
- PojoBrokenInitAgent - Class in jadex.micro.testcases
-
Agent that produces an exception during init.
- PojoBrokenInitAgent() - Constructor for class jadex.micro.testcases.PojoBrokenInitAgent
-
- PojoDService - Class in jadex.micro.testcases
-
- PojoDService() - Constructor for class jadex.micro.testcases.PojoDService
-
- PojoHelloWorldAgent - Class in jadex.micro.examples.helloworld
-
The micro version of the hello world agent.
- PojoHelloWorldAgent() - Constructor for class jadex.micro.examples.helloworld.PojoHelloWorldAgent
-
- printMessage(String) - Method in interface jadex.micro.testcases.semiautomatic.remoteservice.IMathService
-
Tests a void message call (default is asynchronous).
- printMessage(String) - Method in class jadex.micro.testcases.semiautomatic.remoteservice.MathService
-
Print out some message.
- PrintTimeStep - Class in jadex.micro.tutorial
-
Component step that prints the time.
- PrintTimeStep() - Constructor for class jadex.micro.tutorial.PrintTimeStep
-
- processPercept(IEnvironmentSpace, String, Object, IComponentDescription, ISpaceObject) - Method in class jadex.micro.examples.hunterprey.MicroPreyVisionProcessor
-
Process a new percept.
- 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, String) - Constructor for class jadex.micro.examples.mandelbrot.ProgressData
-
Create a new ProgressData.
- ProgressService - Class in jadex.micro.examples.mandelbrot
-
Progress service implementation.
- ProgressService() - Constructor for class jadex.micro.examples.mandelbrot.ProgressService
-
- 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.
- ProtectedBodyAgent - Class in jadex.micro.testcases
-
Agent with protected body method.
- ProtectedBodyAgent() - Constructor for class jadex.micro.testcases.ProtectedBodyAgent
-
- ProvidedServiceConfigurationsAgent - Class in jadex.micro.testcases
-
Test if in configurations provided service implementations can be overridden.
- ProvidedServiceConfigurationsAgent() - Constructor for class jadex.micro.testcases.ProvidedServiceConfigurationsAgent
-
- ProvidedServiceConfigurationsAgent.MyAService - Class in jadex.micro.testcases
-
- ProvidedServiceConfigurationsAgent.MyAService() - Constructor for class jadex.micro.testcases.ProvidedServiceConfigurationsAgent.MyAService
-
- ProviderAgent - Class in jadex.micro.testcases.multiinvoke
-
Simple test agent with one service.
- ProviderAgent() - Constructor for class jadex.micro.testcases.multiinvoke.ProviderAgent
-
- ProviderAgent - Class in jadex.micro.testcases.securetrans
-
- ProviderAgent() - Constructor for class jadex.micro.testcases.securetrans.ProviderAgent
-
- ProviderAgent - Class in jadex.micro.testcases.threading
-
- ProviderAgent() - Constructor for class jadex.micro.testcases.threading.ProviderAgent
-
- provinter - Variable in class jadex.micro.testcases.InterceptorAgent
-
- publish(String, Event) - Method in interface jadex.micro.examples.messagequeue.IMessageQueueService
-
Publish a new event to the queue.
- publish(String, Event) - Method in class jadex.micro.examples.messagequeue.MessageQueueAgent
-
Publish a new event to the queue.
- publish(String, Event, Boolean) - Method in interface jadex.micro.examples.messagequeue.replicated.IMessageQueueReplicableService
-
Publish a new event to the queue.
- publish(String, Event, Boolean) - Method in class jadex.micro.examples.messagequeue.replicated.ReplicatedMessageQueueAgent
-
Publish a new event to the queue.
- publish(String, Event) - Method in class jadex.micro.examples.messagequeue.replicated.ReplicatedMessageQueueAgent
-
Publish a new event to the queue.
- publish(LogRecord) - Method in class jadex.micro.testcases.LoggerAgent.TestLogHandler
-
- ScenarioAgent - Class in jadex.micro.testcases.semiautomatic.remoteservice
-
Just for starting the scenario.
- ScenarioAgent() - Constructor for class jadex.micro.testcases.semiautomatic.remoteservice.ScenarioAgent
-
- secMethod(String) - Method in interface jadex.micro.testcases.securetrans.ITestService
-
Call a method that must use a secure
transport under the hood.
- secMethod(String) - Method in class jadex.micro.testcases.securetrans.ProviderAgent
-
Call a method that must use a secure
transport under the hood.
- selectService(IService) - Method in interface jadex.micro.examples.mandelbrot.IServicePoolHandler
-
Select a service.
- sendBehavior(int, IOutputConnection, IFuture<Collection<Tuple2<String, Object>>>) - Method in class jadex.micro.testcases.stream.InitiatorAgent
-
- ServiceCallAgent - Class in jadex.micro.benchmarks.servicecall
-
Agent providing a direct service.
- ServiceCallAgent() - Constructor for class jadex.micro.benchmarks.servicecall.ServiceCallAgent
-
- ServiceCallService - Class in jadex.micro.benchmarks.servicecall
-
Implementation of a service.
- ServiceCallService() - Constructor for class jadex.micro.benchmarks.servicecall.ServiceCallService
-
- ServiceParameterAgent - Class in jadex.micro.testcases
-
Test if pojo services can be passed as local parameters.
- ServiceParameterAgent() - Constructor for class jadex.micro.testcases.ServiceParameterAgent
-
- ServicePoolManager - Class in jadex.micro.examples.mandelbrot
-
Generic class that allows dispatching tasks to a dynamic pool of services.
- ServicePoolManager(IInternalAccess, String, IServicePoolHandler, int) - Constructor for class jadex.micro.examples.mandelbrot.ServicePoolManager
-
Create a new service pool manager.
- ServicePoolManager.AllocationData - Class in jadex.micro.examples.mandelbrot
-
Handler for a single task allocation.
- ServicePoolManager.AllocationData(int, boolean, Object) - Constructor for class jadex.micro.examples.mandelbrot.ServicePoolManager.AllocationData
-
Create a new allocation data.
- ServicePreyAgent - Class in jadex.micro.examples.hunterprey.service.prey
-
A prey implemented using the EnvSupport service interface.
- ServicePreyAgent() - Constructor for class jadex.micro.examples.hunterprey.service.prey.ServicePreyAgent
-
- serviceStarted() - Method in class jadex.micro.testcases.PojoDService
-
Init the agent.
- setAge(int) - Method in class jadex.micro.tutorial.UserProfileD3
-
Set the age.
- setAlgorithm(IFractalAlgorithm) - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Set the algorithm.
- setArea(Rectangle) - Method in class jadex.micro.examples.mandelbrot.ProgressData
-
Set the area.
- setCalculatorId(IComponentIdentifier) - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Set the calculator id.
- setColorScheme(Color[], boolean) - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
-
Set the color scheme.
- setConfidential(boolean) - Method in class jadex.micro.benchmarks.BenchmarkMessage
-
Set the confidential flag.
- setData(short[][]) - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Set the data.
- setDataString(String) - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Set the data.
- setDate(long) - Method in class jadex.micro.examples.helpline.InformationEntry
-
Set the date.
- setDescription(String) - Method in class jadex.micro.tutorial.UserProfileD3
-
Set the description.
- setDisplayId(String) - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Set the displayid.
- setDisplayId(String) - Method in class jadex.micro.examples.mandelbrot.ProgressData
-
Set the displayid.
- setFinished(boolean) - Method in class jadex.micro.examples.mandelbrot.ProgressData
-
Set the finished flag.
- setGender(boolean) - Method in class jadex.micro.tutorial.UserProfileD3
-
Set the gender.
- setHadJob(boolean) - Method in class jadex.micro.examples.mandelbrot.CalculateAgent
-
Set the hadjob.
- setId(Object) - Method in class jadex.micro.examples.hunterprey.service.impl.Food
-
Set the space object 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.
- setKeyword(String) - Method in class jadex.micro.tutorial.ChatBotF1Agent
-
Set the keyword.
- setKeyword(String) - Method in class jadex.micro.tutorial.ChatBotF2Agent
-
Set the keyword.
- setKeyword(String) - Method in class jadex.micro.tutorial.ChatBotF3Agent
-
Set the keyword.
- setKeyword(String) - Method in class jadex.micro.tutorial.ChatBotF4Agent
-
Set the keyword.
- setMax(short) - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Set the max value.
- setMax(int) - Method in class jadex.micro.examples.mandelbrot.ServicePoolManager
-
Set the maximum number of services.
- setName(String) - Method in class jadex.micro.examples.helpline.InformationEntry
-
Set the name.
- setName(String) - Method in class jadex.micro.tutorial.UserProfileD3
-
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.
- setReply(String) - Method in class jadex.micro.tutorial.ChatBotF1Agent
-
Set the reply message.
- setReply(String) - Method in class jadex.micro.tutorial.ChatBotF2Agent
-
Set the reply message.
- setReply(String) - Method in class jadex.micro.tutorial.ChatBotF3Agent
-
Set the reply message.
- setReply(String) - Method in class jadex.micro.tutorial.ChatBotF4Agent
-
Set the reply message.
- setResults(AreaData) - Method in class jadex.micro.examples.mandelbrot.DisplayPanel
-
Set new results.
- setService(IMessageQueueReplicationService) - Method in class jadex.micro.examples.messagequeue.replicated.ReplicationSubscription
-
- 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.
- setSource(IComponentIdentifier) - Method in class jadex.micro.examples.messagequeue.Event
-
Set the source.
- setSubscription(ISubscriptionIntermediateFuture<Event>) - Method in class jadex.micro.examples.messagequeue.replicated.ReplicationSubscription
-
- 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.BenchmarkMessage
-
Set the text.
- setType(String) - Method in class jadex.micro.examples.messagequeue.Event
-
Set the type.
- setValue(Object) - Method in class jadex.micro.examples.messagequeue.Event
-
Set the value.
- setX(int) - Method in class jadex.micro.examples.hunterprey.service.impl.Food
-
Set the x coordinate relative to the perceiving creature.
- setXEnd(double) - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Set the xend.
- setXOffset(int) - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Set the x offset.
- setXStart(double) - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Set the xstart.
- setY(int) - Method in class jadex.micro.examples.hunterprey.service.impl.Food
-
Set the y coordinate relative to the perceiving creature.
- setYEnd(double) - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Set the yend.
- setYOffset(int) - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Set the y offset.
- setYStart(double) - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Set the ystart.
- shortToByte(short[][]) - Static method in class jadex.micro.examples.mandelbrot.ArrayTest
-
Get the data as a transferable string.
- shortToString(short[][]) - Static method in class jadex.micro.examples.mandelbrot.ArrayTest
-
Get the data as a transferable string.
- 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.
- shutdown() - Method in class jadex.micro.examples.mandelbrot.GenerateService
-
Stop the service.
- shutdown() - Method in class jadex.micro.examples.mandelbrot.MandelbrotPanel
-
- shutdown() - Method in class jadex.micro.testcases.semiautomatic.compositeservice.PojoAddService
-
- shutdownService() - Method in class jadex.micro.tutorial.ChatServiceD2
-
Init the service.
- shutdownService() - Method in class jadex.micro.tutorial.ChatServiceD5
-
Init the service.
- SimpleTestAgent - Class in jadex.micro.testcases
-
A minimal test case agent serving as a demonstrator.
- SimpleTestAgent() - Constructor for class jadex.micro.testcases.SimpleTestAgent
-
- SpamInterceptorD4 - Class in jadex.micro.tutorial
-
Simple interceptor that refuses messages of spammers.
- SpamInterceptorD4() - Constructor for class jadex.micro.tutorial.SpamInterceptorD4
-
- 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.
- start() - Method in class jadex.micro.examples.hunterprey.service.prey.ServicePreyAgent
-
Register the agent as a prey at startup.
- start() - Method in class jadex.micro.examples.mandelbrot.GenerateService
-
Create a new service.
- start() - Method in class jadex.micro.testcases.BAgent
-
Init service method.
- start() - Method in class jadex.micro.testcases.semiautomatic.compositeservice.PojoAddService
-
- StartScenario - Class in jadex.micro.testcases.semiautomatic.remoteservice
-
Start two Jadex platforms and one agent on each platform.
- StartScenario() - Constructor for class jadex.micro.testcases.semiautomatic.remoteservice.StartScenario
-
- startScenario(String[]) - Static method in class jadex.micro.testcases.semiautomatic.remoteservice.StartScenario
-
Start the scenario.
- startService() - Method in class jadex.micro.tutorial.ChatServiceD1
-
Init the service.
- startService() - Method in class jadex.micro.tutorial.ChatServiceD2
-
Init the service.
- startService() - Method in class jadex.micro.tutorial.ChatServiceD5
-
Init the service.
- streamArrvied(IOutputConnection) - Method in class jadex.micro.testcases.stream.Receiver2Agent
-
- streamArrvied(IConnection) - Method in class jadex.micro.testcases.stream.ReceiverAgent
-
- StreamProviderAgent - Class in jadex.micro.testcases.stream
-
Agent that provides a service with a stream.
- StreamProviderAgent() - Constructor for class jadex.micro.testcases.stream.StreamProviderAgent
-
- StreamUserAgent - Class in jadex.micro.testcases.stream
-
Agent that provides a service with a stream.
- StreamUserAgent() - Constructor for class jadex.micro.testcases.stream.StreamUserAgent
-
- stringToshort(String) - Static method in class jadex.micro.examples.mandelbrot.ArrayTest
-
Set the data.
- sub(double, double) - Method in class jadex.micro.testcases.MultiServiceAgent
-
Subtract two numbers.
- sub(double, double) - Method in interface jadex.micro.testcases.semiautomatic.compositeservice.ISubService
-
Subtract two numbers.
- sub(double, double) - Method in class jadex.micro.testcases.semiautomatic.compositeservice.SubService
-
Subtract two numbers.
- subscribe(String) - Method in interface jadex.micro.examples.messagequeue.IMessageQueueService
-
Subscribe to a specific topic.
- subscribe(String) - Method in class jadex.micro.examples.messagequeue.MessageQueueAgent
-
Subscribe to a specific topic.
- subscribe(String) - Method in class jadex.micro.examples.messagequeue.replicated.ReplicatedMessageQueueAgent
-
Subscribe to a specific topic.
- subscribeForReplication(String) - Method in interface jadex.micro.examples.messagequeue.replicated.IMessageQueueReplicationService
-
Subscribe to a specific topic.
- subscribeForReplication(String) - Method in class jadex.micro.examples.messagequeue.replicated.ReplicatedMessageQueueAgent
-
Subscribe to a specific topic.
- subscribeToDisplayUpdates(String) - Method in class jadex.micro.examples.mandelbrot.DisplayService
-
Subscribe to display events.
- subscribeToDisplayUpdates(String) - Method in interface jadex.micro.examples.mandelbrot.IDisplayService
-
Subscribe to display events.
- SubService - Class in jadex.micro.testcases.semiautomatic.compositeservice
-
Simple subtract service.
- SubService(IInternalAccess) - Constructor for class jadex.micro.testcases.semiautomatic.compositeservice.SubService
-
Create a new service.
- sum(List<Object[]>) - Method in interface jadex.micro.testcases.multiinvoke.IMultiplexExampleService
-
Perform a list of additions and summing up.
- SumMultiplexCollector - Class in jadex.micro.testcases.multiinvoke
-
- SumMultiplexCollector() - Constructor for class jadex.micro.testcases.multiinvoke.SumMultiplexCollector
-
- taskFailed(Exception) - Method in class jadex.micro.examples.mandelbrot.ServicePoolManager.AllocationData
-
A task has failed and is not retried.
- taskFinished(Object) - Method in class jadex.micro.examples.mandelbrot.ServicePoolManager.AllocationData
-
Add an intermediate result.
- TerminableProviderAgent - Class in jadex.micro.testcases.terminate
-
Agent that provides a service with terminable futures.
- TerminableProviderAgent() - Constructor for class jadex.micro.testcases.terminate.TerminableProviderAgent
-
- terminateCalled() - Method in interface jadex.micro.testcases.terminate.ITerminableService
-
Be informed when one of the other methods futures is terminated.
- terminateCalled() - Method in class jadex.micro.testcases.terminate.TerminableProviderAgent
-
Be informed when one of the other methods futures is terminated.
- test() - Method in class jadex.micro.testcases.AAgent
-
Init service method.
- test() - Method in interface jadex.micro.testcases.IAService
-
Dummy test method.
- test() - Method in class jadex.micro.testcases.InterceptorAgent
-
Init service method.
- test() - Method in class jadex.micro.testcases.ProvidedServiceConfigurationsAgent.MyAService
-
- test() - Method in class jadex.micro.testcases.ProvidedServiceConfigurationsAgent
-
Dummy service method.
- test() - Method in interface jadex.micro.testcases.threading.ITestService
-
- test() - Method in class jadex.micro.testcases.threading.ProviderAgent
-
- TestAgent - Class in jadex.micro.testcases
-
- TestAgent() - Constructor for class jadex.micro.testcases.TestAgent
-
- testArgumentCopy(Object, int) - Method in class jadex.micro.testcases.CAgent
-
Test if no copy works.
- testArgumentCopy(Object, int) - Method in interface jadex.micro.testcases.ICService
-
Test if an argument can be passed by copy.
- testArgumentReference(Object, int) - Method in class jadex.micro.testcases.CAgent
-
Test if no copy works.
- testArgumentReference(Object, int) - Method in interface jadex.micro.testcases.ICService
-
Test if an argument can be passed by reference.
- TestReportListener - Class in jadex.micro.testcases.stream
-
- TestReportListener(TestReport, Future<TestReport>, long) - Constructor for class jadex.micro.testcases.stream.TestReportListener
-
- testResultCopies(Object[]) - Method in class jadex.micro.testcases.CAgent
-
Test if result value can be passed by copy.
- testResultCopies(Object[]) - Method in interface jadex.micro.testcases.ICService
-
Test if result value can be passed by copy.
- testResultCopy(Object) - Method in class jadex.micro.testcases.CAgent
-
Test if result value can be passed by copy.
- testResultCopy(Object) - Method in interface jadex.micro.testcases.ICService
-
Test if result value can be passed by copy.
- testResultReference(Object) - Method in class jadex.micro.testcases.CAgent
-
Test if result value can be passed by reference.
- testResultReference(Object) - Method in interface jadex.micro.testcases.ICService
-
Test if result value can be passed by reference.
- testResultReferences(Object[]) - Method in class jadex.micro.testcases.CAgent
-
Test if result value can be passed by reference.
- testResultReferences(Object[]) - Method in interface jadex.micro.testcases.ICService
-
Test if result value can be passed by reference.
- testServiceArgument(IDService) - Method in interface jadex.micro.testcases.IDService
-
- testServiceArgument(IDService) - Method in class jadex.micro.testcases.PojoDService
-
- toString() - Method in class jadex.micro.examples.helpline.HelplineService
-
Get the string representation.
- toString() - Method in class jadex.micro.examples.mandelbrot.AreaData
-
Get the string representation.
- toString() - Method in class jadex.micro.examples.mandelbrot.LyapunovAlgorithm
-
Get a string representation.
- toString() - Method in class jadex.micro.examples.mandelbrot.MandelbrotAlgorithm
-
Get a string representation.
- toString() - Method in class jadex.micro.examples.mandelbrot.ProgressData
-
String representation.
- toString() - Method in class jadex.micro.examples.messagequeue.Event
-
Get the string representation.
- toString() - Method in class jadex.micro.examples.messagequeue.replicated.ReplicationSubscription
-
Get the string representation.
- toString() - Method in class jadex.micro.testcases.semiautomatic.DynamicServiceAgent.DummyService
-
- toString() - Method in interface jadex.micro.testcases.semiautomatic.DynamicServiceAgent.IDummyService
-
- toString() - Method in class jadex.micro.tutorial.UserProfileD3
-
Get the string representation.
- TreeStressTestAgent - Class in jadex.micro.benchmarks
-
Creates a complex tree structure of sub components.
- TreeStressTestAgent() - Constructor for class jadex.micro.benchmarks.TreeStressTestAgent
-