Class: T2Flow::Datalink

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#sinkObject

The name of the sink (the endpoint of the connection).



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

def sink
  @sink
end

#sourceObject

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