gr.uoa.di.madgik.workflow.plot.commons
Class PlotResourceEnvironmentFileCollection

java.lang.Object
  extended by gr.uoa.di.madgik.workflow.plot.commons.PlotResourceEnvironmentFileCollection
All Implemented Interfaces:
IPlotResourceCollection

public class PlotResourceEnvironmentFileCollection
extends Object
implements IPlotResourceCollection


Field Summary
 gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocableInfo
           
 Map<String,PlotResourceEnvironmentFile> Parameters
           
 gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plotInfo
           
 
Constructor Summary
PlotResourceEnvironmentFileCollection()
           
 
Method Summary
 void Add(IPlotResource param)
           
 PlotResourceEnvironmentFile Get(String fileName)
           
 void SetInvocableInfo(gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocableInfo)
           
 void SetPlotInfo(gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plotInfo)
           
 void Validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Parameters

public Map<String,PlotResourceEnvironmentFile> Parameters

plotInfo

public gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plotInfo

invocableInfo

public gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocableInfo
Constructor Detail

PlotResourceEnvironmentFileCollection

public PlotResourceEnvironmentFileCollection()
Method Detail

Add

public void Add(IPlotResource param)
         throws WorkflowValidationException
Specified by:
Add in interface IPlotResourceCollection
Throws:
WorkflowValidationException

Get

public PlotResourceEnvironmentFile Get(String fileName)

SetPlotInfo

public void SetPlotInfo(gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plotInfo)
Specified by:
SetPlotInfo in interface IPlotResourceCollection

SetInvocableInfo

public void SetInvocableInfo(gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocableInfo)
Specified by:
SetInvocableInfo in interface IPlotResourceCollection

Validate

public void Validate()
              throws WorkflowValidationException
Specified by:
Validate in interface IPlotResourceCollection
Throws:
WorkflowValidationException


Copyright © 2012. All Rights Reserved.