# frozen_string_literal: true ## ## Behaviour metamodel ## module Lutaml module Uml class OpaqueBehavior < Behavior end end end