activity_multiple_times_executed {understandBPMN} | R Documentation |
activity sometimes multiple times executed
Description
This functions returns true or false on whether or not an activity is sometimes multiple times executed This can be useful for measuring the understandability using behavioral profiles.
Usage
activity_multiple_times_executed(repetition_and_path_log, xml_internal_doc,
activity, direct_parallel)
Arguments
repetition_and_path_log |
repetition and path log list object created by the function create_repetition_and_path_log |
xml_internal_doc |
document object created using the create_internal_document function |
activity |
the activity name |
direct_parallel |
a table containing the direct and parallel relations |
Value
a boolean value indicating whether it is true that an activity can be executed multiple times in the same path
Examples
## Not run: activity_multiple_times_executed(log, doc, "A")
[Package understandBPMN version 1.1.1 Index]