A B E G I M P R S T

A

actionAborted(ActionEvent) - Method in class agent.example.ExampleProblemSolver
 
actionCompleted(ActionEvent) - Method in class agent.example.ExampleProblemSolver
 
actionStarted(ActionEvent) - Method in class agent.example.ExampleProblemSolver
These are called when action events take place.
addExampleEventListener(ExampleEventListener) - Method in class agent.example.ExampleProblemSolver
This component produces an ExampleEvent stream.
agent.example - package agent.example
 

B

begin() - Method in class agent.example.ExampleProblemSolver
Called when the component is ready to execute.

E

ExampleEvent - class agent.example.ExampleEvent.
Example event structure.
ExampleEvent(Object, Object, int) - Constructor for class agent.example.ExampleEvent
Constructor
ExampleEventListener - interface agent.example.ExampleEventListener.
Interface for listening to example events.
ExampleProblemSolver - class agent.example.ExampleProblemSolver.
This is a shell JAF component which demonstrates how the various functions and stages can be used.
ExampleProblemSolver() - Constructor for class agent.example.ExampleProblemSolver
Default constructor.
end() - Method in class agent.example.ExampleProblemSolver
Called when the component is ended, which basically only happens when the agent is terminated.
exampleState1(ExampleEvent) - Method in interface agent.example.ExampleEventListener
Called when an event in STATE1 is fired.
exampleState2(ExampleEvent) - Method in interface agent.example.ExampleEventListener
Called when an event in STATE2 is fired.

G

getData() - Method in class agent.example.ExampleEvent
Get/set accessors.

I

init() - Method in class agent.example.ExampleProblemSolver
The initialization procedure.

M

messageReceived(MessageEvent) - Method in class agent.example.ExampleProblemSolver
Monitor any messages that might get sent out or received
messageSent(MessageEvent) - Method in class agent.example.ExampleProblemSolver
 

P

PERFORMACTIONS - Static variable in class agent.example.ExampleProblemSolver
 
propertyAdded(PropertyEvent) - Method in class agent.example.ExampleProblemSolver
 
propertyChanged(PropertyEvent) - Method in class agent.example.ExampleProblemSolver
Watch for interesting property changes.
propertyRemoved(PropertyEvent) - Method in class agent.example.ExampleProblemSolver
 
pulse() - Method in class agent.example.ExampleProblemSolver
Called periodically by the Control component, either in response to actual passage of time or in response to some other stimuli it perceives as a time indicator (such as a pulse from a time controller).

R

removeExampleEventListener(ExampleEventListener) - Method in class agent.example.ExampleProblemSolver
Unregisters a listener.

S

STATE1 - Static variable in class agent.example.ExampleEvent
 
STATE2 - Static variable in class agent.example.ExampleEvent
 
setData(Object) - Method in class agent.example.ExampleEvent
 

T

toString() - Method in class agent.example.ExampleEvent
Stringifys the event

A B E G I M P R S T