Class: Ea::Model::Base

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/ea/model/base.rb

Overview

Common base for every Ea::Model type.

Every model element has a stable identity (id) used to reference it from other elements (e.g. a Property refers to its type by id, a Relationship refers to its ends by id). Source adapters normalize the source-specific identifier (xmi:id, ea_guid, etc.) into this id field.