dv8_hdsmb_sdsmb_to_mdsmb | R Documentation |
A history DSM (\*-hdsm.dv8-dsm) and a structural DSM (\*-sdsm.dv8-dsm) are merged to a merge DSM (*.dv8-dsm)
dv8_hdsmb_sdsmb_to_mdsmb(dv8_path, hdsmb_path, sdsmb_path, mdsmb_path)
dv8_path |
path to dv8 binary |
hdsmb_path |
path to historical DSM binary
created by |
sdsmb_path |
path to structural DSM binary created by ( |
mdsmb_path |
path to save the merge DSM binary |
the mdsmb_path
dv8_mdsmb_drhier_to_excel
to export a '*-merged.dv8-dsm' file to 'merged.xlsx' for DSM visualization.
For analysis, see dv8_mdsmb_to_decoupling_level
to calculate decoupling level '*-dl.json', or
dv8_mdsmb_to_flaws
to generate the architectural flaws 'folder'.
For conversions, see dv8_mdsmb_to_hierclsxb
to cluster the DSM to '*-clsx.dv8-clsx', or
dv8_dsmb_to_dsmj
to convert a '*-merged.dv8-dsm' binary file as a JSON '-*merged.json' file
Other dv8:
dependencies_to_sdsmj()
,
dv8_clsxb_to_clsxj()
,
dv8_clsxj_to_clsxb()
,
dv8_depends_to_sdsmj()
,
dv8_dsmj_to_dsmb()
,
dv8_mdsmb_to_flaws()
,
gitlog_to_hdsmj()
,
graph_to_dsmj()
,
parse_dv8_architectural_flaws()
,
parse_dv8_clusters()
,
transform_dependencies_to_sdsmj()
,
transform_gitlog_to_hdsmj()
,
transform_temporal_gitlog_to_adsmj()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.