Class: T2Flow::Datalink
- Inherits:
-
Object
- Object
- T2Flow::Datalink
- Defined in:
- lib/t2flow/model.rb
Overview
This represents a connection between any of the following pair of entities: -> processor, -> workflow, -> processor, and -> workflow.
Instance Attribute Summary collapse
-
#sink ⇒ Object
The name of the sink (the endpoint of the connection).
-
#source ⇒ Object
The name of the source (the starting point of the connection).
Instance Attribute Details
#sink ⇒ Object
The name of the sink (the endpoint of the connection).
288 289 290 |
# File 'lib/t2flow/model.rb', line 288 def sink @sink end |
#source ⇒ Object
The name of the source (the starting point of the connection).
285 286 287 |
# File 'lib/t2flow/model.rb', line 285 def source @source end |