ENTITY activity_execution_result
(* SCHEMA cast_parts_schema; *)
ENTITY activity_execution_result
SUBTYPE OF (executed_action);
WHERE
wr1: NOT (SIZEOF(QUERY ( ap <* USEDIN(SELF,
'CAST_PARTS_SCHEMA.ACTION_PROPERTY.DEFINITION') | (SIZEOF(
QUERY ( apr <* USEDIN(ap,
'CAST_PARTS_SCHEMA.ACTION_PROPERTY_REPRESENTATION.PROPERTY')
| ('CAST_PARTS_SCHEMA.ACTIVITY_RESULT_RECORD' IN TYPEOF(apr
.representation)) )) = 1) )) = 0);
wr2: SIZEOF(QUERY ( ppa <* USEDIN(SELF,
'CAST_PARTS_SCHEMA.PROCESS_PROPERTY_ASSOCIATION.PROCESS') |
((ppa.description = 'validation part shape') AND (
'CAST_PARTS_SCHEMA.SAMPLED_SET' IN TYPEOF(ppa.
property_or_shape))) )) = 1;
END_ENTITY; -- activity_execution_result
Explicit Attributes
Entity activity_execution_result has the following local and inherited explicit attributes:
Derived Attributes
Entity activity_execution_result has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity activity_execution_result inherits from the following supertypes:
action
executed_action
Subtypes
No subtypesReferenced By
Entity activity_execution_result and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:48-04:00