gr.uoa.di.madgik.workflow.plan.element
Class WorkflowElement

java.lang.Object
  extended by gr.uoa.di.madgik.workflow.plan.element.WorkflowElement
All Implemented Interfaces:
IWorkflowPlanElement

public class WorkflowElement
extends Object
implements IWorkflowPlanElement


Field Summary
 String ElementName
           
 EnvironmentCache Environment
           
 String GroupName
           
 HookCollection Hooks
           
 String PlotName
           
 
Constructor Summary
WorkflowElement()
           
 
Method Summary
 void SetElementName(String ElementName)
           
 void SetEnvironment(EnvironmentCache Environment)
           
 void SetGroupName(String GroupName)
           
 void SetHooks(HookCollection Hooks)
           
 void SetPlotName(String PlotName)
           
 void Validate(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ElementName

public String ElementName

PlotName

public String PlotName

GroupName

public String GroupName

Hooks

public HookCollection Hooks

Environment

public EnvironmentCache Environment
Constructor Detail

WorkflowElement

public WorkflowElement()
Method Detail

SetElementName

public void SetElementName(String ElementName)
Specified by:
SetElementName in interface IWorkflowPlanElement

SetEnvironment

public void SetEnvironment(EnvironmentCache Environment)
Specified by:
SetEnvironment in interface IWorkflowPlanElement

SetGroupName

public void SetGroupName(String GroupName)
Specified by:
SetGroupName in interface IWorkflowPlanElement

SetHooks

public void SetHooks(HookCollection Hooks)
Specified by:
SetHooks in interface IWorkflowPlanElement

SetPlotName

public void SetPlotName(String PlotName)
Specified by:
SetPlotName in interface IWorkflowPlanElement

Validate

public void Validate(gr.uoa.di.madgik.environment.hint.EnvHintCollection Hints)
              throws WorkflowValidationException
Specified by:
Validate in interface IWorkflowPlanElement
Throws:
WorkflowValidationException


Copyright © 2013. All Rights Reserved.