Class: Lutaml::SysMl::RequirementRelated

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

Instance Attribute Summary collapse

Attributes inherited from Uml::TopElement

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

Method Summary

Methods inherited from Uml::TopElement

#full_name, #initialize

Methods included from Uml::HasAttributes

#update_attributes

Constructor Details

This class inherits a constructor from Lutaml::Uml::TopElement

Instance Attribute Details

#base_named_elementObject

Returns the value of attribute base_named_element.



4
5
6
# File 'lib/lutaml/sysml/requirement_related.rb', line 4

def base_named_element
  @base_named_element
end

#refinesObject

Returns the value of attribute refines.



4
5
6
# File 'lib/lutaml/sysml/requirement_related.rb', line 4

def refines
  @refines
end

#satisfiesObject

Returns the value of attribute satisfies.



4
5
6
# File 'lib/lutaml/sysml/requirement_related.rb', line 4

def satisfies
  @satisfies
end