|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Performative | |
---|---|
brahms.communication |
Uses of Performative in brahms.communication |
---|
Methods in brahms.communication that return Performative | |
---|---|
Performative |
CommunicativeAct.getPerformative()
Returns the communicative act's performative. |
static Performative |
Performative.getValueOf(java.lang.String value)
Returns the Performative enumeration value represented by the specified value. |
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 are declared. |
Methods in brahms.communication with parameters of type Performative | |
---|---|
static CommunicativeAct |
CommunicativeActFactory.createCommunicativeAct(IActiveInstance sender,
IActiveInstance receiver,
IActiveInstance replyTo,
Performative performative,
boolean generateConversationID,
java.lang.String action,
java.lang.String subject,
IContext ctx)
Creates a new communicative act object populated with the specified information |
static CommunicativeAct |
CommunicativeActFactory.createCommunicativeAct(IActiveInstance sender,
IActiveInstance receiver,
IActiveInstance replyTo,
Performative performative,
java.lang.String conversationID,
java.lang.String action,
java.lang.String subject,
IContext ctx)
Creates a new communicative act object populated with the specified information |
static CommunicativeAct |
CommunicativeActFactory.createCommunicativeAct(IActiveInstance sender,
IActiveInstance receiver,
Performative performative,
boolean generateConversationID,
java.lang.String action,
java.lang.String subject,
IContext ctx)
Creates a new communicative act object populated with the specified information |
static CommunicativeAct |
CommunicativeActFactory.createCommunicativeAct(IActiveInstance sender,
IActiveInstance receiver,
Performative performative,
java.lang.String conversationID,
java.lang.String action,
java.lang.String subject,
IContext ctx)
Creates a new communicative act object populated with the specified information |
protected static CommunicativeAct |
CommunicativeActFactory.createCommunicativeAct(Performative performative,
java.lang.String action,
IContext ctx)
Creates an empty communicative act object for which only the Performative and action are specified as the minimum properties to define the name of the CommunicativeAct. |
static CommunicativeAct |
CommunicativeActFactory.populateCommunicativeAct(CommunicativeAct ca,
IActiveInstance sender,
IActiveInstance receiver,
IActiveInstance replyTo,
Performative performative,
java.lang.String conversationID,
java.lang.String action,
java.lang.String subject,
IContext ctx)
Populates the specified communicative act with the specified information |
void |
CommunicativeAct.setPerformative(Performative value)
Sets the communicative act's performative, does not set the belief. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |