Package | Description |
---|---|
jadex.bdi.runtime.interpreter | |
jadex.bpmn.runtime | |
jadex.bridge |
This package contains the interfaces of the adapter layer,
which is used to establish a connection between the Jadex runtime
system and an underlying platform.
|
jadex.bridge.service.types.message | |
jadex.micro |
Modifier and Type | Method and Description |
---|---|
static Object |
MessageEventRules.createReceivedMessageEvent(jadex.rules.state.IOAVState state,
Object mevent,
IMessageAdapter msg,
Object scope,
Object original)
Fill parameters of a message event from a native one.
|
static boolean |
MessageEventRules.evaluateMatchExpression(jadex.rules.state.IOAVState state,
Object rcapa,
IMessageAdapter rawmsg,
Object matchexp)
Evaluate a match expression of a message event template.
|
static Object |
MessageEventRules.getInReplyMessageEvent(jadex.rules.state.IOAVState state,
IMessageAdapter rawmessage,
Object rscope)
Find a message event that the given native message is a reply to.
|
static Object |
MessageEventRules.getValue(IMessageAdapter message,
String name,
Object scope)
Get the value for a parameter, or the values
for a parameter set from a native message.
|
static boolean |
MessageEventRules.match(jadex.rules.state.IOAVState state,
IMessageAdapter message,
Object mevent,
Object scope)
Match a message with a message event.
|
void |
BDIInterpreter.messageArrived(IMessageAdapter message)
Inform the agent that a message has arrived.
|
static boolean |
MessageEventRules.unequalParameterSetValues(jadex.rules.state.IOAVState state,
String paramsetname,
Object mevent,
IMessageAdapter rawmsg,
Object rcapa)
Test if two parameter values are equal.
|
static boolean |
MessageEventRules.unequalParameterValues(jadex.rules.state.IOAVState state,
String paramname,
Object mevent,
IMessageAdapter rawmsg,
Object rcapa)
Test if two parameter values are equal.
|
Constructor and Description |
---|
MessageEventFetcher(jadex.rules.state.IOAVState state,
Object rcapa,
IMessageAdapter rawmsg)
Create a new fetcher.
|
Modifier and Type | Method and Description |
---|---|
Map |
BpmnInterpreter.createReply(IMessageAdapter msg)
Create a reply to this message event.
|
void |
BpmnInterpreter.messageArrived(IMessageAdapter message)
Can be called concurrently (also during executeAction()).
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMessageAdapter
The adapter for messages on the standalone platform.
|
Modifier and Type | Method and Description |
---|---|
void |
IComponentInstance.messageArrived(IMessageAdapter message)
Can be called concurrently (also during executeAction()).
|
Modifier and Type | Method and Description |
---|---|
IContentCodec |
MessageType.findContentCodec(IContentCodec[] codecs,
IMessageAdapter message,
String param)
Find a matching content codec for a given message parameter.
|
IFuture |
IMessageListener.messageReceived(IMessageAdapter msg)
Invoked when a message event has been received.
|
IFuture |
IMessageListener.messageSent(IMessageAdapter msg)
Invoked when a message event has been sent.
|
Modifier and Type | Method and Description |
---|---|
void |
MicroAgentInterpreter.messageArrived(IMessageAdapter message)
Can be called concurrently (also during executeAction()).
|
Constructor and Description |
---|
MicroAgentInterpreter.HandleMessageStep(IMessageAdapter message) |
Copyright © 2012. All Rights Reserved.