jade.domain
Interface FIPANames.ACLCodec
- Enclosing class:
- FIPANames
- public static interface FIPANames.ACLCodec
Set of constants that identifies the Codec of ACL Messages and
that can be assigned via
ACLMessage.getEnvelope().setAclRepresentation(FIPANames.ACLCodec.BITEFFICIENT);
Field Summary |
static java.lang.String |
BITEFFICIENT
Syntactic representation of ACL in XML form |
static java.lang.String |
STRING
Syntactic representation of ACL in string form |
static java.lang.String |
XML
Syntactic representation of ACL in XML form |
STRING
public static final java.lang.String STRING
- Syntactic representation of ACL in string form
- See Also:
- FIPA Spec
XML
public static final java.lang.String XML
- Syntactic representation of ACL in XML form
- See Also:
- FIPA Spec
BITEFFICIENT
public static final java.lang.String BITEFFICIENT
- Syntactic representation of ACL in XML form
- See Also:
- FIPA Spec