ENTITY narrow_surface_patch SUBTYPE OF (geometry_with_local_near_degeneracy); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_logical_test; width_tolerance : length_measure; WHERE wr1: validate_measured_data_type(SELF, 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.BOOLEAN_VALUE'); wr2: validate_inspected_elements_type(SELF, ['GEOMETRY_SCHEMA.B_SPLINE_SURFACE']); wr3: validate_locations_of_extreme_value_type(SELF, ['SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.'+ 'B_SPLINE_SURFACE_PATCH']); wr4: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.LENGTH_MEASURE']); END_ENTITY; -- narrow_surface_patch |
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 - geometry_with_local_near_degeneracy - narrow_surface_patch (RT) assessment_specification: shape_data_quality_assessment_by_logical_test; width_tolerance: length_measure; |
Global rules for this entity data type- |
public interface ENarrow_surface_patch extends EGeometry_with_local_near_degeneracywidth_tolerance (explicit attribute)boolean testWidth_tolerance(ENarrow_surface_patch type)double getWidth_tolerance(ENarrow_surface_patch type) void setWidth_tolerance(ENarrow_surface_patch type, double value) void unsetWidth_tolerance(ENarrow_surface_patch type) |
public class CNarrow_surface_patch implements ENarrow_surface_patchstatic EAttribute attributeWidth_tolerance(ENarrow_surface_patch type) |
public class ANarrow_surface_patch extends AEntitypublic ENarrow_surface_patch getByIndex(int index)public ENarrow_surface_patch getCurrentMember(SdaiIterator it) |