org.gcube.dir.master.fusion.results
Class BaseResult

java.lang.Object
  extended by ResultElementBase
      extended by org.gcube.dir.master.fusion.results.BaseResult
Direct Known Subclasses:
RankedResult

public abstract class BaseResult
extends ResultElementBase

Base implementation of query results.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
BaseResult()
           
 
Method Summary
 void fromXML(java.lang.String xml)
          
 java.lang.String toXML()
          
 void XMLserialise()
          Serialises the result
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseResult

public BaseResult()
Method Detail

fromXML

public void fromXML(java.lang.String xml)
             throws java.lang.Exception

Throws:
java.lang.Exception

toXML

public java.lang.String toXML()


XMLserialise

public void XMLserialise()
Serialises the result