Initial state for activity Application Object


An Initial_state_for_activity is a State_for_activity that indicates the state occurs at the beginning of the activity.

EXAMPLE - 'Part type XYZ_123 start up ' is an Activity specification. 'Part type XYZ_123 stopped and cold' is a State specification.

The relationship between:

that indicates:

is an Initial_state_for_activity.

EXPRESS specification:

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