INRIA & friends

fr.inrialpes.exmo.queryprocessor
Interface Result


public interface Result

Author:
Arun Sharma

Method Summary
 boolean getAskResult()
           
 RDFGraph getConstructResult()
           
 java.util.Collection getSelectResult()
           
 java.lang.String getSelectResultasXML()
           
 int getType()
           
 

Method Detail

getType

public int getType()

getAskResult

public boolean getAskResult()
                     throws QueryTypeMismatchException
Throws:
QueryTypeMismatchException

getConstructResult

public RDFGraph getConstructResult()
                            throws QueryTypeMismatchException
Throws:
QueryTypeMismatchException

getSelectResult

public java.util.Collection getSelectResult()
                                     throws QueryTypeMismatchException
Throws:
QueryTypeMismatchException

getSelectResultasXML

public java.lang.String getSelectResultasXML()
                                      throws QueryTypeMismatchException
Throws:
QueryTypeMismatchException

INRIA & friends

..no bottom yet...