Package jade.domain
Interface FIPANames.ACLCodec
-
- Enclosing interface:
- FIPANames
public static interface FIPANames.ACLCodecSet of constants that identifies the Codec of ACL Messages and that can be assigned viaACLMessage.getEnvelope().setAclRepresentation(FIPANames.ACLCodec.BITEFFICIENT);
-
-
Field Detail
-
STRING
static final String STRING
Syntactic representation of ACL in string form- See Also:
- FIPA Spec, Constant Field Values
-
XML
static final String XML
Syntactic representation of ACL in XML form- See Also:
- FIPA Spec, Constant Field Values
-
BITEFFICIENT
static final String BITEFFICIENT
Syntactic representation of ACL in bit-efficient form- See Also:
- FIPA Spec, Constant Field Values
-
-