Class: Lutaml::Sysml::ConstraintBlock

Inherits:
Block show all
Defined in:
lib/lutaml/sysml/constraint_block.rb

Instance Attribute Summary

Attributes inherited from Block

#base_class

Instance Method Summary collapse

Methods inherited from Block

#full_name, #name

Methods inherited from Uml::Class

#associations_from_yaml, #associations_to_yaml

Methods inherited from Uml::TopElement

#definition_from_yaml, #definition_to_yaml, #full_name_from_yaml, #full_name_to_yaml

Constructor Details

#initializeConstraintBlock

rubocop:disable Lint/MissingSuper



6
7
8
9
10
11
# File 'lib/lutaml/sysml/constraint_block.rb', line 6

def initialize # rubocop:disable Lint/MissingSuper
  @xmi_id = nil
  @nested_classifier = []
  @stereotype = []
  @namespace = nil
end