Package | Description |
---|---|
jade.domain.FIPAAgentManagement |
This package contains the definition of the FIPA-Agent-Management ontology
as specified by the FIPA standard
FIPA Agent Management
Specification - document no. 23 version H (15th August 2001).
|
jade.proto |
This package contains role behaviours for FIPA
standard protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
UnexpectedAct |
class |
UnrecognisedValue |
class |
UnsupportedAct |
class |
UnsupportedValue |
Modifier and Type | Method and Description |
---|---|
protected ACLMessage |
SSContractNetResponder.handleCfp(ACLMessage cfp)
This method is called to handle the initial CFP message.
|
protected ACLMessage |
SSIteratedAchieveREResponder.handleRequest(ACLMessage request)
This method is called to handle the initial REQUEST message and
then again whenever a REQUEST message is received.
|
protected ACLMessage |
AchieveREResponder.handleRequest(ACLMessage request)
This method is called when the protocol initiation message (matching the
MessageTemplate specified in the constructor) is received.
|
protected ACLMessage |
SubscriptionResponder.handleSubscription(ACLMessage subscription)
This method is called when a subscription
message is received that matches the message template
specified in the constructor.
|
protected ACLMessage |
SubscriptionResponder.prepareResponse(ACLMessage subscription)
Deprecated.
Use handleSubscription() instead
|
protected ACLMessage |
SimpleAchieveREResponder.prepareResponse(ACLMessage request)
This method is called when the initiator's
message is received that matches the message template
passed in the constructor.
|
protected ACLMessage |
ProposeResponder.prepareResponse(ACLMessage propose)
This method is called when the initiator's
message is received that matches the message template
passed in the constructor.
|
protected ACLMessage |
ContractNetResponder.prepareResponse(ACLMessage cfp)
Deprecated.
Use
handleCfp() instead |
protected ACLMessage |
AchieveREResponder.prepareResponse(ACLMessage request)
Deprecated.
Use handleRequest() instead
|
boolean |
SubscriptionResponder.SubscriptionManager.register(SubscriptionResponder.Subscription s)
Register a new Subscription object
|