|
ENTITY kinematic_analysis_result; analysed_mechanism : mechanism; contained_kinematic_results : SET [1:?] OF kinematic_result; WHERE WR1: (SIZEOF (QUERY (result <* contained_kinematic_results | 'KINEMATIC_ANALYSIS_CONTROL_AND_RESULT_SCHEMA.RESULTING_PATH' IN TYPEOF (result))) > 0) XOR (SIZEOF (QUERY (result <* contained_kinematic_results | (('KINEMATIC_ANALYSIS_CONTROL_AND_RESULT_SCHEMA.'+ 'INTERPOLATED_CONFIGURATION_SEQUENCE' IN TYPEOF (result)) AND (SIZEOF (QUERY (sequence <* result\ interpolated_configuration_sequence.interpolation | (sequence.interpolation <> undefined ))) > 0)))) = 0); END_ENTITY; -- kinematic_analysis_result |
Entity data types and their attributeskinematic_analysis_resultanalysed_mechanism: mechanism; contained_kinematic_results: SET [1:?] OF kinematic_result; |
Userskinematic_analysis_resultkinematic_analysis_consistency.result |
Global rules for this entity data type- |