Class: Scufl::Coordination

Inherits:
Object
  • Object
show all
Defined in:
lib/scufl/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

#controllerObject

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



285
286
287
# File 'lib/scufl/model.rb', line 285

def controller
  @controller
end

#targetObject

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



288
289
290
# File 'lib/scufl/model.rb', line 288

def target
  @target
end