Package jade.domain

Interface FIPANames.ACLCodec

  • Enclosing interface:
    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

      Fields 
      Modifier and Type Field Description
      static String BITEFFICIENT
      Syntactic representation of ACL in bit-efficient form
      static String STRING
      Syntactic representation of ACL in string form
      static String XML
      Syntactic representation of ACL in XML form