coupling_metric {understandBPMN}R Documentation

Coupling metric

Description

Coupling metric is defined as the sum of the number of activities, AND-splits and a weighterd number of OR and XOR splits

Usage

coupling_metric(file_path, signavio = FALSE)

Arguments

file_path

document object created using the create_internal_document function

signavio

boolean which indicates whether the file stems from signavio

Value

an integer indicating the control flow complexity

Examples


coupling_metric(file_path)

[Package understandBPMN version 1.1.1 Index]