public class PojoPlotResourceParameterOutCollection extends Object implements IPlotResourceOutCollection
| Modifier and Type | Field and Description |
|---|---|
gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo |
invocableInfo |
Map<String,PojoPlotResourceParameter> |
Parameters |
gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo |
plotInfo |
| Constructor and Description |
|---|
PojoPlotResourceParameterOutCollection() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public Map<String,PojoPlotResourceParameter> Parameters
public gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plotInfo
public gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocableInfo
public PojoPlotResourceParameterOutCollection()
public void Add(IPlotResource param) throws WorkflowValidationException
Add in interface IPlotResourceCollectionWorkflowValidationExceptionpublic void SetPlotInfo(gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plotInfo)
SetPlotInfo in interface IPlotResourceCollectionpublic void SetInvocableInfo(gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocableInfo)
SetInvocableInfo in interface IPlotResourceCollectionpublic PojoPlotResourceParameter Get(String signature, String parameterName)
public void Validate()
throws WorkflowValidationException
Validate in interface IPlotResourceCollectionWorkflowValidationExceptionCopyright © 2015. All Rights Reserved.