timestamp: Timestamp classifier

View source: R/timestamp.R

timestampR Documentation

Timestamp classifier

Description

Get the timestamp classifier of an object of class eventlog

Usage

timestamp(x)

## S3 method for class 'eventlog'
timestamp(x)

## S3 method for class 'eventlog_mapping'
timestamp(x)

## S3 method for class 'activitylog'
timestamp(x)

## S3 method for class 'activitylog_mapping'
timestamp(x)

Arguments

x

Object of class eventlog, or mapping.

Methods (by class)

  • timestamp(eventlog): Retrieve timestamp identifier from eventlog

  • timestamp(eventlog_mapping): Retrieve timestamp identifier from eventlog mapping

  • timestamp(activitylog): Retrieve timestamp identifier from activitylog

  • timestamp(activitylog_mapping): Retrieve timestamp identifier from activitylog mapping

See Also

eventlog, mapping

Other Classifiers: activity_id(), activity_instance_id(), case_id(), lifecycle_id(), resource_id(), set_activity_id(), set_activity_instance_id(), set_case_id(), set_lifecycle_id(), set_resource_id(), set_timestamp(), timestamps()


bupaR documentation built on May 29, 2024, 7:46 a.m.