es.upv.dsic.gti_ia.architecture
Interface FIPANames.InteractionProtocol

Enclosing interface:
FIPANames

public static interface FIPANames.InteractionProtocol

Sets of constants that identifies the Interaction Protocols and that can be assigned via ACLMessage.setProtocol(FIPANames.InteractionProtocol.FIPA_REQUEST)


Field Summary
static String FIPA_CONTRACT_NET
          The FIPA-Contract-Net interaction protocol.
static String FIPA_PROPOSE
          The FIPA-Propose interaction protocol.
static String FIPA_QUERY
          The FIPA-Query interaction protocol.
static String FIPA_REQUEST
          The FIPA-Request interaction protocol.
static String FIPA_SUBSCRIBE
          The FIPA-Subscribe interaction protocol.
 

Field Detail

FIPA_REQUEST

static final String FIPA_REQUEST
The FIPA-Request interaction protocol.

See Also:
Constant Field Values

FIPA_QUERY

static final String FIPA_QUERY
The FIPA-Query interaction protocol.

See Also:
Constant Field Values

FIPA_PROPOSE

static final String FIPA_PROPOSE
The FIPA-Propose interaction protocol.

See Also:
Constant Field Values

FIPA_SUBSCRIBE

static final String FIPA_SUBSCRIBE
The FIPA-Subscribe interaction protocol.

See Also:
Constant Field Values

FIPA_CONTRACT_NET

static final String FIPA_CONTRACT_NET
The FIPA-Contract-Net interaction protocol.

See Also:
Constant Field Values


Copyright © 2012 GTI-IA. All Rights Reserved.