connector_heterogeneity {understandBPMN} | R Documentation |
Connector heterogeneity
Description
Connector heterogeneity is defined as the sum of minus - p times the log of p of all gateways. p is defined as the number of a particular type of gateway divided by all gateways.
Usage
connector_heterogeneity(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 connector heterogeneity
Examples
connector_heterogeneity(file_path)
[Package understandBPMN version 1.1.1 Index]