Class: Scufl::Link

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

Instance Attribute Details

#sinkObject

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



276
277
278
# File 'lib/scufl/model.rb', line 276

def sink
  @sink
end

#sourceObject

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