control_flow_complexity {understandBPMN}R Documentation

Control flow complexity

Description

Control flow complexity is defined as the sum of the outgoing of exclusive gateways, the number of parallel gateways and two to the power of all outgoing sequence flows of the inclusive gateways

Usage

control_flow_complexity(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


control_flow_complexity(file_path)

[Package understandBPMN version 1.1.1 Index]