Package | Description |
---|---|
jade.core | |
jade.domain.FIPAAgentManagement | |
jade.lang.acl |
This package contains the support for the FIPA Agent Communication Language (ACL)
including the ACLMessage class, the parser, the encoder, and
an helper class for representing templates of ACL messages.
|
jade.util |
Modifier and Type | Field and Description |
---|---|
private Properties |
AID.userDefSlots |
Modifier and Type | Method and Description |
---|---|
Properties |
AID.getAllUserDefinedSlot()
Returns the user-defined slots as properties.
|
Modifier and Type | Field and Description |
---|---|
private Properties |
Envelope.transportBehaviour |
Modifier and Type | Field and Description |
---|---|
private Properties |
ACLMessage.userDefProps |
Modifier and Type | Method and Description |
---|---|
Properties |
ACLMessage.getAllUserDefinedParameters()
Return all user defined parameters of this ACLMessage in form of a Properties object
|
Modifier and Type | Method and Description |
---|---|
private static void |
LEAPACLCodec.serializeProperties(Properties props,
DataOutputStream dos) |
void |
ACLMessage.setAllUserDefinedParameters(Properties userDefProps)
Replace all user defined parameters of this ACLMessage with the specified Properties object.
|
Modifier and Type | Method and Description |
---|---|
static void |
Logger.initialize(Properties pp)
Initialize the logging mechanism.
|