Skip to content

Instantly share code, notes, and snippets.

@timolaine
timolaine / Insert Labels of Related Elements.ajs
Last active May 14, 2024 20:34
Insert Labels of Related Elements in Archi
/*
* Information flows between applications
*
* This script is under construction!
*
* This script provides a list of information flows between application components.
* It is based strictly on the relationships found in the model and is therefore
* independent of views. In case more attributes for the flows are needed, they can be
* added easily (IntegrationPlatform is provided as an example).
*
@timolaine
timolaine / mb-heatmap.ajs
Created February 8, 2022 13:14
#jarchi script to produce a heatmap out of an existing diagram according to a property and a colorizing function
// Given
// a diagram name
// an archimate element type
// a property
// a colorizing function
// Make a heatmap out of the diagram by colorizing the elements of type componenttype, according property values and the colorizing fuction
// Michel Bénard, 2018
//-------------------------
// get a diagram by name