|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fau.cs.www8.jadeowlcodec.OutgoingMessage
de.fau.cs.www8.jadeowlcodec.OutgoingInformMessage
public class OutgoingInformMessage
| Field Summary |
|---|
| Fields inherited from class de.fau.cs.www8.jadeowlcodec.OutgoingMessage |
|---|
agentKB, tBoxVersion |
| Constructor Summary | |
|---|---|
OutgoingInformMessage(IncomingQueryRefMessage query)
creates an OutgoingInformMessage for informs that are replies to query-ref messages matching ResultSet types will be automatically added in the resulting ACLMessage an ACLMessage created from such a reply will already be set up by ACLMessage.createReply() |
|
OutgoingInformMessage(IncomingQueryRefMessage query,
java.util.Set<Uri.Individual> individuals)
creates an OutgoingInformMessage for informs that are replies to query-ref messages matching ResultSet types will be automatically added in the resulting ACLMessage an ACLMessage created from such a reply will already be set up by ACLMessage.createReply() |
|
OutgoingInformMessage(KnowledgeBase agentKB)
creates an OutgoingInformMessage for proactive Informs, do not use this constructor for replies to query-ref |
|
OutgoingInformMessage(KnowledgeBase agentKB,
java.util.Set<Uri.Individual> individuals)
creates an OutgoingInformMessage for proactive Informs, do not use this constructor for replies to query-ref |
|
| Method Summary | |
|---|---|
jade.lang.acl.ACLMessage |
createACLMessage()
|
int |
getPerformative()
|
AssertionSet |
getTemporaryAssertionSet()
an accessor to the outgoing AssertionSet to allow to further manipulation before sending |
void |
setQueryRefMessage(IncomingQueryRefMessage query)
|
protected void |
wrapInEnvelope(jade.lang.acl.ACLMessage msg)
|
| Methods inherited from class de.fau.cs.www8.jadeowlcodec.OutgoingMessage |
|---|
wrapIntoACLMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutgoingInformMessage(KnowledgeBase agentKB)
public OutgoingInformMessage(KnowledgeBase agentKB,
java.util.Set<Uri.Individual> individuals)
individuals - the URIs of the individuals that will be serialized as full descriptions (and not just as references)public OutgoingInformMessage(IncomingQueryRefMessage query)
query - the query message that this is replying to
public OutgoingInformMessage(IncomingQueryRefMessage query,
java.util.Set<Uri.Individual> individuals)
query - the query message that this is replying toindividuals - the URIs of the individuals that will be serialized as full descriptions (and not just as references)| Method Detail |
|---|
public jade.lang.acl.ACLMessage createACLMessage()
createACLMessage in class OutgoingMessageprotected void wrapInEnvelope(jade.lang.acl.ACLMessage msg)
wrapInEnvelope in class OutgoingMessagepublic int getPerformative()
getPerformative in class OutgoingMessagepublic AssertionSet getTemporaryAssertionSet()
public void setQueryRefMessage(IncomingQueryRefMessage query)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg