Class: Lutaml::Sysml::RequirementRelated

Inherits:
Uml::TopElement
  • Object
show all
Defined in:
lib/lutaml/sysml/requirement_related.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Uml::TopElement

#definition_from_yaml, #definition_to_yaml, #full_name_from_yaml, #full_name_to_yaml

Instance Attribute Details

#base_named_elementObject

Returns the value of attribute base_named_element.



6
7
8
# File 'lib/lutaml/sysml/requirement_related.rb', line 6

def base_named_element
  @base_named_element
end

#refinesObject

Returns the value of attribute refines.



6
7
8
# File 'lib/lutaml/sysml/requirement_related.rb', line 6

def refines
  @refines
end

#satisfiesObject

Returns the value of attribute satisfies.



6
7
8
# File 'lib/lutaml/sysml/requirement_related.rb', line 6

def satisfies
  @satisfies
end