JADE_SL
Class FIPANames

java.lang.Object
  extended byJADE_SL.FIPANames

public class FIPANames
extends java.lang.Object

This class provides a single access point for the set of constants already defined by FIPA. The constants have been grouped by category (i.e. ACLCodecs, Content Languages, MTPs, ...), with one inner class implementing each category.

Version:
$Date: 2003/10/09 13:00:35 $ $Revision: 1.1.1.1 $
Author:
Fabio Bellifemine - TILab

Nested Class Summary
static class FIPANames.ACLCodec
          Set of constants that identifies the Codec of ACL Messages and that can be assigned via ACLMessage.getEnvelope().setAclRepresentation(FIPANames.ACLCodec.BITEFFICIENT);
static class FIPANames.ContentLanguage
          Set of constants that identifies the content languages and that can be assigned via ACLMessage.setLanguage(FIPANames.ContentLanguage.SL0)
static class FIPANames.InteractionProtocol
          Set of constants that identifies the Interaction Protocols and that can be assigned via ACLMessage.setProtocol(FIPANames.InteractionProtocol.FIPA_REQUEST)
static class FIPANames.MTP
          Set of constants that identifies the Message Transport Protocols.
 
Constructor Summary
FIPANames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIPANames

public FIPANames()


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.