class Lutaml::SysMl::ConstraintBlock

Public Class Methods

new() click to toggle source
# File lib/lutaml/sysml/constraint_block.rb, line 4
def initialize
        @xmi_id = nil
        @nested_classifier = []
        @stereotype = []
        @namespace = nil
end