gr.uoa.di.madgik.workflow.plot.ws
Class WSPlotResourceParameterInCollection

java.lang.Object
  extended by gr.uoa.di.madgik.workflow.plot.ws.WSPlotResourceParameterInCollection
All Implemented Interfaces:
IPlotResourceCollection, IPlotResourceInCollection

public class WSPlotResourceParameterInCollection
extends Object
implements IPlotResourceInCollection


Field Summary
 WSPlotResourceEndpoint EndPoint
           
 gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocableInfo
           
 Map<Integer,WSPlotResourceMethodInput> Parameters
           
 gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plotInfo
           
 
Constructor Summary
WSPlotResourceParameterInCollection()
           
 
Method Summary
 void Add(IPlotResource param)
           
 WSPlotResourceEndpoint GetEndPoint()
           
 WSPlotResourceMethodInput GetMethodInput(int methodOrder)
           
 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

plotInfo

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

invocableInfo

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

EndPoint

public WSPlotResourceEndpoint EndPoint

Parameters

public Map<Integer,WSPlotResourceMethodInput> Parameters
Constructor Detail

WSPlotResourceParameterInCollection

public WSPlotResourceParameterInCollection()
Method Detail

SetInvocableInfo

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

SetPlotInfo

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

Add

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

GetEndPoint

public WSPlotResourceEndpoint GetEndPoint()

GetMethodInput

public WSPlotResourceMethodInput GetMethodInput(int methodOrder)

Validate

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


Copyright © 2013. All Rights Reserved.