Class: Scufl::Link
- Inherits:
-
Object
- Object
- Scufl::Link
- Defined in:
- lib/scufl/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).
276 277 278 |
# File 'lib/scufl/model.rb', line 276 def sink @sink end |
#source ⇒ Object
The name of the source (the starting point of the connection).
273 274 275 |
# File 'lib/scufl/model.rb', line 273 def source @source end |