direct_parallel_relations {understandBPMN} | R Documentation |
Direct and parallel relations
Description
This functions returns a table containing all direct and parallel relations between activities. The table contains five columns: - the two first represent activity ids - the third represents the type of relations, which is parallel or direct - the last two columns are the corresponding activity names for the first two columns
Usage
direct_parallel_relations(repetition_and_path_log, xml_internal_doc)
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 |
Value
a table as described in the description
Examples
## Not run: direct_parallel_relations(repetition_and_path_log, xml_internal_doc)
[Package understandBPMN version 1.1.1 Index]