de.fau.cs.www8.jadeowlcodec
Class OutgoingMessage

java.lang.Object
  extended by de.fau.cs.www8.jadeowlcodec.OutgoingMessage
Direct Known Subclasses:
OutgoingInformMessage, OutgoingQueryRefMessage

public abstract class OutgoingMessage
extends java.lang.Object


Field Summary
protected  KnowledgeBase agentKB
           
protected  TBoxVersion tBoxVersion
           
 
Constructor Summary
OutgoingMessage()
           
 
Method Summary
 jade.lang.acl.ACLMessage createACLMessage()
           
 int getPerformative()
           
protected abstract  void wrapInEnvelope(jade.lang.acl.ACLMessage msg)
           
 void wrapIntoACLMessage(jade.lang.acl.ACLMessage msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agentKB

protected KnowledgeBase agentKB

tBoxVersion

protected TBoxVersion tBoxVersion
Constructor Detail

OutgoingMessage

public OutgoingMessage()
Method Detail

wrapInEnvelope

protected abstract void wrapInEnvelope(jade.lang.acl.ACLMessage msg)

wrapIntoACLMessage

public void wrapIntoACLMessage(jade.lang.acl.ACLMessage msg)

createACLMessage

public jade.lang.acl.ACLMessage createACLMessage()

getPerformative

public int getPerformative()


Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg