Class: Lutaml::Sysml::ConstraintBlock
- Inherits:
-
Block
- Object
- Model::Serializable
- Uml::TopElement
- Uml::Classifier
- Uml::Class
- Block
- Lutaml::Sysml::ConstraintBlock
- Defined in:
- lib/lutaml/sysml/constraint_block.rb
Instance Attribute Summary
Attributes inherited from Block
Instance Method Summary collapse
-
#initialize ⇒ ConstraintBlock
constructor
rubocop:disable Lint/MissingSuper.
Methods inherited from Block
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
#initialize ⇒ ConstraintBlock
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 |