class Lutaml::Uml::Property

Attributes

aggregation[RW]
association[RW]
is_derived[RW]
lowerValue[RW]
type[RW]
upperValue[RW]

Public Class Methods

new() click to toggle source
# File lib/lutaml/uml/property.rb, line 13
def initialize
  @name = nil
  @xmi_id = nil
  @xmi_uuid = nil
  @aggregation = nil
  @association = nil
  @namespace = nil
  @is_derived = false
  @visibility = "public"
  @lowerValue = "1"
  @upperValue = "1"
end