org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime
Interface WorkflowStateResetter

All Superinterfaces:
IWorkflowVisitor

Deprecated.

@Deprecated
public interface WorkflowStateResetter
extends IWorkflowVisitor

A representation of the model object 'Workflow State Resetter'.

The following features are supported:

See Also:
RuntimePackage.getWorkflowStateResetter()
Generated:
Model:

Method Summary
 WorkflowContext getContext()
          Deprecated. Returns the value of the 'Context' reference.
 void setContext(WorkflowContext value)
          Deprecated. Sets the value of the 'Context' reference.
 void visitComposite(WorkflowCompositeComponent composite)
          Deprecated.  
 void visitUnitOfWork(WorkflowUnitOfWork unitOfWork)
          Deprecated.  
 

Method Detail

getContext

WorkflowContext getContext()
Deprecated. 
Returns the value of the 'Context' reference.

If the meaning of the 'Context' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Context' reference.
See Also:
setContext(WorkflowContext), RuntimePackage.getWorkflowStateResetter_Context()
Generated:
Model:
required="true"

setContext

void setContext(WorkflowContext value)
Deprecated. 
Sets the value of the 'Context' reference.

Parameters:
value - the new value of the 'Context' reference.
See Also:
getContext()
Generated:

visitUnitOfWork

void visitUnitOfWork(WorkflowUnitOfWork unitOfWork)
Deprecated. 

Specified by:
visitUnitOfWork in interface IWorkflowVisitor
Generated:
Model:

visitComposite

void visitComposite(WorkflowCompositeComponent composite)
Deprecated. 

Specified by:
visitComposite in interface IWorkflowVisitor
Generated:
Model: