Class: T2Flow::DataflowAnnotation
- Inherits:
-
Object
- Object
- T2Flow::DataflowAnnotation
- 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
-
#authors ⇒ Object
A list of authors of the dataflow.
-
#descriptions ⇒ Object
A list ot descriptive strings about the dataflow.
-
#name ⇒ Object
The name used of the dataflow.
-
#titles ⇒ Object
A list of titles that have been assigned to the dataflow.
Instance Attribute Details
#authors ⇒ Object
A list of authors of the dataflow
275 276 277 |
# File 'lib/t2flow/model.rb', line 275 def @authors end |
#descriptions ⇒ Object
A list ot descriptive strings about the dataflow.
272 273 274 |
# File 'lib/t2flow/model.rb', line 272 def descriptions @descriptions end |
#name ⇒ Object
The name used of the dataflow
266 267 268 |
# File 'lib/t2flow/model.rb', line 266 def name @name end |
#titles ⇒ Object
A list of titles that have been assigned to the dataflow.
269 270 271 |
# File 'lib/t2flow/model.rb', line 269 def titles @titles end |