ENTITY change_action
(* SCHEMA plant_spatial_configuration; *)
ENTITY change_action
SUBTYPE OF (directed_action);
WHERE
WR1:
SIZEOF(QUERY (ca <* USEDIN(SELF,
'PLANT_SPATIAL_CONFIGURATION.' + 'ACTION_ASSIGNMENT.ASSIGNED_ACTION')|
('PLANT_SPATIAL_CONFIGURATION.' +
'PLANT_SPATIAL_CONFIGURATION_CHANGE_ASSIGNMENT' IN TYPEOF(ca)))) >= 1;
WR2:
SIZEOF(QUERY (ar <* SELF\directed_action.directive.requests|
NOT (SIZEOF(USEDIN(ar, 'PLANT_SPATIAL_CONFIGURATION.' +
'ACTION_REQUEST_SOLUTION.REQUEST')) = 1))) = 0;
WR3:
SIZEOF(USEDIN(SELF,
'PLANT_SPATIAL_CONFIGURATION.ACTION_STATUS.' + 'ASSIGNED_ACTION')) = 1;
END_ENTITY;
Explicit Attributes
Entity change_action has the following local and inherited explicit attributes:
Derived Attributes
Entity change_action has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity change_action inherits from the following supertypes:
action
executed_action
directed_action
Subtypes
No subtypesReferenced By
Entity change_action and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:24-04:00