gr.uoa.di.madgik.workflow.plot.commons
Interface IPlotResourceCollection

All Known Subinterfaces:
IPlotResourceInCollection, IPlotResourceOutCollection
All Known Implementing Classes:
PlotResourceEnvironmentFileCollection, PojoPlotResourceParameterInCollection, PojoPlotResourceParameterOutCollection, ShellPlotResourceParameterInCollection, ShellPlotResourceParameterOutCollection, WSPlotResourceParameterInCollection, WSPlotResourceParameterOutCollection

public interface IPlotResourceCollection


Method Summary
 void Add(IPlotResource param)
           
 void SetInvocableInfo(gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocableInfo)
           
 void SetPlotInfo(gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plotInfo)
           
 void Validate()
           
 

Method Detail

Add

void Add(IPlotResource param)
         throws WorkflowValidationException
Throws:
WorkflowValidationException

SetPlotInfo

void SetPlotInfo(gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plotInfo)

SetInvocableInfo

void SetInvocableInfo(gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocableInfo)

Validate

void Validate()
              throws WorkflowValidationException
Throws:
WorkflowValidationException


Copyright © 2012. All Rights Reserved.