lifecycle_id {bupaR} | R Documentation |
Life cycle classifier
Description
Get the life_cycle_id of an object of class eventlog
Usage
lifecycle_id(x)
## S3 method for class 'eventlog'
lifecycle_id(x)
## S3 method for class 'eventlog_mapping'
lifecycle_id(x)
Arguments
x |
Methods (by class)
-
lifecycle_id(eventlog)
: Retrieve lifecycle identifier from eventlog -
lifecycle_id(eventlog_mapping)
: Retrieve lifecycle identifier from eventlog mapping
See Also
Other Classifiers:
activity_id()
,
activity_instance_id()
,
case_id()
,
resource_id()
,
set_activity_id()
,
set_activity_instance_id()
,
set_case_id()
,
set_lifecycle_id()
,
set_resource_id()
,
set_timestamp()
,
timestamps()
,
timestamp()
[Package bupaR version 0.5.4 Index]