class Lutaml::Model::Mapping

def initialize

def initialize
  @mappings = []
end

def mappings

def mappings
  raise NotImplementedError, "#{self.class.name} must implement `mappings`."
end