Learn R Programming

simmer (version 3.1.2.9000)

get_next_activity: Get the next activity

Description

It takes an external pointer to an activity an returns the next activity.

Usage

get_next_activity(activity)

Arguments

activity

an external pointer to the activity.

Value

An external pointer to an activity object.

See Also

Other methods to deal with activities: print_activity, get_prev_activity.