else {
throw new UnsupportedFunction();
}
// Prepare the notification
ACLMessage notification = request.createReply();
notification.setPerformative(ACLMessage.INFORM);
Predicate p = null;
if (resultNeeded) {
// The action produced a result
p = new Result(slAction, result);
}