Uses of Class
jason.asSemantics.Message
Package | Description |
---|---|
jason.architecture | |
jason.asSemantics | |
jason.infra.jade | |
jason.infra.local | |
jason.stdlib |
Internal actions of Jason.
|
-
Uses of Message in jason.architecture
-
Uses of Message in jason.asSemantics
Fields in jason.asSemantics with type parameters of type Message Modifier and Type Field Description private java.util.Queue<Message>
Circumstance. MB
Methods in jason.asSemantics that return Message Modifier and Type Method Description Message
Message. clone()
static Message
Message. parseMsg(java.lang.String msg)
Creates a new message object based on a string that follows the format of the toString of Message class.Message
Agent. selectMessage(java.util.Queue<Message> messages)
Methods in jason.asSemantics that return types with arguments of type Message Modifier and Type Method Description java.util.Queue<Message>
Circumstance. getMailBox()
MessagesMethods in jason.asSemantics with parameters of type Message Modifier and Type Method Description void
Circumstance. addMsg(Message m)
boolean
Agent. socAcc(Message m)
Follows the default implementation for the agent's message acceptance relation and selection functionsMethod parameters in jason.asSemantics with type arguments of type Message Modifier and Type Method Description Message
Agent. selectMessage(java.util.Queue<Message> messages)
Constructors in jason.asSemantics with parameters of type Message Constructor Description Message(Message m)
-
Uses of Message in jason.infra.jade
Methods in jason.infra.jade with parameters of type Message Modifier and Type Method Description void
JadeAg. broadcast(Message m)
void
JasonBridgeArch. broadcast(Message m)
protected jade.lang.acl.ACLMessage
JadeAg. jasonToACL(Message m)
void
JadeAg. sendMsg(Message m)
void
JasonBridgeArch. sendMsg(Message m)
-
Uses of Message in jason.infra.local
Fields in jason.infra.local with type parameters of type Message Modifier and Type Field Description private java.util.Queue<Message>
LocalAgArch. mbox
Methods in jason.infra.local that return types with arguments of type Message Modifier and Type Method Description java.util.Collection<Message>
LocalAgArch. getMBox()
Methods in jason.infra.local with parameters of type Message Modifier and Type Method Description void
LocalAgArch. broadcast(Message m)
void
MsgListener. msgSent(Message m)
void
LocalAgArch. receiveMsg(Message m)
void
LocalAgArchAsynchronous. receiveMsg(Message m)
void
LocalAgArch. sendMsg(Message m)
-
Uses of Message in jason.stdlib
Methods in jason.stdlib with parameters of type Message Modifier and Type Method Description private void
send. delegateSendToArch(Term to, TransitionSystem ts, Message m)