the type of the optional user object
Constructs a new high-low activity with the given initial high and low values and the given start and end time.
the low value of the activity
the high value of the activity
the start time of the activity
the end time of the activity
Convenience method to determine a new end time based on a duration that will be added several times to the current end time of the activity.
the duration of the activity
the number of times that the duration will be added
Convenience method to determine the duration between the start and the end time of the activity.
the duration of the activity
The end time of the activity.
the activity end time
The unique id of the activity.
the unique activity ID
The name of the activity, for example "Flight 3441".
the name of the activity
The start time of the activity.
the activity start time
Returns the user object associated to the activity.
the user object associated to the activity
Convenience method to determine a new end time based on a duration that will be added to the current start time of the activity.
the duration of the activity
Sets a new end time on the activity.
the new end time
Sets the high value of the activity.
Sets the low value of the activity.
Sets the name of the activity.
the new name of the activity
Sets a new start time on the activity.
the new start time
The base implementation of a mutable chart activity.
1.2