direct_parallel_relations: Direct and parallel relations

Description Usage Arguments Value Examples

View source: R/Behavioral_profile.R

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

1
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

1
## Not run: direct_parallel_relations(repetition_and_path_log, xml_internal_doc)

understandBPMN documentation built on Sept. 27, 2019, 5:03 p.m.