Class: Scufl::Sink
- Inherits:
-
Object
- Object
- Scufl::Sink
- Defined in:
- lib/scufl/model.rb
Overview
This is the start node of a Link. Each sink has a name and a port which is seperated by a colon; “:”. This is represented as “sink of a processor:port_name”. A string that does not contain a colon can often be returned, signifiying a workflow sink as opposed to that of a processor.
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
310 311 312 |
# File 'lib/scufl/model.rb', line 310 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
310 311 312 |
# File 'lib/scufl/model.rb', line 310 def name @name end |