some_traces_without_activity: activity sometimes not in traces

Description Usage Arguments Value Examples

View source: R/Behavioral_profile.R

Description

This functions returns true or false on whether or not an activity is sometimes not part of a trace This can be useful for measuring the understandability using behavioral profiles.

Usage

1
2
some_traces_without_activity(repetition_and_path_log, xml_internal_doc,
  activity)

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

Value

a boolean value indicating whether it is true on whether or not an activity is sometimes not part of a trace

Examples

1
## Not run: some_traces_without_activity(log, doc, "A")

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