public final enum

Performative

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ uk.ac.imperial.presage2.core.messaging.Performative

Class Overview

Enumerated type of all FIPA Performatives as given here: http://jmvidal.cse.sc.edu/talks/agentcommunication/performatives.xml

Summary

Enum Values
Performative  ACCEPT_PROPOSAL   
Performative  AGREE   
Performative  CANCEL   
Performative  CFP   
Performative  CONFIRM   
Performative  DISCONFIRM   
Performative  FAILURE   
Performative  INFORM   
Performative  INFORM_IF   
Performative  INFORM_REF   
Performative  NOT_UNDERSTOOD   
Performative  PROPAGATE   
Performative  PROPOSE   
Performative  PROXY   
Performative  QUERY_IF   
Performative  QUERY_REF   
Performative  REFUSE   
Performative  REJECT_PROPOSAL   
Performative  REQUEST   
Performative  REQUEST_WHEN   
Performative  REQUEST_WHENEVER   
Performative  SUBSCRIBE   
Public Methods
static Performative valueOf(String name)
final static Performative[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Performative ACCEPT_PROPOSAL

Since: API Level

public static final Performative AGREE

Since: API Level

public static final Performative CANCEL

Since: API Level

public static final Performative CFP

Since: API Level

public static final Performative CONFIRM

Since: API Level

public static final Performative DISCONFIRM

Since: API Level

public static final Performative FAILURE

Since: API Level

public static final Performative INFORM

Since: API Level

public static final Performative INFORM_IF

Since: API Level

public static final Performative INFORM_REF

Since: API Level

public static final Performative NOT_UNDERSTOOD

Since: API Level

public static final Performative PROPAGATE

Since: API Level

public static final Performative PROPOSE

Since: API Level

public static final Performative PROXY

Since: API Level

public static final Performative QUERY_IF

Since: API Level

public static final Performative QUERY_REF

Since: API Level

public static final Performative REFUSE

Since: API Level

public static final Performative REJECT_PROPOSAL

Since: API Level

public static final Performative REQUEST

Since: API Level

public static final Performative REQUEST_WHEN

Since: API Level

public static final Performative REQUEST_WHENEVER

Since: API Level

public static final Performative SUBSCRIBE

Since: API Level

Public Methods

public static Performative valueOf (String name)

public static final Performative[] values ()