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).



339
340
341
# File 'lib/t2flow/model.rb', line 339

def sink
  @sink
end

#sourceObject

The name of the source (the starting point of the connection).



336
337
338
# File 'lib/t2flow/model.rb', line 336

def source
  @source
end