Uses of Enum Class
org.episteme.natural.computing.ai.agents.acl.Performative
Packages that use Performative
-
Uses of Performative in org.episteme.natural.computing.ai.agents.acl
Subclasses with type arguments of type Performative in org.episteme.natural.computing.ai.agents.aclMethods in org.episteme.natural.computing.ai.agents.acl that return PerformativeModifier and TypeMethodDescriptionACLMessage.getPerformative()static PerformativeReturns the enum constant of this class with the specified name.static Performative[]Performative.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.natural.computing.ai.agents.acl with parameters of type PerformativeModifier and TypeMethodDescriptionACLMessage.createReply(Performative performative) Creates a reply to this message.voidACLMessage.setPerformative(Performative performative) Constructors in org.episteme.natural.computing.ai.agents.acl with parameters of type Performative