Class: T2Flow::Sink

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

Overview

This is the start node of a Datalink. 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

Instance Attribute Details

#descriptionsObject

Returns the value of attribute descriptions.



383
384
385
# File 'lib/t2flow/model.rb', line 383

def descriptions
  @descriptions
end

#example_valuesObject

Returns the value of attribute example_values.



383
384
385
# File 'lib/t2flow/model.rb', line 383

def example_values
  @example_values
end

#nameObject

Returns the value of attribute name.



383
384
385
# File 'lib/t2flow/model.rb', line 383

def name
  @name
end

#semantic_annotationObject

Returns the value of attribute semantic_annotation.



383
384
385
# File 'lib/t2flow/model.rb', line 383

def semantic_annotation
  @semantic_annotation
end