org.gcube.application.aquamaps.aquamapsservice.impl.engine.analysis
Class AnalysisRequest

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.impl.engine.analysis.AnalysisRequest

public class AnalysisRequest
extends java.lang.Object


Method Summary
 float getHspecThreshold()
           
 java.lang.String[] getLabels(ResourceType type)
           
static java.util.List<AnalysisRequest> getRequests(Analysis toPerform, AnalysisWorker toNotify)
           
 java.lang.String[] getTables(ResourceType type)
           
 AnalysisType getToPerformAnalysis()
           
 void notify(AnalysisResponseDescriptor descriptor, Analyzer analyzer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRequests

public static final java.util.List<AnalysisRequest> getRequests(Analysis toPerform,
                                                                AnalysisWorker toNotify)
                                                         throws java.lang.Exception
Throws:
java.lang.Exception

getLabels

public java.lang.String[] getLabels(ResourceType type)

getTables

public java.lang.String[] getTables(ResourceType type)

getToPerformAnalysis

public AnalysisType getToPerformAnalysis()

getHspecThreshold

public float getHspecThreshold()

notify

public void notify(AnalysisResponseDescriptor descriptor,
                   Analyzer analyzer)