Interface and Description |
---|
jade.proto.FIPAProtocolNames
Use jade.domain.FIPANames.InteractionProtocol instead
|
Field and Description |
---|
jade.proto.ContractNetResponder.PROPOSE_ACCEPTANCE_KEY
Use either
ACCEPT_PROPOSAL_KEY or
REJECT_PROPOSAL_KEY according to the message
that has been received |
jade.proto.ContractNetResponder.RESPONSE_KEY
Use
REPLY_KEY |
jade.content.lang.sl.SL0Vocabulary.RESULT_ITEMS
Use
RESULT_VALUE instead |
jade.proto.ContractNetResponder.RESULT_NOTIFICATION_KEY
Use
REPLY_KEY |
Constructor and Description |
---|
jade.lang.acl.ACLMessage()
Since every ACL Message must have a message type, you
should use the new constructor which gets a message type as a
parameter. To avoid problems, now this constructor silently sets
the message type to
not-understood . |
jade.core.AID(String)
This constructor might generate a wrong AID, if
the passed parameter is not a guid (globally unique identifier), but
the local name of an agent (e.g. "da0").
|