Uses of Class
net.sf.adf.acl.Performative

Packages that use Performative
net.sf.adf.acl   
 

Uses of Performative in net.sf.adf.acl
 

Methods in net.sf.adf.acl that return Performative
 Performative ACLMessage.getPerformative()
          The performative parameter denotes the type of the communicative act of the ACL message as defied by FIPA00037.
static Performative Performative.getPerformative(java.lang.String name)
           
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.
 

Methods in net.sf.adf.acl with parameters of type Performative
 void ACLMessage.setPerformative(Performative p)
          The performative parameter denotes the type of the communicative act of the ACL message as defied by FIPA00037.
 

Constructors in net.sf.adf.acl with parameters of type Performative
ACLMessage(Performative p)