Class: T2Flow::DataflowAnnotation

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

Overview

This is the annotation object specific to the dataflow it belongs to. A DataflowAnnotation contains metadata about a given dataflow element.

Instance Attribute Summary collapse

Instance Attribute Details

#authorsObject

A list of authors of the dataflow



194
195
196
# File 'lib/t2flow/model.rb', line 194

def authors
  @authors
end

#descriptionsObject

A list ot descriptive strings about the dataflow.



191
192
193
# File 'lib/t2flow/model.rb', line 191

def descriptions
  @descriptions
end

#nameObject

The name used of the dataflow



185
186
187
# File 'lib/t2flow/model.rb', line 185

def name
  @name
end

#titlesObject

A list of titles that have been assigned to the dataflow.



188
189
190
# File 'lib/t2flow/model.rb', line 188

def titles
  @titles
end