gr.uoa.di.madgik.workflow.plan.element
Class WorkflowElement
java.lang.Object
gr.uoa.di.madgik.workflow.plan.element.WorkflowElement
- All Implemented Interfaces:
- IWorkflowPlanElement
public class WorkflowElement
- extends Object
- implements IWorkflowPlanElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementName
public String ElementName
PlotName
public String PlotName
GroupName
public String GroupName
Hooks
public HookCollection Hooks
Environment
public EnvironmentCache Environment
WorkflowElement
public WorkflowElement()
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.