Class: Scufl::Source

Inherits:
Object
  • Object
show all
Defined in:
lib/scufl/model.rb

Overview

This is the start node of a Link. Each source has a name and a port which is seperated by a colon; “:”. This is represented as “source of a processor:port_name”. A string that does not contain a colon can often be returned, signifiying a workflow source as opposed to that of a processor.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



299
300
301
# File 'lib/scufl/model.rb', line 299

def description
  @description
end

#nameObject

Returns the value of attribute name.



299
300
301
# File 'lib/scufl/model.rb', line 299

def name
  @name
end