Uses of Class
org.hypergraphdb.peer.protocol.Performative

Packages that use Performative
org.hypergraphdb.peer   
org.hypergraphdb.peer.protocol   
 

Uses of Performative in org.hypergraphdb.peer
 

Methods in org.hypergraphdb.peer with parameters of type Performative
static Message Messages.createMessage(Performative performative, Activity activity)
           
static Message Messages.createMessage(Performative performative, java.lang.String type, java.util.UUID activityId)
           
 

Uses of Performative in org.hypergraphdb.peer.protocol
 

Methods in org.hypergraphdb.peer.protocol that return Performative
static Performative Performative.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Performative[] Performative.values()
          Returns an array containing the constants of this enum type, in the order they're declared.