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

Attributes inherited from Uml::Class

#associations, #attributes, #constraints, #data_types, #is_abstract, #members, #modifier, #nested_classifier, #operations, #package, #type

Attributes inherited from Uml::Classifier

#generalization

Attributes inherited from Uml::TopElement

#comments, #definition, #href, #keyword, #name, #namespace, #stereotype, #visibility, #xmi_id, #xmi_uuid

Instance Method Summary collapse

Methods inherited from Block

#full_name, #name

Methods inherited from Uml::Class

#methods, #relationships

Methods included from Uml::HasMembers

#members=

Methods inherited from Uml::TopElement

#full_name

Methods included from Uml::HasAttributes

#update_attributes

Constructor Details

#initializeConstraintBlock

rubocop:disable Lint/MissingSuper



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

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