Learn R Programming

simmer (version 3.2.1.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 for dealing with activities: print_activity, get_prev_activity.