Final state for activity Application Object


A Final_state_for_activity is a State_for_activity that indicates the state is reached at the end of the activity.

EXAMPLE - 'Part type XYZ_123 start up ' is an Activity specification. 'Part type XYZ_123 at full power' is a State specification.

The relationship between:

that indicates:

is a Final_state_for_activity.

EXPRESS specification:

*)
ENTITY Final_state_for_activity
  SUBTYPE OF (State_for_activity);
END_ENTITY;
(*