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



205
206
207
# File 'lib/t2flow/model.rb', line 205

def authors
  @authors
end

#descriptionsObject

A list ot descriptive strings about the dataflow.



202
203
204
# File 'lib/t2flow/model.rb', line 202

def descriptions
  @descriptions
end

#nameObject

The name used of the dataflow



196
197
198
# File 'lib/t2flow/model.rb', line 196

def name
  @name
end

#titlesObject

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



199
200
201
# File 'lib/t2flow/model.rb', line 199

def titles
  @titles
end