Package jade.domain
Interface FIPANames
-
public interface FIPANamesThis 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$ $Revision$
- Author:
- Fabio Bellifemine - TILab
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFIPANames.ACLCodecSet of constants that identifies the Codec of ACL Messages and that can be assigned viaACLMessage.getEnvelope().setAclRepresentation(FIPANames.ACLCodec.BITEFFICIENT);static interfaceFIPANames.ContentLanguageSet of constants that identifies the content languages and that can be assigned viaACLMessage.setLanguage(FIPANames.ContentLanguage.SL0)static interfaceFIPANames.InteractionProtocolSet of constants that identifies the Interaction Protocols and that can be assigned viaACLMessage.setProtocol(FIPANames.InteractionProtocol.FIPA_REQUEST)static interfaceFIPANames.MTPSet of constants that identifies the Message Transport Protocols.static interfaceFIPANames.OntologySet of constants that identifies the Ontology of ACL Messages and that can be assigned viaACLMessage.setOntology(FIPANames.Ontology.SL0_ONTOLOGY);
-
Field Summary
Fields Modifier and Type Field Description static StringAMSstatic StringDEFAULT_DF
-
-
-
Field Detail
-
AMS
static final String AMS
- See Also:
- Constant Field Values
-
DEFAULT_DF
static final String DEFAULT_DF
- See Also:
- Constant Field Values
-
-