org.gcube.dir.master.selection.criteria
Class ResultDistributionAdapter

java.lang.Object
  extended by IResultDistributionCriterion
      extended by org.gcube.dir.master.selection.criteria.ResultDistributionAdapter
All Implemented Interfaces:
ServiceInputAdapter<ResultDistributionCriterion>

public class ResultDistributionAdapter
extends IResultDistributionCriterion
implements ServiceInputAdapter<ResultDistributionCriterion>

A ServiceInputAdapter for ResultDistributionCriterion.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
ResultDistributionAdapter()
           
 
Method Summary
 ResultDistributionCriterion intern()
          Returns the internal object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultDistributionAdapter

public ResultDistributionAdapter()
Method Detail

intern

public ResultDistributionCriterion intern()
                                   throws java.lang.Exception
Returns the internal object.

Specified by:
intern in interface ServiceInputAdapter<ResultDistributionCriterion>
Returns:
the object.
Throws:
java.lang.Exception - if this object could not be converted into the internal object.