eworks.eRQL.gui
Class RDFXMLResultHandling

java.lang.Object
  |
  +--eworks.eRQL.gui.RDFXMLResultHandling

public class RDFXMLResultHandling
extends java.lang.Object

Helper class to store eRQL results in a RDF/XML format.

Version:
1.5
Author:
KarstenTolle

Constructor Summary
RDFXMLResultHandling(java.lang.String query, java.lang.Object result)
          Constructor for this handler.
 
Method Summary
 java.lang.String getRDFXMLRepr()
          Constructs the RDF/XML representation out of the result.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFXMLResultHandling

public RDFXMLResultHandling(java.lang.String query,
                            java.lang.Object result)
Constructor for this handler.

Method Detail

getRDFXMLRepr

public java.lang.String getRDFXMLRepr()
Constructs the RDF/XML representation out of the result. There can be three cases: 1. a POI, 2. a SchemaResultList or 3. a SchemaResultMap.

Returns:
The RDF/XML representation of the result.