public final enum

Role

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ uk.ac.imperial.presage2.util.protocols.Role

Summary

Enum Values
Role  INITIATOR  The agent who initiated this conversation. 
Role  REPLIER  Agent who replied to another agent's initiating message. 
Public Methods
static Role valueOf(String name)
final static Role[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Role INITIATOR

Since: API Level

The agent who initiated this conversation.

public static final Role REPLIER

Since: API Level

Agent who replied to another agent's initiating message.

Public Methods

public static Role valueOf (String name)

public static final Role[] values ()