Class: T2Flow::Coordination
- Inherits:
-
Object
- Object
- T2Flow::Coordination
- 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
-
#control ⇒ 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 control.
Instance Attribute Details
#control ⇒ Object
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 |
#target ⇒ Object
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 |