All Classes and Interfaces
Class
Description
Apply to the effect model when the activity has a parameter that sets the activity's duration.
Use when an activity has a constant statically-known duration.
Use when the duration of an activity can be upper-bounded,
Apply to either a static
Duration
field or a static no-arg method
that returns Duration
.Use when an activity's duration is indirectly determined only by its arguments.
This class is the equivalent of the type `Result L R = Success L | Failure R` in a language with algebraic data types,
but adapted to the vagaries of the Java platform.
A dynamically-scoped cell.
A mapping between (a) the mission-specific representation of a data type defined by a mission model (b) to a
mission-agnostic representation of that data type.