| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowJDLAdaptor.CreatePlan() |
void |
WorkflowCondorAdaptor.CreatePlan() |
void |
WorkflowHadoopAdaptor.CreatePlan() |
void |
WorkflowGridAdaptor.CreatePlan() |
void |
IWorkflowAdaptor.CreatePlan()
Based on the provided resources, a call to this method will do all the needed processing and once completed
a full execution plan will be created
|
void |
WorkflowJDLAdaptor.SetAdaptorResources(IAdaptorResources Resources)
Sets the resources that the adaptor needs to construct the plan.
|
void |
WorkflowCondorAdaptor.SetAdaptorResources(IAdaptorResources Resources) |
void |
WorkflowHadoopAdaptor.SetAdaptorResources(IAdaptorResources Resources) |
void |
WorkflowGridAdaptor.SetAdaptorResources(IAdaptorResources Resources)
Sets the resources that the adaptor needs to construct the plan.
|
void |
IWorkflowAdaptor.SetAdaptorResources(IAdaptorResources Resources)
Sets the adaptor resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IWorkflowParser.Parse(File serialization)
Parses the string the workflow language that is contained in the provided file that the parser
is implemented for
|
void |
IWorkflowParser.Parse(String serialization)
Parses the string serialization of the workflow language that the parser is implemented for
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptorCondorResources.Validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptorGridResources.Validate()
Validate that the provided resources are the ones that must be present
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptorHadoopResources.Validate() |
| Modifier and Type | Method and Description |
|---|---|
static String |
JDLParsingUtils.GetKeyValue(Map<String,String> KeyValues,
ParsedJDLInfo.KnownKeys Key,
boolean mandatory)
Retrieves the value of the requested key
|
void |
JDLParser.Parse(File serialization) |
void |
JDLParser.Parse(String serialization) |
ParsedJDLInfo |
JDLJobExtractor.ProcessKeys()
Process keys.
|
ParsedJDLInfo |
JDLDAGExtractor.ProcessKeys()
Process keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowElement.Validate(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints) |
void |
IWorkflowPlanElement.Validate(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints) |
| Modifier and Type | Method and Description |
|---|---|
void |
IPlotInstance.SetHostInfo(HostInfo hostInfo) |
void |
PlotInstanceBase.SetHostInfo(HostInfo hostInfo) |
void |
IPlotInstance.SetInputParameterCollection(IPlotResourceInCollection parameters) |
void |
IPlotInstance.SetInvocableProfile(gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocable) |
void |
IPlotInstance.SetLocalEnvironmentFilesParameterCollection(PlotResourceEnvironmentFileCollection parameters) |
void |
PlotInstanceBase.SetLocalEnvironmentFilesParameterCollection(PlotResourceEnvironmentFileCollection parameters) |
void |
IPlotInstance.SetOutputParameterCollection(IPlotResourceOutCollection parameters) |
void |
IPlotInstance.SetPlotProfile(gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plot) |
void |
SketchPlot.Sketch(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints) |
void |
PlotSelectionCriteria.Validate() |
void |
IPlotInstance.Validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlotResourceEnvironmentFileCollection.Add(IPlotResource param) |
void |
IPlotResourceCollection.Add(IPlotResource param) |
void |
PlotResourceEnvironmentFileCollection.Validate() |
void |
IPlotResourceCollection.Validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
PojoPlotResourceParameterOutCollection.Add(IPlotResource param) |
void |
PojoPlotResourceParameterInCollection.Add(IPlotResource param) |
void |
PojoPlotInstance.SetInputParameterCollection(IPlotResourceInCollection parameters) |
void |
PojoPlotInstance.SetInvocableProfile(gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocable) |
void |
PojoPlotInstance.SetOutputParameterCollection(IPlotResourceOutCollection parameters) |
void |
PojoPlotInstance.SetPlotProfile(gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plot) |
void |
PojoPlotResourceParameterOutCollection.Validate() |
void |
PojoPlotResourceParameterInCollection.Validate() |
void |
PojoPlotInstance.Validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShellPlotResourceParameterOutCollection.Add(IPlotResource param) |
void |
ShellPlotResourceParameterInCollection.Add(IPlotResource param) |
void |
ShellPlotInstance.SetInputParameterCollection(IPlotResourceInCollection parameters) |
void |
ShellPlotInstance.SetInvocableProfile(gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocable) |
void |
ShellPlotInstance.SetOutputParameterCollection(IPlotResourceOutCollection parameters) |
void |
ShellPlotInstance.SetPlotProfile(gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plot) |
void |
ShellPlotResourceParameterOutCollection.Validate() |
void |
ShellPlotResourceParameterInCollection.Validate() |
void |
ShellPlotInstance.Validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
WSPlotResourceParameterOutCollection.Add(IPlotResource param) |
void |
WSPlotResourceParameterInCollection.Add(IPlotResource param) |
void |
WSPlotInstance.SetInputParameterCollection(IPlotResourceInCollection parameters) |
void |
WSPlotInstance.SetInvocableProfile(gr.uoa.di.madgik.environment.is.elements.InvocableProfileInfo invocable) |
void |
WSPlotInstance.SetOutputParameterCollection(IPlotResourceOutCollection parameters) |
void |
WSPlotInstance.SetPlotProfile(gr.uoa.di.madgik.environment.is.elements.InvocablePlotInfo plot) |
void |
WSPlotResourceParameterOutCollection.Validate() |
void |
WSPlotInstance.Validate() |
void |
WSPlotResourceParameterInCollection.Validate() |
Copyright © 2015. All Rights Reserved.