gr.uoa.di.madgik.workflow.plot
Class SketchPlot

java.lang.Object
  extended by gr.uoa.di.madgik.workflow.plot.SketchPlot

public class SketchPlot
extends Object


Field Summary
 List<gr.uoa.di.madgik.execution.plan.element.contingency.ContingencyTrigger> Contingency
           
 String Name
           
 PlotSelectionCriteria SelectionCriteria
           
 
Constructor Summary
SketchPlot()
           
 
Method Summary
 Set<String> GetCleanupFiles()
           
 gr.uoa.di.madgik.execution.plan.element.IPlanElement GetSketchedElement()
           
 void SetFileResources(PlotResourceEnvironmentFileCollection Resources)
           
 void SetInResources(IPlotResourceInCollection Resources)
           
 void SetOutResources(IPlotResourceOutCollection Resources)
           
 void SetVariableCollection(gr.uoa.di.madgik.execution.plan.element.variable.VariableCollection Variables)
           
 void Sketch(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SelectionCriteria

public PlotSelectionCriteria SelectionCriteria

Name

public String Name

Contingency

public List<gr.uoa.di.madgik.execution.plan.element.contingency.ContingencyTrigger> Contingency
Constructor Detail

SketchPlot

public SketchPlot()
Method Detail

SetVariableCollection

public void SetVariableCollection(gr.uoa.di.madgik.execution.plan.element.variable.VariableCollection Variables)

SetInResources

public void SetInResources(IPlotResourceInCollection Resources)

SetOutResources

public void SetOutResources(IPlotResourceOutCollection Resources)

SetFileResources

public void SetFileResources(PlotResourceEnvironmentFileCollection Resources)

Sketch

public void Sketch(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
            throws WorkflowValidationException,
                   WorkflowEnvironmentException,
                   WorkflowProcessException
Throws:
WorkflowValidationException
WorkflowEnvironmentException
WorkflowProcessException

GetSketchedElement

public gr.uoa.di.madgik.execution.plan.element.IPlanElement GetSketchedElement()
                                                                        throws WorkflowProcessException
Throws:
WorkflowProcessException

GetCleanupFiles

public Set<String> GetCleanupFiles()
                            throws WorkflowProcessException
Throws:
WorkflowProcessException


Copyright © 2013. All Rights Reserved.