de.fau.cs.www8.jadeowlcodec
Class IncomingQueryRefMessage
java.lang.Object
de.fau.cs.www8.jadeowlcodec.IncomingDocument
de.fau.cs.www8.jadeowlcodec.IncomingMessage
de.fau.cs.www8.jadeowlcodec.IncomingQueryRefMessage
public class IncomingQueryRefMessage
- extends IncomingMessage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IncomingQueryRefMessage
public IncomingQueryRefMessage(jade.lang.acl.ACLMessage msg,
KnowledgeBase kb)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
- Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
getResultSetClasses
public java.util.Set<Uri.Concept> getResultSetClasses()
- this is how one gets the URIs from classes defined under the base URI of the message.
these classes are the ones that are to be answered (plus whatever recursion depth)
- Returns:
- a (Hash)set of
Uri.Concepts
getResultSetIndividuals
public java.util.Set<Uri.Individual> getResultSetIndividuals()
getResultSetIndividuals
public java.util.Set<Uri.Individual> getResultSetIndividuals(Uri.Concept clsuri)
getResultSetIndividuals
public java.util.Set<Uri.Individual> getResultSetIndividuals(java.util.Set<Uri.Concept> clsuris)
Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg