Class: T2Flow::Coordination

Inherits:
Object
  • Object
show all
Defined in:
lib/t2flow/model.rb

Overview

This is a representation of the ‘Run after…’ function in Taverna where the selected processor or workflow is set to run after another.

Instance Attribute Summary collapse

Instance Attribute Details

#controlObject

The name of the processor/workflow which is to run first.



227
228
229
# File 'lib/t2flow/model.rb', line 227

def control
  @control
end

#targetObject

The name of the processor/workflow which is to run after the control.



230
231
232
# File 'lib/t2flow/model.rb', line 230

def target
  @target
end