Class: Archimate::DataModel::ModelingNote

Inherits:
Object
  • Object
show all
Includes:
Comparison
Defined in:
lib/archimate/data_model/modeling_note.rb

Overview

This is a set of notes to the modeler on how to use and model with this viewpoint. Could contain rules or constraints. The part hold the information for this element.

Instance Attribute Summary collapse

Method Summary

Methods included from Comparison

#==, #[], #dig, #each, #hash, included, #initialize, #inspect, #pretty_print, #to_h

Instance Attribute Details

#documentationPreservedLangString (readonly)

Returns:



12
# File 'lib/archimate/data_model/modeling_note.rb', line 12

model_attr :documentation

#typeString, NilClass (readonly)

‘type` attribute expresses a type for the notes, e.g. OCL for OCL rules.

Returns:

  • (String, NilClass)


16
# File 'lib/archimate/data_model/modeling_note.rb', line 16

model_attr :type, default: nil