Interface | Description |
---|---|
IMessageHandler |
Interface for message handlers.
|
IMicroAgent |
This is a base interface for a minimal kernel agent.
|
IMicroExternalAccess |
External access interface for micro agents.
|
IPojoMicroAgent |
Interface for pojo mirco agent.
|
Class | Description |
---|---|
AbstractMessageHandler |
Abstract message handler.
|
ExternalAccess |
External access interface.
|
IntervalBehavior<T> |
Automatically reinvokes send method in intervals
determined by the delay (in state).
|
IntervalBehavior.StepResultListener<E,F> | |
KernelComponentAgent |
Component kernel.
|
KernelMicroAgent |
Micro kernel.
|
KernelMultiAgent |
Multi kernel.
|
MessageConversationFilter |
Filter for message conversations.
|
MicroAgent |
Base class for application agents.
|
MicroAgent.ExecuteWaitForStep |
Step to execute a wait for entry.
|
MicroAgentFactory |
Factory for creating micro agents.
|
MicroAgentInterpreter |
The micro agent interpreter is the connection between the agent platform
and a user-written micro agent.
|
MicroAgentInterpreter.HandleMessageStep |
Step to handle a message.
|
MicroClassReader |
Reads micro agent classes and generates a model from metainfo and annotations.
|
MicroModel | |
MicroModelLoader |
Loader for micro models.
|
PojoMicroAgent |
Micro agent class that redirects calls to a pojo agent object.
|
Copyright © 2012. All Rights Reserved.