Class: Scufl::Coordination
- Inherits:
-
Object
- Object
- Scufl::Coordination
- 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
-
#controller ⇒ Object
The name of the processor/workflow which is to run first.
-
#target ⇒ Object
The name of the processor/workflow which is to run after the controller.
Instance Attribute Details
#controller ⇒ Object
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 |
#target ⇒ Object
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 |