gr.uoa.di.madgik.workflow.plot.pojo
Class PojoPlotResourceParameterOutCollection

java.lang.Object
  extended by gr.uoa.di.madgik.workflow.plot.pojo.PojoPlotResourceParameterOutCollection
All Implemented Interfaces:
IPlotResourceCollection, IPlotResourceOutCollection

public class PojoPlotResourceParameterOutCollection
extends Object
implements IPlotResourceOutCollection


Field Summary
 gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocableInfo
           
 Map<String,PojoPlotResourceParameter> Parameters
           
 gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plotInfo
           
 
Constructor Summary
PojoPlotResourceParameterOutCollection()
           
 
Method Summary
 void Add(IPlotResource param)
           
 PojoPlotResourceParameter Get(String signature, String parameterName)
           
 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,PojoPlotResourceParameter> 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

PojoPlotResourceParameterOutCollection

public PojoPlotResourceParameterOutCollection()
Method Detail

Add

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

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

Get

public PojoPlotResourceParameter Get(String signature,
                                     String parameterName)

Validate

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


Copyright © 2013. All Rights Reserved.