Learn R Programming

simmer (version 3.1.1)

get_tail: Get the last activity

Description

It can be used to get the pointer to a trajectory's last activity.

Usage

get_tail(traj)

Arguments

traj

the trajectory object.

Value

An external pointer to an activity object.

See Also

Other methods to deal with trajectories: create_trajectory, get_head, get_n_activities, seize, release, timeout, set_attribute, branch, rollback.