ENTITY surface_with_excessive_patches_in_one_direction SUBTYPE OF (overcomplex_geometry); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_numerical_test; WHERE wr1: ('SHAPE_DATA_QUALITY_CRITERIA_SCHEMA.' + 'SHAPE_DATA_QUALITY_LOWER_VALUE_LIMIT' IN TYPEOF(SELF\shape_data_quality_criterion.assessment_specification\shape_data_quality_assessment_by_numerical_test.threshold)) AND ('MEASURE_SCHEMA.COUNT_MEASURE' IN value_limit_type(SELF\shape_data_quality_criterion.assessment_specification\shape_data_quality_assessment_by_numerical_test.threshold)); wr2: validate_measured_data_type(SELF, 'MEASURE_SCHEMA.COUNT_MEASURE'); wr3: validate_inspected_elements_type(SELF, ['SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.'+ 'B_SPLINE_OR_RECTANGULAR_COMPOSITE_SURFACE_SELECT']); wr4: validate_locations_of_extreme_value_type(SELF, []); wr5: validate_accuracy_types(SELF, []); END_ENTITY; -- surface_with_excessive_patches_in_one_direction |
Entity data types and their attributesrepresentation_itemname: label; data_quality_criterion - data_quality_measurement_requirement - shape_data_quality_criterion assessment_specification: shape_data_quality_assessment_specification_select; inapt_data - inapt_geometry - overcomplex_geometry - surface_with_excessive_patches_in_one_direction (RT) assessment_specification: shape_data_quality_assessment_by_numerical_test; |
Global rules for this entity data type- |
public interface ESurface_with_excessive_patches_in_one_direction extends EOvercomplex_geometry |
public class CSurface_with_excessive_patches_in_one_direction implements ESurface_with_excessive_patches_in_one_direction |
public class ASurface_with_excessive_patches_in_one_direction extends AEntitypublic ESurface_with_excessive_patches_in_one_direction getByIndex(int index)public ESurface_with_excessive_patches_in_one_direction getCurrentMember(SdaiIterator it) |