public interface IPlotInstance
| Modifier and Type | Method and Description |
|---|---|
Set<gr.uoa.di.madgik.execution.datatype.NamedDataType> |
GetAdditionalVariables() |
Set<String> |
GetCleanupLocalFiles() |
gr.uoa.di.madgik.execution.plan.element.invocable.ExecutionContextConfigBase.ContextProxyType |
GetContextProxyType() |
gr.uoa.di.madgik.execution.plan.element.IPlanElement |
GetElement() |
HostInfo |
GetHostInfo() |
IPlotResourceInCollection |
GetInputParameterCollection() |
gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo |
GetInvocableProfile() |
PlotResourceEnvironmentFileCollection |
GetLocalEnvironmentFilesParameterCollection() |
IPlotResourceOutCollection |
GetOutputParameterCollection() |
gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo |
GetPlotProfile() |
List<gr.uoa.di.madgik.execution.plan.element.IPlanElement> |
GetPostElement() |
List<gr.uoa.di.madgik.execution.plan.element.IPlanElement> |
GetPreElement() |
void |
OverrideContingencyTriggers(List<gr.uoa.di.madgik.execution.plan.element.contingency.ContingencyTrigger> triggers) |
void |
OverrideName(String Name) |
void |
Process() |
void |
SetContextProxyType(gr.uoa.di.madgik.execution.plan.element.invocable.ExecutionContextConfigBase.ContextProxyType ProxyType) |
void |
SetHostInfo(HostInfo hostInfo) |
void |
SetInputParameterCollection(IPlotResourceInCollection parameters) |
void |
SetInvocableProfile(gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocable) |
void |
SetLocalEnvironmentFilesParameterCollection(PlotResourceEnvironmentFileCollection parameters) |
void |
SetOutputParameterCollection(IPlotResourceOutCollection parameters) |
void |
SetPlotProfile(gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plot) |
void |
Validate() |
void SetContextProxyType(gr.uoa.di.madgik.execution.plan.element.invocable.ExecutionContextConfigBase.ContextProxyType ProxyType)
gr.uoa.di.madgik.execution.plan.element.invocable.ExecutionContextConfigBase.ContextProxyType GetContextProxyType()
void SetHostInfo(HostInfo hostInfo) throws WorkflowValidationException
WorkflowValidationExceptionHostInfo GetHostInfo()
void OverrideName(String Name)
void OverrideContingencyTriggers(List<gr.uoa.di.madgik.execution.plan.element.contingency.ContingencyTrigger> triggers)
void SetPlotProfile(gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plot)
throws WorkflowValidationException
WorkflowValidationExceptiongr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo GetPlotProfile()
void SetInvocableProfile(gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocable)
throws WorkflowValidationException
WorkflowValidationExceptiongr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo GetInvocableProfile()
void SetLocalEnvironmentFilesParameterCollection(PlotResourceEnvironmentFileCollection parameters) throws WorkflowValidationException
WorkflowValidationExceptionPlotResourceEnvironmentFileCollection GetLocalEnvironmentFilesParameterCollection()
void SetInputParameterCollection(IPlotResourceInCollection parameters) throws WorkflowValidationException
WorkflowValidationExceptionIPlotResourceInCollection GetInputParameterCollection()
void SetOutputParameterCollection(IPlotResourceOutCollection parameters) throws WorkflowValidationException
WorkflowValidationExceptionIPlotResourceOutCollection GetOutputParameterCollection()
void Validate()
throws WorkflowValidationException
WorkflowValidationExceptionSet<gr.uoa.di.madgik.execution.datatype.NamedDataType> GetAdditionalVariables()
void Process()
throws WorkflowProcessException,
WorkflowEnvironmentException
List<gr.uoa.di.madgik.execution.plan.element.IPlanElement> GetPreElement()
gr.uoa.di.madgik.execution.plan.element.IPlanElement GetElement()
List<gr.uoa.di.madgik.execution.plan.element.IPlanElement> GetPostElement()
Copyright © 2014. All Rights Reserved.