Module: Mxrb::DomainDiagram

Defined in:
lib/mxrb/domain_diagram.rb,
lib/mxrb/domain_diagram/lifecycle.rb

Overview

Browser ER diagram for Mendix domain models. It edits visual layout only: entity locations plus local and cross-module connection anchors. rubocop:disable Metrics

Defined Under Namespace

Classes: Document, LayoutWriter, Lifecycle, Server

Constant Summary collapse

ANCHORS =
%w[north east south west].freeze
ANCHOR_VALUES =
{
  'north' => '50;0', 'east' => '100;50',
  'south' => '50;100', 'west' => '0;50'
}.freeze
VALUE_ANCHORS =
ANCHOR_VALUES.invert.freeze