gr.uoa.di.madgik.workflow.plot.shell
Class ShellPlotResourceParameterOutCollection

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

public class ShellPlotResourceParameterOutCollection
extends Object
implements IPlotResourceOutCollection


Field Summary
 gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocableInfo
           
 gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plotInfo
           
 ShellPlotResourceStdErr StdErrParameter
           
 ShellPlotResourceStdExit StdExitParameter
           
 ShellPlotResourceStdOut StdOutParameter
           
 
Constructor Summary
ShellPlotResourceParameterOutCollection()
           
 
Method Summary
 void Add(IPlotResource param)
           
 ShellPlotResourceStdErr GetStdErr()
           
 ShellPlotResourceStdExit GetStdExit()
           
 ShellPlotResourceStdOut GetStdOut()
           
 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

StdOutParameter

public ShellPlotResourceStdOut StdOutParameter

StdErrParameter

public ShellPlotResourceStdErr StdErrParameter

StdExitParameter

public ShellPlotResourceStdExit StdExitParameter
Constructor Detail

ShellPlotResourceParameterOutCollection

public ShellPlotResourceParameterOutCollection()
Method Detail

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

Add

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

GetStdOut

public ShellPlotResourceStdOut GetStdOut()

GetStdErr

public ShellPlotResourceStdErr GetStdErr()

GetStdExit

public ShellPlotResourceStdExit GetStdExit()

Validate

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


Copyright © 2012. All Rights Reserved.