dependencies_to_sdsmj | R Documentation |
Converts table of dependencies from parse_dependencies
into an *-sdsm.json.
In the sdsm.json, the Variables are all files/methods or any variables under analysis
(rows/columns in dependency matrix) and the Cells (matrix cell) contain all the relations of
variable (src & dest) pairs.
dependencies_to_sdsmj(project_dependencies, sdsmj_path, is_sorted = FALSE)
project_dependencies |
parsed dependencies table created by |
sdsmj_path |
path to save output file |
is_sorted |
whether the json is sorted by src and dest |
the sdsmj_path
dv8_dsmj_to_dsmb
to convert to '*-sdsm.dv8-dsm' and
dv8_hdsmb_sdsmb_to_mdsmb
to merge DSMs into '*-merge.dv8-dsm'.
Other dv8:
dv8_clsxb_to_clsxj()
,
dv8_clsxj_to_clsxb()
,
dv8_depends_to_sdsmj()
,
dv8_dsmj_to_dsmb()
,
dv8_hdsmb_sdsmb_to_mdsmb()
,
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.